feat: move to gruvbox
This commit is contained in:
parent
1fab0efd26
commit
c467ee449d
18 changed files with 442 additions and 436 deletions
33
hosts/python/configs/waybar/config.jsonc
Normal file
33
hosts/python/configs/waybar/config.jsonc
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"position": "top",
|
||||
"height": 0,
|
||||
"spacing": 16,
|
||||
"modules-left": ["mpris"],
|
||||
"modules-center": ["river/tags"],
|
||||
"modules-right": ["wireplumber", "clock"],
|
||||
"mpris": {
|
||||
"format": "{player_icon} {dynamic}",
|
||||
"format-paused": "{status_icon} <i>{dynamic}</i>",
|
||||
"interval": 1,
|
||||
"title-len": 30,
|
||||
"album-len": 30,
|
||||
"player-icons": {
|
||||
"default": "▶",
|
||||
"mpv": "🎵",
|
||||
},
|
||||
"status-icons": {
|
||||
"paused": "",
|
||||
"paused": "⏸",
|
||||
},
|
||||
},
|
||||
"clock": {
|
||||
"format": " {:%H:%M}",
|
||||
"tooltip-format": "{:%A, %B %d, %Y}",
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": "",
|
||||
"on-click": "helvum",
|
||||
"format-icons": ["", "", ""],
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue