the final frontier
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"layer": "top",
|
||||
"margin": "5, 5, 5, 5",
|
||||
"modules-left": ["hyprland/workspaces"],
|
||||
"modules-center": ["mpris", "clock"],
|
||||
"modules-right": ["cava", "privacy", "network", "pulseaudio/slider", "tray"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["mpris", "cava", "network", "wireplumber", "tray"],
|
||||
"battery": {
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
@@ -13,7 +13,6 @@
|
||||
},
|
||||
|
||||
"cava": {
|
||||
"cava_config": "/home/joshuaelm/.config/cava/config",
|
||||
"bars": 14,
|
||||
"bar_delimiter": 0,
|
||||
"format-icons" : ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ],
|
||||
@@ -56,18 +55,33 @@
|
||||
|
||||
|
||||
"mpris": {
|
||||
"format": "{player_icon} {title}",
|
||||
"format-paused": "{status_icon} <i>{title}</i>",
|
||||
"format-len": 50,
|
||||
"status-icons": {
|
||||
"paused": ""
|
||||
"format": "{player_icon}",
|
||||
"format-paused": "{status_icon}",
|
||||
"player-icons": {
|
||||
"default": "▶",
|
||||
"mpv": "🎵"
|
||||
},
|
||||
},
|
||||
"pulseaudio/slider": {
|
||||
"min": 0,
|
||||
"max": 100
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"active-only": false
|
||||
"status-icons": {
|
||||
"paused": "⏸"
|
||||
},
|
||||
},
|
||||
|
||||
"wireplumber": {
|
||||
"format": "{volume}%",
|
||||
"format-muted": "",
|
||||
"on-click": "pavucontrol",
|
||||
"scroll-step": 0.8,
|
||||
"max-volume": 100,
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{volume}% volume on device {node_name}"
|
||||
},
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"active-only": false,
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"active": "",
|
||||
"default": "",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user