commit b3838e18d9f7c79330bef6033c9881d156d7e681 parent 2c2913c72183fced1aa4fbc0bb68f93b94c3af1b Author: awy <awy@awy.one> Date: Thu, 29 May 2025 16:13:45 +0300 cursor and statusline Diffstat:
M | .config/sway/config | | | 17 | ++++++++--------- |
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config @@ -21,8 +21,6 @@ exec mpd exec autotiling exec swayidle -seat seat0 xcursor_theme hicolor 24 - # WORKSPACES workspace 1 output DP-2 workspace 2 output DP-2 @@ -162,11 +160,12 @@ bar { status_command i3blocks separator_symbol " | " - colors - { - background #2e3440 - active_workspace #2e3440 #2e3440 #d8dee9 - focused_workspace #2e3440 #2e3440 #d8dee9 - inactive_workspace #2e3440 #2e3440 #3b4252 - } + colors + { + statusline #d8dee9 + background #2e3440 + active_workspace #2e3440 #2e3440 #d8dee9 + focused_workspace #2e3440 #2e3440 #d8dee9 + inactive_workspace #2e3440 #2e3440 #3b4252 + } }