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",
|
"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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue