diff --git a/config/waybar/config b/config/waybar/config index 65505ab..ef6309f 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -24,7 +24,7 @@ "clock", "tray" ], - "sway/workspaces": { + "sway/workspaces": { "all-outputs": true }, "sway/mode": { @@ -157,10 +157,14 @@ "backlight", "pulseaudio", "mpd", - "clock", + "custom/clock", "tray" ], - "sway/workspaces": { + "custom/clock": { + "exec": "date +'%a %x %R'", + "interval": 60, + }, + "sway/workspaces": { "all-outputs": true }, "sway/mode": { diff --git a/config/waybar/style.css b/config/waybar/style.css index a1881c4..0d4b983 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -23,6 +23,7 @@ window#waybar { #custom-multimedia_previous, #custom-multimedia_current, #custom-multimedia_next, +#custom-clock, #clock, #mpd, #backlight,