better bar

This commit is contained in:
2020-10-01 11:46:16 +02:00
parent 8c5a64d71f
commit af1f57d181
2 changed files with 6 additions and 3 deletions

3
config
View File

@@ -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

View File

@@ -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"
}