From 1e3e4f13f12ff7e269cbbb5eb2993460cb799f3f Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 26 Mar 2026 00:22:34 +0000 Subject: Restructured files --- themes/dark/config.jsonc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 themes/dark/config.jsonc (limited to 'themes/dark/config.jsonc') diff --git a/themes/dark/config.jsonc b/themes/dark/config.jsonc new file mode 100644 index 0000000..ce8ed92 --- /dev/null +++ b/themes/dark/config.jsonc @@ -0,0 +1,24 @@ +{ + "output": ["DP-1", "eDP-1"], + "position": "top", + "include": ["~/.config/waybar/modules/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" + ] +} -- cgit