diff options
Diffstat (limited to 'config/waybar/configs/TOP-Camellia')
| -rw-r--r-- | config/waybar/configs/TOP-Camellia | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/config/waybar/configs/TOP-Camellia b/config/waybar/configs/TOP-Camellia new file mode 100644 index 00000000..d6723438 --- /dev/null +++ b/config/waybar/configs/TOP-Camellia @@ -0,0 +1,76 @@ +//* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ +//* ............................................*/ +//* .............CAMELLIA.......................*/ +//* ............................................*/ +//* --- 👍 designed by https://github.com/Krautt 👍 --- */ + +{ + +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/UserModules", + ], +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 4, +"fixed-center": true, +"ipc": true, +//"margin-top": 0, +//"margin-bottom": 0, +//"margin-left": 0, +//"margin-right": 0, + +"modules-left": [ + "hyprland/workspaces#cam", + "custom/separator#line", + "mpris", + "group/notify", + "tray", + "wlr/taskbar"], + +"modules-center": ["hyprland/window"], + +"modules-right": [ + "custom/backlight", + "backlight/slider", + "custom/speaker", + "pulseaudio/slider", + "power-profiles-daemon", + "battery", + "clock#3", + "network", + "custom/nightlight"], + +// Additional modules // +"pulseaudio/slider": { + "min": 0, + "max": 100, + "orientation": "horizontal" + +}, + +"custom/speaker": { + "exec": "echo '🔊'", + "interval": 1, + "format": "{}" +}, + +"backlight/slider": { + "min": 0, + "max": 100, + "orientation": "horizontal", + "device": "intel_backlight" +}, + +"custom/backlight": { + "exec": "echo '✨'", + "interval": 1, + "format": "{}" +}, +}
\ No newline at end of file |
