diff options
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" + ] +} |
