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

View File

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