diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-18 18:21:47 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-18 18:21:47 +0900 |
| commit | fe977af9d009e4dddbd236e5871d158a96197871 (patch) | |
| tree | f6f043fb06c7ac98b740e243d3562bdf779384ff | |
| parent | 6905e2bf038fce27cb49f1f3aba6d36279091bd4 (diff) | |
added top simpliest waybar layout
| -rw-r--r-- | config/waybar/configs/[TOP] Simpliest | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/config/waybar/configs/[TOP] Simpliest b/config/waybar/configs/[TOP] Simpliest new file mode 100644 index 00000000..14e0f1e0 --- /dev/null +++ b/config/waybar/configs/[TOP] Simpliest @@ -0,0 +1,36 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +// ### TOP Simpliests ## // + +{ +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + ], +"layer": "top", +"position": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"gtk-layer-shell": true, +"margin-left": 6, +"margin-right": 6, +"margin-top": 2, + +"modules-left": [ + "hyprland/workspaces", + "tray", + "mpris", + ], + +"modules-center": [ + "hyprland/window", + ], + +"modules-right": [ + "idle_inhibitor", + "group/notify", + ], +} + |
