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