summaryrefslogtreecommitdiff
path: root/themes/dark/config.jsonc
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2026-03-26 00:22:34 +0000
committerBlake Romero <blake@developercraft.com>2026-03-26 00:22:34 +0000
commit1e3e4f13f12ff7e269cbbb5eb2993460cb799f3f (patch)
treedbbc050436ada84f42517781718da7431c78c702 /themes/dark/config.jsonc
parent26cb9e3fb4adeab29ca028966a0ae6bcc27881a5 (diff)
Restructured files
Diffstat (limited to 'themes/dark/config.jsonc')
-rw-r--r--themes/dark/config.jsonc24
1 files changed, 24 insertions, 0 deletions
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"
+ ]
+}