just push it ffs

This commit is contained in:
beanigen 2025-02-18 19:54:25 +08:00
parent c2ab092fbd
commit 01004d0212
No known key found for this signature in database
7 changed files with 80 additions and 17 deletions

View file

@ -3,6 +3,7 @@
prismlauncher
libgpod
blender-hip
blender-bin.blender_3_3
libimobiledevice
mpc
strawberry

View file

@ -9,8 +9,18 @@
"position": "top",
"modules-center": ["group/mpdg"],
"modules-left": ["group/dtray"],
"modules-right": ["battery", "battery#bat1", "battery#bat2", "clock", "wireplumber"],
"modules-right": ["battery", "battery#bat1", "battery#bat2", "clock", "group/audio"],
"cava": {
"method": "pipewire",
"format-icons" : ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ],
"bar_delimiter": 0,
"bars": 12,
"stereo": false,
"hide_on_silence": true,
"input_delay": 1,
"autosens": 0,
"sensitivity": 13,
},
"group/dtray": {
"orientation": "inherit",
@ -20,6 +30,10 @@
},
"modules": ["custom/arrow", "tray"]
},
"group/audio": {
"orientation": "inherit",
"modules": ["wireplumber", "cava"]
},
"group/mpdg": {
"orientation": "inherit",
"drawer": {
@ -57,6 +71,7 @@
"mpd": {
"on-click": "mpc toggle",
"format-disconnected": "MPD seems to be down",
"format-stopped": "Nothing playing!",
"format": "{title} - {album} - {artist}",
"format-paused": "{title} - {album} - {artist}",
},

View file

@ -9,7 +9,7 @@ window#waybar {
border-radius: 10px;
}
#clock,
#wireplumber,
#audio,
#mpd,
#battery {
padding: 5px;
@ -65,3 +65,7 @@ window#waybar {
#battery.charging {
background: @mauve;
}
#cava {
margin-left: 0.2em;
color: @mauve;
}