diff options
| -rw-r--r-- | i3/.config/i3/config | 4 | ||||
| -rw-r--r-- | polybar/.config/polybar/config.ini | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index d19c3d3..85d06a9 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -32,11 +32,11 @@ exec_always --no-startup-id "picom --config ~/.config/picom/picom.conf" # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork +#exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. -exec --no-startup-id nm-applet +#exec --no-startup-id nm-applet # Autofocus on hover, also when switching workspaces focus_follows_mouse yes diff --git a/polybar/.config/polybar/config.ini b/polybar/.config/polybar/config.ini index b6d3693..1fd8ca8 100644 --- a/polybar/.config/polybar/config.ini +++ b/polybar/.config/polybar/config.ini @@ -74,7 +74,7 @@ type = internal/xworkspaces label-active = label-active-padding = 1 -label-active-foreground = ${colors.disabled} +label-active-foreground = ${colors.foreground} label-active-font = 1 label-occupied = @@ -208,15 +208,15 @@ label-foreground = ${colors.primary} [module/void] type = custom/text -content = -content-foreground = ${colors.green} -content-margin = 0 +label = +label-foreground = ${colors.green} +label-margin = 0 [module/space] type = custom/text -content = " " +label = " " [module/separator] type = custom/text -content = "|" -content-foreground = ${colors.disabled} +label = "|" +label-foreground = ${colors.foreground} |
