updated status bar appearance even though not in use

This commit is contained in:
tomit4 2022-04-06 05:59:31 -07:00
parent 293f94c34b
commit 62f514aa6a
2 changed files with 6 additions and 1 deletions

View file

@ -221,6 +221,11 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
# bar {
# workspace_buttons no
# status_command i3status
# colors {
# background #323b4d
# }
# }

View file

@ -21,7 +21,7 @@ order += "wireless _first_"
order += "tztime local"
wireless _first_ {
format_up = "W: (%quality at %essid) %ip"
format_up = "W: (%quality at %essid)" #%ip"
format_down = "W: down"
}