diff options
Diffstat (limited to 'config/waybar/configs/TOP-Arrow')
| -rw-r--r-- | config/waybar/configs/TOP-Arrow | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/config/waybar/configs/TOP-Arrow b/config/waybar/configs/TOP-Arrow new file mode 100644 index 00000000..14089a41 --- /dev/null +++ b/config/waybar/configs/TOP-Arrow @@ -0,0 +1,44 @@ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ +/* .....[TOP] Arrow Best to combine with [Extra] Arrow Style ......... */ +/* --- 👍 taken from https://github.com/mxkrsv 👍 --- */ + +{ +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/UserModules", + ], + + "layer": "top", + "position": "top", + + "modules-left": [ + "hyprland/mode", + "hyprland/workspaces", + "custom/arrow10", + "hyprland/window" + ], + + "modules-right": [ + "custom/arrow9", + "pulseaudio", + "custom/arrow8", + "network", + "custom/arrow7", + "memory", + "custom/arrow6", + "cpu", + "custom/arrow5", + "temperature", + "custom/arrow4", + "battery", + "custom/arrow2", + "tray", +"custom/arrow1", + "custom/nightlight", + "clock#2" + ], +} + |
