This commit is contained in:
iFargle 2023-08-17 13:42:11 +09:00
parent 47b338ddfd
commit a33da514a3

View file

@ -12,7 +12,7 @@
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"modules-left": [ "modules-left": [
"workspaces", "wlr/workspaces",
], ],
"modules-center": [ "modules-center": [
"mpris" "mpris"
@ -38,8 +38,8 @@
}, },
}, },
"hyprland/workspaces": { "wlr/workspaces": {
"disable-scroll": false "on-click": activate
}, },
"clock": { "clock": {
@ -176,7 +176,7 @@
background-color: #e9b143; background-color: #e9b143;
} }
#workspaces button.focused { #workspaces button.active {
background-color: #3c3836; background-color: #3c3836;
box-shadow: inset 0 -3px #f28534; box-shadow: inset 0 -3px #f28534;
} }