diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-04-21 19:36:34 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-04-21 19:36:34 +0100 |
| commit | 51735c100c23e26a1aa10cc856329f718093ec91 (patch) | |
| tree | 01da7312978bf48a5597ad80af77604e860c9330 | |
| parent | 318e8a912aa61946891399b956b797d2d51c87c0 (diff) | |
Change spacing in waybar
| -rw-r--r-- | waybar/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/waybar/config b/waybar/config index b85f779..ca808f7 100644 --- a/waybar/config +++ b/waybar/config @@ -4,7 +4,7 @@ "modules-left": ["sway/workspaces", "sway/mode"], "modules-right": ["tray", "custom/lock", "custom/scratchpad_indicator", "network", "cpu", "memory", "backlight", "pulseaudio", "battery", "clock"], "custom/lock": { - "format": " ", + "format": " ", "on-click": "swaylock" }, "custom/spotify": { @@ -32,7 +32,7 @@ "spacing": 10 }, "custom/scratchpad_indicator": { - "interval": 3, + "interval": 1, "exec": "swaymsg -t get_tree | ~/.config/waybar/scripts/scratchpads.py", "format": " {} ", "on-click": "swaymsg 'scratchpad show'", @@ -40,7 +40,7 @@ }, "clock": { "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", - "format": "{:%d/%m/%Y %H:%M:%S}", + "format": "{:%d %b %H:%M:%S}", "format-alt": "{:%Y-%m-%d}", "timezone": "Europe/London", "interval": 1 |
