summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-26 11:20:14 -0500
committerZachIR <zachir@librem.one>2025-07-26 11:20:14 -0500
commit12d5fded42eb83ee0d824bbd9255ed1e3748baec (patch)
tree3f33a374a8703f409a9c7c5b7b631029868c548c /waybar
parent315e4502174247487ba73676db8a6e8a27e38655 (diff)
parentff8f57ea7ac4d850adcb3e2ab0bc625bd9552222 (diff)
Merge branch 'master' into car
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config21
-rw-r--r--waybar/style.css4
2 files changed, 25 insertions, 0 deletions
diff --git a/waybar/config b/waybar/config
index f596d85..a91f6b2 100644
--- a/waybar/config
+++ b/waybar/config
@@ -15,6 +15,21 @@
// Modules configuration
+ "sway/workspaces": {
+ "all-outputs": false,
+ "persistent-workspaces": {
+ "1": ["eDP-1"],
+ "2": ["eDP-1"],
+ "3": ["eDP-1"],
+ "4": ["eDP-1"],
+ "5": ["eDP-1"],
+ "6": ["eDP-1"],
+ "7": ["eDP-1"],
+ "8": ["eDP-1"],
+ "9": ["eDP-1"],
+ },
+ "format": "{value}",
+ },
"niri/workspaces": {
"format": "{value}",
"all-outputs": false,
@@ -51,6 +66,12 @@
"on-scroll-down": "hyprctl dispatch split-workspace e-1",
"on-click": "activate"
},
+ "sway/window": {
+ "separate-outputs": true,
+ "icon": true,
+ "format": "{title}",
+ "expand": true
+ },
"niri/window": {
"separate-outputs": true,
"icon": true,
diff --git a/waybar/style.css b/waybar/style.css
index 59f741f..9398381 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -56,6 +56,10 @@ window#waybar.hidden {
background: #198844;
}
+#workspaces button.focused {
+ background: #198844;
+}
+
/*
#workspaces button.active:hover {
background: #6e3c85;