diff options
Diffstat (limited to 'themes/dwm/config.jsonc')
| -rw-r--r-- | themes/dwm/config.jsonc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/themes/dwm/config.jsonc b/themes/dwm/config.jsonc new file mode 100644 index 0000000..961196a --- /dev/null +++ b/themes/dwm/config.jsonc @@ -0,0 +1,19 @@ +{ + "output": ["DP-1", "eDP-1"], + "position": "top", + "reload_style_on_change": true, + "include": [ "~/.config/waybar/modules/modules/modules.jsonc" ], + "modules-left": [ "sway/workspaces#full" ], + "modules-right": [ + "cpu", + "memory", + "backlight", + "battery", + "bluetooth", + "network", + "wireplumber", + "clock#calendar", + "clock", + "tray" + ] +} |
