Browse Source
Changes: Change initial boot behaviour... Forcing a single wallpaper to load initially. (Will change every major release :) Script will now detect if desktop or any other machines and will symlink the proper waybar layoutpull/53/head
7 changed files with 164 additions and 27 deletions
@ -0,0 +1,66 @@ |
|||||||
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
||||||
|
|
||||||
|
// ### DEFAULT ### // |
||||||
|
{ |
||||||
|
"include": "~/.config/waybar/modules", |
||||||
|
"layer": "top", |
||||||
|
//"mode": "dock", |
||||||
|
"exclusive": true, |
||||||
|
"passthrough": false, |
||||||
|
"position": "bottom", |
||||||
|
"spacing": 3, |
||||||
|
"fixed-center": true, |
||||||
|
"ipc": true, |
||||||
|
//"margin-top": 6, |
||||||
|
"margin-left": 8, |
||||||
|
"margin-right": 8, |
||||||
|
|
||||||
|
"modules-left": [ |
||||||
|
"hyprland/workspaces#pacman", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"cpu", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"temperature", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"memory", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"custom/weather", |
||||||
|
], |
||||||
|
|
||||||
|
"modules-center": [ |
||||||
|
"custom/menu", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"idle_inhibitor", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"clock", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"custom/light_dark", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"custom/lock", |
||||||
|
//], |
||||||
|
"custom/separator#dot-line", |
||||||
|
"custom/keybinds", |
||||||
|
], |
||||||
|
|
||||||
|
"modules-right": [ |
||||||
|
//"hyprland/window", |
||||||
|
"tray", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"bluetooth", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"network#speed", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"battery", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"backlight", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"pulseaudio", |
||||||
|
"custom/separator#dot-line", |
||||||
|
//"wireplumber", |
||||||
|
"pulseaudio#microphone", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"keyboard-state", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"custom/power", |
||||||
|
], |
||||||
|
} |
||||||
@ -0,0 +1,66 @@ |
|||||||
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
||||||
|
|
||||||
|
// ### DEFAULT ### // |
||||||
|
{ |
||||||
|
"include": "~/.config/waybar/modules", |
||||||
|
"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": [ |
||||||
|
"hyprland/workspaces#pacman", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"cpu", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"temperature", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"memory", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"custom/weather", |
||||||
|
], |
||||||
|
|
||||||
|
"modules-center": [ |
||||||
|
"custom/menu", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"idle_inhibitor", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"clock", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"custom/light_dark", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"custom/lock", |
||||||
|
//], |
||||||
|
"custom/separator#dot-line", |
||||||
|
"custom/keybinds", |
||||||
|
], |
||||||
|
|
||||||
|
"modules-right": [ |
||||||
|
//"hyprland/window", |
||||||
|
"tray", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"bluetooth", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"network#speed", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"battery", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"backlight", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"pulseaudio", |
||||||
|
"custom/separator#dot-line", |
||||||
|
//"wireplumber", |
||||||
|
"pulseaudio#microphone", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"keyboard-state", |
||||||
|
"custom/separator#dot-line", |
||||||
|
"custom/power", |
||||||
|
], |
||||||
|
} |
||||||
Loading…
Reference in new issue