From 8123b790d05b4030f3e14d1811c5535de2c4b89d Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 1 Jan 2021 13:41:40 +0530 Subject: [PATCH] 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. --- sway/.config/sway/config | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 55f9413..578131a 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -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" {