diff options
Diffstat (limited to 'config/waybar/configs/Top(gnome)')
| -rw-r--r-- | config/waybar/configs/Top(gnome) | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/config/waybar/configs/Top(gnome) b/config/waybar/configs/Top(gnome) new file mode 100644 index 00000000..7434b90c --- /dev/null +++ b/config/waybar/configs/Top(gnome) @@ -0,0 +1,48 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### "Gnome" style (top) ### // +{ +"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", + "hyprland/workspaces#3", + //"custom/updater", + "hyprland/window", + ], + +"modules-center": [ + "clock", + "custom/light_dark", + "cava", + "custom/weather", + ], + +"modules-right": [ + "tray", + //"network", + "bluetooth", + "cpu", + "temperature", + "memory", + "battery", + "backlight", + "keyboard-state", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + "custom/cycle_wall", + "custom/power", + ], +} |
