diff options
Diffstat (limited to 'config/waybar/configs/Bottom(plasma)')
| -rw-r--r-- | config/waybar/configs/Bottom(plasma) | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/config/waybar/configs/Bottom(plasma) b/config/waybar/configs/Bottom(plasma) new file mode 100644 index 00000000..2aa9f910 --- /dev/null +++ b/config/waybar/configs/Bottom(plasma) @@ -0,0 +1,47 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### "Plasma" (bottom) ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-left": 6, +"margin-right": 6, +"margin-bottom": 4, + +"modules-left": [ + "custom/menu", + "hyprland/workspaces#3", + "wlr/taskbar", + ], + +"modules-center": [ + "hyprland/window", + "custom/light_dark", + ], + +"modules-right": [ + "tray", + "custom/weather", + "clock", + "cpu", + "temperature", + "memory", + "backlight", + "battery", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + //"custom/updater", + "keyboard-state", + "custom/cycle_wall", + "custom/power", + ], +} |
