diff options
Diffstat (limited to 'config/waybar/configs/RIGHT-EastWing')
| -rw-r--r-- | config/waybar/configs/RIGHT-EastWing | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/config/waybar/configs/RIGHT-EastWing b/config/waybar/configs/RIGHT-EastWing new file mode 100644 index 00000000..8b964f03 --- /dev/null +++ b/config/waybar/configs/RIGHT-EastWing @@ -0,0 +1,46 @@ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ + +// ### RIGHT PANEL ### // + +{ +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/UserModules", + "$HOME/.config/waybar/ModulesVertical", + ], +"layer": "top", +"position": "right", +"margin-top": 8, +"margin-bottom": 8, +//"margin-left": 3, +"margin-right": 3, +"spacing": 3, +"fixed-center": true, +"ipc": true, +//"gtk-layer-shell": true, + +"modules-left": [ + "clock#vertical", + "custom/light_dark", +], + +"modules-center": [ + "idle_inhibitor", + "hyprland/workspaces", +], + +"modules-right": [ + "mpris", + "tray", + "group/notify", + "backlight#vertical", + "pulseaudio#microphone_vertical", + "pulseaudio#vertical", + "custom/nightlight", + "custom/power_vertical", + "custom/menu", +], +} |
