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-dual-BR | 72 ++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 config/waybar/configs/config-dual-BR (limited to 'config/waybar/configs/config-dual-BR') diff --git a/config/waybar/configs/config-dual-BR b/config/waybar/configs/config-dual-BR new file mode 100644 index 00000000..285c2355 --- /dev/null +++ b/config/waybar/configs/config-dual-BR @@ -0,0 +1,72 @@ +// ### BOTTOM and RIGHT PANEL + +[{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 2, +"fixed-center": true, +"ipc": true, +"margin-top": 6, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "custom/menu", + "cpu", + "temperature", + "memory", + "disk", + ], + +"modules-center": [ + "hyprland/window", + "custom/weather", + ], + +"modules-right": [ + "network", + "bluetooth", + //"cava", + "battery", + "backlight", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + "keyboard-state", + "custom/power", + ], +}, + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "right", +"margin-top": 8, +"margin-bottom": 8, +"margin-left": 1, +"margin-right": 8, +"spacing": 3, +"fixed-center": true, +"ipc": true, +"gtk-layer-shell": true, + +"modules-left": [ + "idle_inhibitor", + ], + +"modules-center": [ + "hyprland/workspaces", + ], + +"modules-right": [ + "custom/light_dark", + "custom/lock", + "tray", + "clock#vertical", + ], + +}] \ No newline at end of file -- cgit v1.2.3