diff options
Diffstat (limited to 'config/waybar/configs/TOP-Gardenia')
| -rw-r--r-- | config/waybar/configs/TOP-Gardenia | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/config/waybar/configs/TOP-Gardenia b/config/waybar/configs/TOP-Gardenia new file mode 100644 index 00000000..1357da5f --- /dev/null +++ b/config/waybar/configs/TOP-Gardenia @@ -0,0 +1,44 @@ +//* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ +//* ............................................*/ +//* .............GARDENIA.......................*/ +//* ............................................*/ +//* --- 👍 designed by https://github.com/Krautt 👍 --- */ + +{ + +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/UserModules", + ], +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 5, +"fixed-center": false, +"ipc": true, +"margin-top": 5, +//"margin-bottom": 5, +"width": 1000, + +"modules-left": [ + "clock#5", + "mpris", + "tray", + "group/notify" + ], + +"modules-center": ["hyprland/workspaces#kanji"], + +"modules-right": [ + "pulseaudio#1", + "backlight#2", + "battery", + "custom/nightlight" + ], + +}
\ No newline at end of file |
