diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-01 00:20:31 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-01 00:20:31 +0900 |
| commit | b6c78db8963784b190c406419b7d042b1ca7cab9 (patch) | |
| tree | 70623537ae918b4304107b555c0934ebf844577b /config | |
| parent | 940b0853483d3ea0c86dce3a02533b21aac38e1a (diff) | |
uploaded own use config as someone asked :)
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/configs/[TOP] 0Ja0 | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/config/waybar/configs/[TOP] 0Ja0 b/config/waybar/configs/[TOP] 0Ja0 new file mode 100644 index 00000000..98345c32 --- /dev/null +++ b/config/waybar/configs/[TOP] 0Ja0 @@ -0,0 +1,51 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +/* My Mostly Used waybar config incase you wonder :) */ +{ +"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": [ + "idle_inhibitor", + "custom/separator#blank", + "tray", + "custom/separator#blank", + "clock", + "custom/playerctl", + "custom/separator#blank_2", + "hyprland/window", + ], + +"modules-center": [ + "group/app_drawer", + "custom/separator#dot-line", + "hyprland/workspaces#rw", + "custom/separator#dot-line", + "custom/swaync", + ], + +"modules-right": [ + "group/laptop", + "custom/separator#dot-line", + "group/mobo_drawer", + "custom/separator#line", + "group/audio", + "custom/separator#dot-line", + "group/status", + ], +}
\ No newline at end of file |
