added: configs for mango and waybar

This commit is contained in:
2026-05-18 08:02:53 +02:00
parent 1f2af893aa
commit 046eb0b7a4
5 changed files with 585 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"position": "bottom",
"modules-left": ["river/tags", "river/window"],
"modules-left": ["river/tags", "river/layout", "river/window"],
"modules-center": [],
"modules-right": ["tray", "network", "custom/audio", "clock"],
@@ -12,6 +12,12 @@
"max-length": 80
},
"river/layout": {
"format": "{}",
"min-length": 4,
"on-click": "riverctl send-layout-cmd next"
},
"clock": {
//"format": "{:%d.%m. %b, %a %H:%M}",
"format": "{:%b %d (%a) %I:%M:%S %p}",
@@ -80,7 +86,8 @@
"headphones": "󰋋",
"headphones-muted": "󰟎"
},
"interval": 2,
//"interval": 2,
"interval": "once",
"on-click": "pamixer --toggle-mute",
"on-click-right": "~/.local/bin/toggle_audio",
"on-scroll-up": "pamixer --increase 5",