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-deactivated": "Off",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": "",
|
||||
"activated": "",
|
||||
"deactivated": "",
|
||||
},
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
|
|
@ -107,13 +107,14 @@
|
|||
"default": "▶",
|
||||
"mpv": "🎵",
|
||||
"spotify": "",
|
||||
"firefox": "",
|
||||
},
|
||||
"interval": 1,
|
||||
"status-icons": {
|
||||
"paused": "⏸",
|
||||
},
|
||||
"dynamic-len": 36,
|
||||
// "ignored-players": ["firefox"]
|
||||
"on-click-middle": "playerctld shift",
|
||||
},
|
||||
"custom/swaync": {
|
||||
"format": "{icon}",
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@ window#waybar {
|
|||
background: @background;
|
||||
animation: fadeIn 2.5s;
|
||||
padding: 2px 0 2px 0;
|
||||
border-radius: 0 0 12px 12px;
|
||||
border-radius: 0 0 20px 20px;
|
||||
}
|
||||
|
||||
button {
|
||||
text-shadow: none;
|
||||
text-shadow: 2px 2px;
|
||||
}
|
||||
|
||||
window#waybar.hidden {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue