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 {
|
bar {
|
||||||
status_command i3status
|
status_command i3status
|
||||||
position top
|
position top
|
||||||
separator_symbol " ⁞ "
|
# separator_symbol " ⁞ "
|
||||||
|
separator_symbol " "
|
||||||
tray_output HDMI-1
|
tray_output HDMI-1
|
||||||
colors {
|
colors {
|
||||||
focused_workspace #ffffff #ffffff #000000
|
focused_workspace #ffffff #ffffff #000000
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
general {
|
general {
|
||||||
colors = true
|
colors = true
|
||||||
|
markup = pango
|
||||||
interval = 5
|
interval = 5
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -7,7 +8,7 @@ order += "battery all"
|
|||||||
order += "tztime local"
|
order += "tztime local"
|
||||||
|
|
||||||
battery all {
|
battery all {
|
||||||
format = "%status %percentage %remaining"
|
format = "<span background='#222222'>%status %percentage (%remaining)</span>"
|
||||||
format_down = ""
|
format_down = ""
|
||||||
status_chr = "⚡"
|
status_chr = "⚡"
|
||||||
status_bat = "🔋"
|
status_bat = "🔋"
|
||||||
@@ -16,5 +17,6 @@ battery all {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tztime local {
|
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