waybar
This commit is contained in:
parent
dcd8487986
commit
35acad2b55
|
@ -20,7 +20,7 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"all-outputs": false,
|
"all-outputs": true,
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
"format": "{name}",
|
"format": "{name}",
|
||||||
"persistent_workspaces": {
|
"persistent_workspaces": {
|
||||||
|
|
|
@ -23,9 +23,12 @@ window#waybar {
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
color: #fdf6e3;
|
color: #fdf6e3;
|
||||||
|
border-bottom: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
color: #268bd2;
|
color: #268bd2;
|
||||||
|
border-bottom: 2px splid #194198;
|
||||||
}
|
}
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
box-shadow: inherit;
|
box-shadow: inherit;
|
||||||
|
@ -34,7 +37,7 @@ window#waybar {
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
background: #1a1a1a;
|
background: #1a1a1a;
|
||||||
border: #1a1a1a;
|
border: #1a1a1a;
|
||||||
padding: 0 3px;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
|
|
Loading…
Reference in a new issue