diff options
| author | Blake Romero <blake@developercraft.com> | 2026-03-26 00:22:34 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-03-26 00:22:34 +0000 |
| commit | 1e3e4f13f12ff7e269cbbb5eb2993460cb799f3f (patch) | |
| tree | dbbc050436ada84f42517781718da7431c78c702 /themes/dark/config.jsonc | |
| parent | 26cb9e3fb4adeab29ca028966a0ae6bcc27881a5 (diff) | |
Restructured files
Diffstat (limited to 'themes/dark/config.jsonc')
| -rw-r--r-- | themes/dark/config.jsonc | 24 |
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" + ] +} |
