diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-04-25 20:07:52 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-04-25 20:07:52 +0100 |
| commit | 0698ee0247dd25366afacc48a43119936a1ef623 (patch) | |
| tree | 5166b9f56cf1b352f21972062a41166e924b0950 /.config | |
| parent | c5d27e07f460578894f55660e747bbb85121501d (diff) | |
Diffstat (limited to '.config')
| -rw-r--r-- | .config/waybar/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index e02d2af..75cc1ae 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -9,14 +9,14 @@ "modules-left": [ "dwl/tags", - "custom/layout", + "custom/layout" ], "modules-center": ["custom/clock"], "modules-right": [ "custom/keyboard-layout", - "idle_inhibitor", + "idle_inhibitor" ], "dwl/tags": { @@ -55,5 +55,5 @@ "interval": 1, "exec": "~/.config/waybar/scripts/date-time.sh", "on-click": "~/.config/waybar/scripts/calendar.sh show" - }, + } } |
