better bar
This commit is contained in:
3
config
3
config
@@ -90,7 +90,8 @@ bindsym $mod+Shift+s move container to output right
|
||||
bar {
|
||||
status_command i3status
|
||||
position top
|
||||
separator_symbol " ⁞ "
|
||||
# separator_symbol " ⁞ "
|
||||
separator_symbol " "
|
||||
tray_output HDMI-1
|
||||
colors {
|
||||
focused_workspace #ffffff #ffffff #000000
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
general {
|
||||
colors = true
|
||||
markup = pango
|
||||
interval = 5
|
||||
}
|
||||
|
||||
@@ -7,7 +8,7 @@ order += "battery all"
|
||||
order += "tztime local"
|
||||
|
||||
battery all {
|
||||
format = "%status %percentage %remaining"
|
||||
format = "<span background='#222222'>%status %percentage (%remaining)</span>"
|
||||
format_down = ""
|
||||
status_chr = "⚡"
|
||||
status_bat = "🔋"
|
||||
@@ -16,5 +17,6 @@ battery all {
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%d-%m-%Y %H:%M"
|
||||
format = "<span background='#222222'>%time</span>"
|
||||
format_time = "%d-%m-%Y %H:%M"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user