diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 11:52:58 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 11:53:34 +0900 |
| commit | cadc2cb3b52caff78ce14cf545d9385f4b3caa1d (patch) | |
| tree | a65a9c0a4e37fc94d5198acee2bbe586a66f3bdf /config/waybar/configs | |
| parent | a5530ba1c81a482aa8e77db9bf37aa5894d1fa86 (diff) | |
updated. On startup apps.conf, removed the &
Diffstat (limited to 'config/waybar/configs')
| -rw-r--r-- | config/waybar/configs/[TOP] Arrow | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/config/waybar/configs/[TOP] Arrow b/config/waybar/configs/[TOP] Arrow new file mode 100644 index 00000000..8001d8fb --- /dev/null +++ b/config/waybar/configs/[TOP] Arrow @@ -0,0 +1,43 @@ +/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* .....[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", + "clock#2" + ], +} + |
