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