Skip to content
Snippets Groups Projects
Unverified Commit fe5d3898 authored by T. Hinrichsmeyer's avatar T. Hinrichsmeyer
Browse files

waybar: try to show only active workspaces

parent 35cca549
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
"include": [ "~/.config/waybar/themes/ml4w-modern/config" ], "include": [ "~/.config/waybar/themes/ml4w-modern/config" ],
// Override existing modules // Override existing modules
////////////////////////////
// Disable chatgpt // Disable chatgpt
"group/links": { "group/links": {
...@@ -30,8 +31,14 @@ ...@@ -30,8 +31,14 @@
"custom/quicklinkempty" "custom/quicklinkempty"
] ]
}, },
"hyprland/workspaces": {
// doesn't seem to work ?
"active-only": true
},
// Custom modules // Custom modules
// https://github.com/Alexays/Waybar/wiki/Module:-Custom // https://github.com/Alexays/Waybar/wiki/Module:-Custom
"custom/timewarrior": { "custom/timewarrior": {
"interval": 60, "interval": 60,
"format": "{icon} {0} ", "format": "{icon} {0} ",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment