From 9276e2300a21d2522365bf1fb9136a8db7704235 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sat, 26 Jul 2025 15:37:54 -0500 Subject: added sway - scape swap for sway - added urxvt to sway config - added window rules to sway - added set wallpaper to autostart for swaybg - switched to vesktop on autostart - changed split binds - border toggle - added sway - added sway stuff - changed reqs to use /etc/os-release ID --- env/.config/waybar/config.jsonc | 30 +++++++++++++++++++++++++++++- env/.config/waybar/style.css | 5 +++++ 2 files changed, 34 insertions(+), 1 deletion(-) (limited to 'env/.config/waybar') diff --git a/env/.config/waybar/config.jsonc b/env/.config/waybar/config.jsonc index 578860f..1947d1d 100644 --- a/env/.config/waybar/config.jsonc +++ b/env/.config/waybar/config.jsonc @@ -1,7 +1,8 @@ { "layer": "top", "position": "bottom", - "modules-left": ["hyprland/workspaces"], + // "modules-left": ["hyprland/workspaces"], + "modules-left": [ "sway/workspaces", "sway/mode" ], //"modules-center": ["clock", ], //"custom/weather"], @@ -72,6 +73,33 @@ "sort-by-name": true }, + "sway/workspaces": { + "format": "{icon}", + "format-icons": { + "1":"  ", + "2":"  ", + "3":"  ", + "4":"  ", + "5":"  ", + "6":"  ", + "7":"  ", + "8":"  ", + "9":"  ", + "10":"  ", + "11":"  ", + "12":"  ", + "13":"  ", + "14":"  ", + "15":"  ", + "16":"  ", + "17":"  ", + "18":"  ", + "19":"  ", + "20":"  " + }, + "sort-by-name": true + }, + "tray": { "icon-size": 16, "spacing": 10 diff --git a/env/.config/waybar/style.css b/env/.config/waybar/style.css index 8dd6b69..efdbcb3 100644 --- a/env/.config/waybar/style.css +++ b/env/.config/waybar/style.css @@ -31,6 +31,11 @@ border-radius: 5px; } +#workspaces button.focused { + color: #00c5ba; + border-radius: 5px; +} + button { background: transparent; } -- cgit v1.3