From c222e1bad2ba5e779c3af5b956906c82ead43271 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 22 Oct 2023 15:55:57 +0900 Subject: Initial upload --- config/waybar/configs/config-default | 45 ++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 config/waybar/configs/config-default (limited to 'config/waybar/configs/config-default') 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", + ], +} -- cgit v1.2.3