redesigns waybar
This commit is contained in:
@@ -26,16 +26,29 @@
|
||||
"orientation": "horizontal"
|
||||
},
|
||||
"mpris": {
|
||||
"format": "{player_icon} {dynamic}",
|
||||
"format-paused": "{status_icon} <i>{dynamic}</i>",
|
||||
"format": "{player_icon} {status_icon} {dynamic}",
|
||||
"format-paused": "{player_icon} {status_icon} <i>{dynamic}</i>",
|
||||
"dynamic-order": ["artist", "title", "position", "length"],
|
||||
"player-icons": {
|
||||
"default": "▶",
|
||||
"mpv": "🎵"
|
||||
"default": " ",
|
||||
"mpv": " ",
|
||||
"deezer": " ",
|
||||
"kdeconnect": ""
|
||||
},
|
||||
"status-icons": {
|
||||
"paused": "⏸"
|
||||
"playing": "",
|
||||
"paused": "⏸",
|
||||
"stopped": ""
|
||||
},
|
||||
|
||||
"on-click-middle": "",
|
||||
"on-click-right": "hyprctl dispatch 'hl.dsp.focus({window = \"class:deezer-desktop\"})'"
|
||||
},
|
||||
"cava": {
|
||||
"cava_config": "$XDG_CONFIG_HOME/cava/waybar_cava#3.conf",
|
||||
"input_delay": 2,
|
||||
"actions": {
|
||||
"on-click-right": "mode"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user