diff options
Diffstat (limited to 'config/waybar/configs/config-default')
| -rw-r--r-- | config/waybar/configs/config-default | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/config/waybar/configs/config-default b/config/waybar/configs/config-default new file mode 100644 index 00000000..09c254f6 --- /dev/null +++ b/config/waybar/configs/config-default @@ -0,0 +1,45 @@ +// ### DEFAULT ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 6, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "hyprland/workspaces", + "cpu", + "temperature", + "memory", + "custom/weather", + ], + +"modules-center": [ + "custom/menu", + "idle_inhibitor", + "clock", + "custom/light_dark", + "custom/lock", + ], + +"modules-right": [ + "hyprland/window", + "tray", + //"cava", + "battery", + "backlight", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + "keyboard-state", + "custom/power", + ], +} |
