diff options
| author | JaKooLit <ejhay.games@gmail.com~> | 2025-01-28 02:15:32 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com~> | 2025-01-28 02:15:32 +0900 |
| commit | 1fc313fc9263d9b0ab1e347f0f185f2c07be3313 (patch) | |
| tree | 09617a21ff579f83fd7c155d84b1fec7cdc9f287 /config/waybar | |
| parent | e9b072137f0aaa905e4c6cfc1aaf942ecb768701 (diff) | |
bump v2.3.10; added waybar default v5; default waybar style will be [Wallust] Chroma Tally; new default wallpaper
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/configs/[TOP] Default Laptop_v5 | 55 | ||||
| -rw-r--r-- | config/waybar/configs/[TOP] Default_v4 | 2 | ||||
| -rw-r--r-- | config/waybar/configs/[TOP] Default_v5 | 53 |
3 files changed, 109 insertions, 1 deletions
diff --git a/config/waybar/configs/[TOP] Default Laptop_v5 b/config/waybar/configs/[TOP] Default Laptop_v5 new file mode 100644 index 00000000..c972b1b4 --- /dev/null +++ b/config/waybar/configs/[TOP] Default Laptop_v5 @@ -0,0 +1,55 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DEFAULT v5 (Laptop) - Top ### // +{ +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + ], +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "group/app_drawer", + "custom/separator#dot-line", + "group/mobo_drawer", + "custom/separator#blank", + "group/laptop", + "custom/separator#line", + "custom/weather", + "custom/separator#blank", + "custom/cava_mviz", + ], + +"modules-center": [ + "custom/swaync", + "custom/separator#dot-line", + "hyprland/workspaces#rw", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/hint", + ], + +"modules-right": [ + "network#speed", + "group/connections", + "custom/separator#line", + "tray", + "mpris", + "clock", + "group/audio", + "custom/separator#dot-line", + "group/status", + ], +}
\ No newline at end of file diff --git a/config/waybar/configs/[TOP] Default_v4 b/config/waybar/configs/[TOP] Default_v4 index 051aa848..678c2085 100644 --- a/config/waybar/configs/[TOP] Default_v4 +++ b/config/waybar/configs/[TOP] Default_v4 @@ -1,6 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -// ### DEFAULT v4 (Laptop) - Top ### // +// ### DEFAULT v4 - Top ### // { "include": [ "$HOME/.config/waybar/Modules", diff --git a/config/waybar/configs/[TOP] Default_v5 b/config/waybar/configs/[TOP] Default_v5 new file mode 100644 index 00000000..3566068c --- /dev/null +++ b/config/waybar/configs/[TOP] Default_v5 @@ -0,0 +1,53 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DEFAULT v5 - Top ### // +{ +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + ], +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "group/app_drawer", + "custom/separator#dot-line", + "group/mobo_drawer", + "custom/separator#line", + "custom/weather", + "custom/separator#blank", + "custom/cava_mviz", + ], + +"modules-center": [ + "custom/swaync", + "custom/separator#dot-line", + "hyprland/workspaces#rw", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/hint", + ], + +"modules-right": [ + "network#speed", + "group/connections", + "custom/separator#line", + "tray", + "mpris", + "clock", + "group/audio", + "custom/separator#dot-line", + "group/status", + ], +}
\ No newline at end of file |
