diff options
Diffstat (limited to 'config/waybar/configs/TOP-Peony')
| -rw-r--r-- | config/waybar/configs/TOP-Peony | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/config/waybar/configs/TOP-Peony b/config/waybar/configs/TOP-Peony new file mode 100644 index 00000000..7f666c2f --- /dev/null +++ b/config/waybar/configs/TOP-Peony @@ -0,0 +1,50 @@ +//* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ +//* ............................................*/ +//* ................PEONY.......................*/ +//* ............................................*/ +//* --- 👍 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": 4, +"fixed-center": true, +"ipc": true, +"margin-top": 5, +//"margin-bottom": 5, +"width": 1444, + +"modules-left": [ + "hyprland/workspaces#roman", + "mpris", + "group/notify", + "tray" + ], + +"modules-center": ["clock#4"], + +"modules-right": [ + "battery", + "custom/separator#blank", + "backlight", + "custom/separator#blank", + "pulseaudio", + "custom/separator#blank", + "temperature", + "custom/separator#blank", + "group/mobo_drawer", + "network", + "custom/nightlight"], + +}
\ No newline at end of file |
