diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-13 11:06:34 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-13 11:06:34 +0900 |
| commit | 2b8407075c60237d86f749d6a01922316a80214d (patch) | |
| tree | 174f5fbea352f1b574ef035531b2c1b49ea32124 /config/waybar | |
| parent | 49ff9ba6f4d6450275042963abd3167e4e061f43 (diff) | |
Added Default-bottom layout
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/configs/config-default-Bottom | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/config/waybar/configs/config-default-Bottom b/config/waybar/configs/config-default-Bottom new file mode 100644 index 00000000..4d3d7f40 --- /dev/null +++ b/config/waybar/configs/config-default-Bottom @@ -0,0 +1,65 @@ +// ### DEFAULT ### // +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 6, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "hyprland/workspaces", + "custom/separator#dot-line", + "cpu", + "custom/separator#dot-line", + "temperature", + "custom/separator#dot-line", + "memory", + "custom/separator#dot-line", + "custom/weather", + ], + +"modules-center": [ + "custom/menu", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/separator#dot-line", + "clock", + "custom/separator#dot-line", + "custom/light_dark", + "custom/separator#dot-line", + "custom/lock", + //], + "custom/separator#dot-line", + "custom/keybinds", + ], + +"modules-right": [ + //"hyprland/window", + "tray", + "custom/separator#dot-line", + "bluetooth", + "custom/separator#dot-line", + "network", + "custom/separator#dot-line", + //"cava", + "battery", + "custom/separator#dot-line", + "backlight", + "custom/separator#dot-line", + "pulseaudio", + "custom/separator#dot-line", + //"wireplumber", + "pulseaudio#microphone", + "custom/separator#dot-line", + "keyboard-state", + "custom/separator#dot-line", + "custom/power", + ], +} |
