Browse Source
Renamed custom-keybinds to hints on waybar module, css and configs new waybar config default v2, which will be default for this releasepull/232/head
32 changed files with 141 additions and 35 deletions
@ -0,0 +1,53 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
||||
|
||||
// ### DEFAULT v2 (Laptop) - Top ### // |
||||
{ |
||||
"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": [ |
||||
"custom/menu", |
||||
"custom/separator#dot-line", |
||||
"clock", |
||||
"group/motherboard", |
||||
"custom/separator#blank" |
||||
"group/laptop" |
||||
"custom/separator#line", |
||||
"custom/weather", |
||||
], |
||||
|
||||
"modules-center": [ |
||||
"custom/swaync", |
||||
"custom/cava_mviz", |
||||
"custom/light_dark", |
||||
"custom/separator#line", |
||||
"hyprland/workspaces#roman", |
||||
"custom/separator#line", |
||||
"idle_inhibitor", |
||||
"custom/hint", |
||||
], |
||||
|
||||
"modules-right": [ |
||||
"network#speed", |
||||
"custom/separator#line", |
||||
"tray", |
||||
"mpris", |
||||
"bluetooth", |
||||
"group/audio", |
||||
"keyboard-state", |
||||
"custom/keyboard", |
||||
"custom/lock", |
||||
"custom/separator#dot-line", |
||||
"custom/power", |
||||
], |
||||
} |
||||
@ -0,0 +1,51 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
||||
|
||||
// ### DEFAULT v2 - Top ### // |
||||
{ |
||||
"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": [ |
||||
"custom/menu", |
||||
"custom/separator#dot-line", |
||||
"clock", |
||||
"group/motherboard", |
||||
"custom/separator#line", |
||||
"custom/weather", |
||||
], |
||||
|
||||
"modules-center": [ |
||||
"custom/swaync", |
||||
"custom/cava_mviz", |
||||
"custom/light_dark", |
||||
"custom/separator#line", |
||||
"hyprland/workspaces#roman", |
||||
"custom/separator#line", |
||||
"idle_inhibitor", |
||||
"custom/hint", |
||||
], |
||||
|
||||
"modules-right": [ |
||||
"network#speed", |
||||
"custom/separator#line", |
||||
"tray", |
||||
"mpris", |
||||
"bluetooth", |
||||
"group/audio", |
||||
"keyboard-state", |
||||
"custom/keyboard", |
||||
"custom/lock", |
||||
"custom/separator#dot-line", |
||||
"custom/power", |
||||
], |
||||
} |
||||
Loading…
Reference in new issue