updated status bar appearance even though not in use
This commit is contained in:
parent
293f94c34b
commit
62f514aa6a
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
# }
|
||||
# }
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue