Moved bar to quickshell
This commit is contained in:
parent
ab0a71784e
commit
5a3a18f9f7
30 changed files with 971 additions and 206 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue