waybar
This commit is contained in:
parent
9fd3ad2910
commit
21ddeb87a1
2 changed files with 6 additions and 5 deletions
|
|
@ -33,8 +33,8 @@
|
||||||
"tooltip-format-activated": "On",
|
"tooltip-format-activated": "On",
|
||||||
"tooltip-format-deactivated": "Off",
|
"tooltip-format-deactivated": "Off",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"activated": "",
|
"activated": "",
|
||||||
"deactivated": "",
|
"deactivated": "",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
|
|
@ -107,13 +107,14 @@
|
||||||
"default": "▶",
|
"default": "▶",
|
||||||
"mpv": "🎵",
|
"mpv": "🎵",
|
||||||
"spotify": "",
|
"spotify": "",
|
||||||
|
"firefox": "",
|
||||||
},
|
},
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"status-icons": {
|
"status-icons": {
|
||||||
"paused": "⏸",
|
"paused": "⏸",
|
||||||
},
|
},
|
||||||
"dynamic-len": 36,
|
"dynamic-len": 36,
|
||||||
// "ignored-players": ["firefox"]
|
"on-click-middle": "playerctld shift",
|
||||||
},
|
},
|
||||||
"custom/swaync": {
|
"custom/swaync": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,11 @@ window#waybar {
|
||||||
background: @background;
|
background: @background;
|
||||||
animation: fadeIn 2.5s;
|
animation: fadeIn 2.5s;
|
||||||
padding: 2px 0 2px 0;
|
padding: 2px 0 2px 0;
|
||||||
border-radius: 0 0 12px 12px;
|
border-radius: 0 0 20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
text-shadow: none;
|
text-shadow: 2px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar.hidden {
|
window#waybar.hidden {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue