added: configs for mango and waybar
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user