Moved bar to quickshell

This commit is contained in:
agryphus 2025-02-09 21:34:23 -05:00
parent ab0a71784e
commit 5a3a18f9f7
30 changed files with 971 additions and 206 deletions

View file

@ -3,10 +3,14 @@
"position": "top",
"height": 27,
"modules-left": ["hyprland/workspaces", "custom/scratch", "hyprland/mode", "hyprland/window"],
"modules-left": ["custom/icon", "hyprland/workspaces", "custom/scratch", "hyprland/mode", "hyprland/window"],
"modules-center": [],
"modules-right": ["tray", "memory", "pulseaudio", "battery", "clock"],
"custom/icon": {
"format": "",
},
"hyprland/workspaces": {
"disable-scroll": true,
"disable-markup": true,

View file

@ -29,9 +29,12 @@ button:hover {
}
#custom-scratch {
color: #b8b8b8;
#custom-icon {
color: #ffffff;
padding: 0px 9px 0px 9px;
margin: 0px 0px 0px 0px;
border: none;
border-radius: 0;
}
#workspaces button {