From 1e3e4f13f12ff7e269cbbb5eb2993460cb799f3f Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 26 Mar 2026 00:22:34 +0000 Subject: Restructured files --- config.jsonc | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) mode change 100644 => 120000 config.jsonc (limited to 'config.jsonc') diff --git a/config.jsonc b/config.jsonc deleted file mode 100644 index 12e47b1..0000000 --- a/config.jsonc +++ /dev/null @@ -1,24 +0,0 @@ -{ - "output": ["DP-1", "eDP-1"], - "position": "top", - "include": ["~/.config/waybar/modules.jsonc"], - "reload_style_on_change": true, - - "modules-left": [ - "custom/apps", - "sway/workspaces" - ], - - "modules-right": [ - "cpu", - "memory", - "backlight", - "battery", - "bluetooth", - "network", - "wireplumber", - "clock#calendar", - "clock", - "tray" - ] -} diff --git a/config.jsonc b/config.jsonc new file mode 120000 index 0000000..0bfcbd5 --- /dev/null +++ b/config.jsonc @@ -0,0 +1 @@ +themes/dark/config.jsonc \ No newline at end of file -- cgit