sway: Use i3status as status bar
Waybar while nice seems to have problems when it comes to network status. It continuously keeps switching between connected and disconnected status or sometimes starts showing LAN status. It also seems to bring down network on the machine and just disabling network status indicator either does not help. Just drop that garbage and use i3status.
This commit is contained in:
parent
b53b1f30fd
commit
8123b790d0
1 changed files with 16 additions and 1 deletions
|
@ -242,7 +242,22 @@ bindsym $mod+r mode "resize"
|
|||
#
|
||||
# Status Bar:
|
||||
#
|
||||
exec_always waybar
|
||||
bar {
|
||||
position top
|
||||
font pango: JetBrainsMono Nerd Font Mono 14
|
||||
status_command i3status
|
||||
colors {
|
||||
# Whole color settings
|
||||
background #3c3836
|
||||
statusline #ebdbb2
|
||||
separator #666666
|
||||
|
||||
focused_workspace #458588 #458588 #ebdbb2
|
||||
active_workspace #83a598 #83a598 #ebdbb2
|
||||
inactive_workspace #504945 #504945 #ebdbb2
|
||||
urgent_workspace #cc241d #cc241d #504945
|
||||
}
|
||||
}
|
||||
|
||||
set $mode_system System: (l) lock, (e) logout, (s) suspend, (r) reboot, (S) shutdown, (R) UEFI
|
||||
mode "$mode_system" {
|
||||
|
|
Loading…
Reference in a new issue