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-TL | |
| parent | bb0be21dba7980fc1c047eaba24eda1712bd7f31 (diff) | |
Initial upload
Diffstat (limited to 'config/waybar/configs/config-dual-TL')
| -rw-r--r-- | config/waybar/configs/config-dual-TL | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/config/waybar/configs/config-dual-TL b/config/waybar/configs/config-dual-TL new file mode 100644 index 00000000..f7d418d2 --- /dev/null +++ b/config/waybar/configs/config-dual-TL @@ -0,0 +1,72 @@ +// ### TOP and LEFT PANEL ## // + +[{ +"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": [ + "custom/menu", + "cpu", + "temperature", + "memory", + "disk", + ], + +"modules-center": [ + "hyprland/window", + "custom/weather", + ], + +"modules-right": [ + "network", + "bluetooth", + "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": 3, +"spacing": 3, +"fixed-center": true, +"ipc": true, +//"gtk-layer-shell": true, + +"modules-left": [ + "idle_inhibitor", + + ], + +"modules-center": [ + "hyprland/workspaces", + ], + +"modules-right": [ + "tray", + "clock#vertical", + "custom/light_dark", + "custom/lock", + ], + +}]
\ No newline at end of file |
