diff options
| author | JaKooLit <jimmielovejay@gmail.com~> | 2023-11-15 17:54:51 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com~> | 2023-11-15 17:54:51 +0900 |
| commit | aca8e5dfe8d930ab1be3575408158e8147b42f11 (patch) | |
| tree | bea96734f6d4a1e5d2401c7f43c0e30a79857f6e /config/waybar/configs/Bottom(plasma) | |
| parent | 4c142b3a4172db1c042455142e137fe3da93e3f7 (diff) | |
Waybar rename for easy addition
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", + ], +} |
