aboutsummaryrefslogtreecommitdiff
path: root/env/.config/waybar
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-07-26 15:37:54 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-07-26 15:37:54 -0500
commit9276e2300a21d2522365bf1fb9136a8db7704235 (patch)
tree80a9049f967f047e2a47d431aa166b4c69fc7a34 /env/.config/waybar
parent6c9643ba745340c5da9cbf8ed1e1c830f657b907 (diff)
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
Diffstat (limited to 'env/.config/waybar')
-rw-r--r--env/.config/waybar/config.jsonc30
-rw-r--r--env/.config/waybar/style.css5
2 files changed, 34 insertions, 1 deletions
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;
}