Update Waybar configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
a2b1cf1b39
commit
68609367bb
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
"height": 35,
|
||||
// Space between modules
|
||||
"spacing": 0,
|
||||
"margin": "0 0 10px 0",
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["custom/update", "pulseaudio", "battery", "network", "clock", "custom/power"],
|
||||
|
@ -53,12 +54,13 @@
|
|||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "Disconnected ",
|
||||
"tooltip": false,
|
||||
"on-click": "nm-connection-editor",
|
||||
},
|
||||
"clock": {
|
||||
"format": " {:%F %H:%M:%S}",
|
||||
"tooltip": false,
|
||||
"interval": 1,
|
||||
"on-click": "xdg-open https://www.kaderli.dev",
|
||||
"on-click": "xdg-open https://cloud.schaer.dev/apps/calendar",
|
||||
},
|
||||
"custom/power": {
|
||||
"format": " ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue