diff options
Diffstat (limited to 'home/.config/waybar/config')
-rw-r--r-- | home/.config/waybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/waybar/config b/home/.config/waybar/config index 2479866..f521fcf 100644 --- a/home/.config/waybar/config +++ b/home/.config/waybar/config @@ -2,7 +2,7 @@ "position": "bottom", // Waybar position (top|bottom|left|right) "height": 30, // Waybar height (to be removed for auto height) "modules-left": ["custom/osname", "sway/workspaces"], - "include" : ["~/.config/waybar/additional.d/*"], + "include" : ["~/.config/waybar/additional.d/*.json"], // Modules configuration "custom/osname": { "format": " w<span color=\"#3685D0\"></span>zul ", |