Fix bar for work

This commit is contained in:
CramMK
2020-06-10 13:02:48 +02:00
parent fd70abde1d
commit b846d3c671
2 changed files with 9 additions and 10 deletions

View File

@@ -176,18 +176,17 @@ bindsym $mod+p workspace prev
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
position top
position bottom
colors {
background #2f343f
statusline #2f343f
#separator #4b5262
separator #2f343f
background #2e3440
statusline #2e3440
separator #2e3440
# class border backgr. text
focused_workspace #2f343f #00b111 #d8dee8
active_workspace #2f343f #2f343f #d8dee8
inactive_workspace #2f343f #2f343f #d8dee8
urgent_workspace #2f343f #ebcb8b #bf616a
focused_workspace #2e3440 #a3be8c #2e3440
active_workspace #2e3440 #2e3440 #eceff4
inactive_workspace #2e3440 #2e3440 #eceff4
urgent_workspace #2e3440 #bf616a #eceff4
}
status_command i3status
}

View File

@@ -57,7 +57,7 @@ battery all {
tztime local {
format = "<span foreground='#ffffff'> %time </span>"
format_time = "%a %-d %b %H:%M"
format_time = "%a %Y-%m-%d% %H:%M"
}