diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 15:55:57 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 15:55:57 +0900 |
| commit | c222e1bad2ba5e779c3af5b956906c82ead43271 (patch) | |
| tree | a5253e0861c200ff90354169e1f67ef42ebf0ef9 /config/waybar/configs/config-dual-BL | |
| parent | bb0be21dba7980fc1c047eaba24eda1712bd7f31 (diff) | |
Initial upload
Diffstat (limited to 'config/waybar/configs/config-dual-BL')
| -rw-r--r-- | config/waybar/configs/config-dual-BL | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/config/waybar/configs/config-dual-BL b/config/waybar/configs/config-dual-BL new file mode 100644 index 00000000..9540e26a --- /dev/null +++ b/config/waybar/configs/config-dual-BL @@ -0,0 +1,71 @@ +// ### BOTTOM and LEFT 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", + ], + +"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": "left", +"margin-top": 8, +"margin-bottom": 8, +"margin-left": 8, +"margin-right": 1, +"spacing": 3, +"fixed-center": true, +"ipc": true, +"gtk-layer-shell": true, + +"modules-left": [ + "custom/light_dark", + ], + +"modules-center": [ + "hyprland/workspaces", + ], + +"modules-right": [ + "idle_inhibitor", + "custom/lock", + "tray", + "clock#vertical", + ], + +}]
\ No newline at end of file |
