mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
106 lines
2.0 KiB
Plaintext
106 lines
2.0 KiB
Plaintext
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
|
|
// ### DUAL TOP and BOTTOM ### //
|
|
|
|
[{
|
|
"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": 3,
|
|
"fixed-center": true,
|
|
"ipc": true,
|
|
"margin-top": 1,
|
|
"margin-left": 8,
|
|
"margin-right": 8,
|
|
|
|
"modules-left": [
|
|
"cpu",
|
|
"temperature",
|
|
"memory",
|
|
"disk",
|
|
],
|
|
|
|
"modules-center": [
|
|
"idle_inhibitor",
|
|
"clock",
|
|
"custom/light_dark",
|
|
],
|
|
|
|
"modules-right": [
|
|
"custom/weather",
|
|
"battery",
|
|
"backlight",
|
|
"bluetooth",
|
|
"network",
|
|
"custom/updater",
|
|
"custom/cycle_wall",
|
|
"custom/hyprwhspr",
|
|
"custom/lock",
|
|
],
|
|
|
|
"custom/hyprwhspr": {
|
|
"format": "{}",
|
|
"exec": "/usr/lib/hyprwhspr/config/hyprland/hyprwhspr-tray.sh status",
|
|
"interval": 1,
|
|
"return-type": "json",
|
|
"exec-on-event": true,
|
|
"on-click": "/usr/lib/hyprwhspr/config/hyprland/hyprwhspr-tray.sh toggle",
|
|
"on-click-right": "/usr/lib/hyprwhspr/config/hyprland/hyprwhspr-tray.sh start",
|
|
"on-click-middle": "/usr/lib/hyprwhspr/config/hyprland/hyprwhspr-tray.sh restart",
|
|
"tooltip": true
|
|
},
|
|
},
|
|
|
|
{
|
|
"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": "bottom",
|
|
"spacing": 5,
|
|
"fixed-center": true,
|
|
"ipc": true,
|
|
"height": 0,
|
|
"margin-left": 8,
|
|
"margin-right": 8,
|
|
//"gtk-layer-shell": true,
|
|
//"margin-bottom": 0,
|
|
|
|
"modules-left": [
|
|
"custom/menu",
|
|
"wlr/taskbar",
|
|
],
|
|
|
|
"modules-center": [
|
|
"hyprland/workspaces#rw",
|
|
],
|
|
|
|
"modules-right": [
|
|
"hyprland/window",
|
|
"tray",
|
|
"group/notify",
|
|
"mpris",
|
|
"keyboard-state",
|
|
"pulseaudio",
|
|
//"wireplumber",
|
|
"pulseaudio#microphone",
|
|
"custom/power",
|
|
],
|
|
}],
|