test
This commit is contained in:
parent
47b338ddfd
commit
a33da514a3
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue