update waybar config

This commit is contained in:
2022-06-10 22:45:16 +03:00
parent de25044509
commit bf9c5a8460
2 changed files with 10 additions and 0 deletions

View File

@@ -9,6 +9,8 @@
"pulseaudio", "pulseaudio",
"sway/language", "sway/language",
"network", "network",
"backlight",
"upower",
"clock" "clock"
], ],
"sway/workspaces": { "sway/workspaces": {
@@ -35,6 +37,12 @@
"format-disconnected": "No network", "format-disconnected": "No network",
"tooltip": false "tooltip": false
}, },
"backlight": {
"tooltip": false
},
"upower": {
"tooltip": false
},
"clock": { "clock": {
"format": "{:%d %b %H:%M, %A}", "format": "{:%d %b %H:%M, %A}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>" "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"

View File

@@ -42,6 +42,8 @@ window#waybar {
#pulseaudio, #pulseaudio,
#language, #language,
#network, #network,
#upower,
#backlight,
#clock { #clock {
margin: 8px; margin: 8px;
} }