Add Tauon status to Waybar
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ae974d2eba
commit
36dbe5a024
2 changed files with 15 additions and 2 deletions
|
@ -79,9 +79,17 @@
|
|||
"margin": "6px",
|
||||
"modules-left": ["tray"],
|
||||
"modules-center": [],
|
||||
"modules-right": [],
|
||||
"modules-right": ["custom/tauon"],
|
||||
"tray": {
|
||||
"spacing": 10,
|
||||
"spacing": 12,
|
||||
},
|
||||
"custom/tauon": {
|
||||
"format": "{}",
|
||||
"tooltip": false,
|
||||
"interval": 1,
|
||||
"exec": "$XDG_BIN_HOME/tauon-status",
|
||||
"escape": true,
|
||||
"on-click": "swaymsg workspace 10",
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue