rename waybar folder to bars, add mangowc, add bar-rs, add bar-rs config, add mangowc config
This commit is contained in:
parent
ab12fa7536
commit
ef01d9c9c0
12 changed files with 592 additions and 82 deletions
|
|
@ -1,146 +0,0 @@
|
|||
[
|
||||
{
|
||||
"layer": "top",
|
||||
"margin-top": 10,
|
||||
"margin-left": 12,
|
||||
"margin-right": 12,
|
||||
"height": 35,
|
||||
"spacing": 5,
|
||||
"position": "top",
|
||||
"modules-center": ["group/mpdg"],
|
||||
"modules-left": ["group/dtray", "battery", "battery#bat1", "battery#bat2"],
|
||||
"modules-right": ["clock", "group/audio", "disk", "memory", "cpu"],
|
||||
"memory": {
|
||||
"format": " {avail} + {swapAvail} GiB",
|
||||
},
|
||||
|
||||
"cava": {
|
||||
"method": "pipewire",
|
||||
"format-icons" : ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ],
|
||||
"bar_delimiter": 0,
|
||||
"bars": 12,
|
||||
"stereo": false,
|
||||
"hide_on_silence": true,
|
||||
"input_delay": 1,
|
||||
"autosens": 0,
|
||||
"noise_reduction": 0.5,
|
||||
"sensitivity": 13,
|
||||
},
|
||||
|
||||
"disk": {
|
||||
"format": " {free} {path}",
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"format": " {usage}% {max_frequency}GHz",
|
||||
"states": { "highcpu": 85 },
|
||||
},
|
||||
|
||||
"group/dtray": {
|
||||
"orientation": "inherit",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": ["custom/arrow", "tray"]
|
||||
},
|
||||
|
||||
"group/audio": {
|
||||
"orientation": "inherit",
|
||||
"modules": ["wireplumber", ],
|
||||
"on-click": "pavucontrol",
|
||||
},
|
||||
|
||||
"group/mpdg": {
|
||||
"orientation": "inherit",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"children-class": "mpdcontrol",
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": ["mpd", "custom/playpause", "custom/prev", "custom/next"]
|
||||
},
|
||||
|
||||
"custom/playpause": {
|
||||
"format": "",
|
||||
"on-click": "mpc toggle"
|
||||
},
|
||||
|
||||
"custom/prev": {
|
||||
"format": "",
|
||||
"on-click": "mpc prev"
|
||||
},
|
||||
|
||||
"custom/next": {
|
||||
"format": "",
|
||||
"on-click": "mpc next"
|
||||
},
|
||||
|
||||
"custom/arrow": {
|
||||
"format": " ",
|
||||
"tooltip": false,
|
||||
"on-click": "swaync-client -t",
|
||||
},
|
||||
|
||||
"tray": {
|
||||
"spacing": 5
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"format": "{:%I:%M %p}",
|
||||
},
|
||||
|
||||
"wireplumber": {
|
||||
"on-click": "pavucontrol",
|
||||
"format": " {volume}%",
|
||||
"format-muted": " {volume}%",
|
||||
},
|
||||
|
||||
"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}",
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"bat": "BAT0",
|
||||
"interval": 5,
|
||||
"format-icons": [" ", " ", " ", " ", " "],
|
||||
"states": {
|
||||
"warning": 30,
|
||||
"critical": 15,
|
||||
"dead": 5
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"tooltip-format": "BAT0, {power}W"
|
||||
},
|
||||
|
||||
"battery#bat1": {
|
||||
"bat": "BAT1",
|
||||
"interval": 5,
|
||||
"format-icons": [" ", " ", " ", " ", " "],
|
||||
"states": {
|
||||
"warning": 30,
|
||||
"critical": 15,
|
||||
"dead": 5
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"tooltip-format": "BAT1, {power}W"
|
||||
},
|
||||
|
||||
"battery#bat2": {
|
||||
"bat": "BAT2",
|
||||
"interval": 5,
|
||||
"format-icons": [" ", " ", " ", " ", " "],
|
||||
"states": {
|
||||
"warning": 30,
|
||||
"critical": 15,
|
||||
"dead": 5
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"tooltip-format": "BAT2, {power}W"
|
||||
},
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue