mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
fixed & improved hyprland workspaces in waybar
This commit is contained in:
@@ -17,22 +17,24 @@
|
|||||||
"on-click": "activate",
|
"on-click": "activate",
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
// "1": "",
|
"1": "",
|
||||||
// "2": "",
|
"2": "",
|
||||||
// "3": "",
|
"3": "",
|
||||||
// "4": "",
|
"4": "",
|
||||||
// "5": "",
|
"5": "",
|
||||||
// "6": "",
|
"6": "",
|
||||||
// "7": "",
|
"7": "",
|
||||||
// "8": "",
|
"8": "",
|
||||||
// "9": "",
|
"9": "",
|
||||||
// "10": "",
|
"10": "",
|
||||||
|
"special": ""
|
||||||
|
|
||||||
"active": "",
|
// "active": "",
|
||||||
"default": "",
|
// "default": "",
|
||||||
"empty": ""
|
// "empty": ""
|
||||||
},
|
},
|
||||||
"persistent_workspaces": {
|
"show-special": true,
|
||||||
|
"persistent-workspaces": {
|
||||||
"*": 10,
|
"*": 10,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@@ -70,12 +70,17 @@ window.bottom_bar .modules-right {
|
|||||||
margin-left: 10;
|
margin-left: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @peach;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
color: @text;
|
color: @text;
|
||||||
|
font-size: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.empty {
|
||||||
|
color: @overlay0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.active {
|
||||||
|
color: @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#submap {
|
#submap {
|
||||||
|
Reference in New Issue
Block a user