Moves from i3 to hypr
This commit is contained in:
parent
6f069d32e1
commit
a186edca69
380 changed files with 23450 additions and 27796 deletions
86
.config/waybar/configs/[BOT & Left] SouthWest
Normal file
86
.config/waybar/configs/[BOT & Left] SouthWest
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### BOTTOM and LEFT PANEL
|
||||
|
||||
[{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
//"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"position": "bottom",
|
||||
"spacing": 2,
|
||||
"fixed-center": true,
|
||||
"ipc": true,
|
||||
"margin-left": 6,
|
||||
"margin-right": 6,
|
||||
"margin-bottom": 2,
|
||||
|
||||
"modules-left": [
|
||||
"custom/menu",
|
||||
"cpu",
|
||||
"temperature",
|
||||
"memory",
|
||||
"disk",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
//"hyprland/window",
|
||||
"hyprland/workspaces#roman",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
//"network",
|
||||
//"bluetooth",
|
||||
"custom/weather",
|
||||
"battery",
|
||||
"backlight",
|
||||
"pulseaudio",
|
||||
//"wireplumber",
|
||||
"pulseaudio#microphone",
|
||||
"keyboard-state",
|
||||
"custom/power",
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
"position": "left",
|
||||
"height": 650,
|
||||
"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": [
|
||||
"custom/lock",
|
||||
"idle_inhibitor",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"clock#vertical",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris",
|
||||
"custom/swaync",
|
||||
"tray",
|
||||
"custom/light_dark",
|
||||
],
|
||||
|
||||
}]
|
||||
86
.config/waybar/configs/[BOT & Right] SouthEast
Normal file
86
.config/waybar/configs/[BOT & Right] SouthEast
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### BOTTOM and RIGHT PANEL
|
||||
|
||||
[{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
//"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"position": "bottom",
|
||||
"spacing": 2,
|
||||
"fixed-center": true,
|
||||
"ipc": true,
|
||||
"margin-left": 6,
|
||||
"margin-right": 6,
|
||||
"margin-bottom": 2,
|
||||
|
||||
"modules-left": [
|
||||
"custom/menu",
|
||||
"cpu",
|
||||
"temperature",
|
||||
"memory",
|
||||
"disk",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
//"hyprland/window",
|
||||
"hyprland/workspaces#roman",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
//"network",
|
||||
//"bluetooth",
|
||||
"custom/weather",
|
||||
"battery",
|
||||
"backlight",
|
||||
"pulseaudio",
|
||||
//"wireplumber",
|
||||
"pulseaudio#microphone",
|
||||
"keyboard-state",
|
||||
"custom/power",
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
"position": "right",
|
||||
"height": 650,
|
||||
"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": [
|
||||
"custom/lock",
|
||||
"idle_inhibitor",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"clock#vertical",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris",
|
||||
"custom/swaync",
|
||||
"tray",
|
||||
"custom/light_dark",
|
||||
],
|
||||
|
||||
}]
|
||||
73
.config/waybar/configs/[BOT] Camellia
Normal file
73
.config/waybar/configs/[BOT] Camellia
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
||||
//* ............................................*/
|
||||
//* .............CAMELLIA.......................*/
|
||||
//* ............................................*/
|
||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
||||
|
||||
{
|
||||
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
//"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"position": "bottom",
|
||||
"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",
|
||||
"custom/swaync",
|
||||
"tray",
|
||||
"wlr/taskbar"],
|
||||
|
||||
"modules-center": ["hyprland/window"],
|
||||
|
||||
"modules-right": [
|
||||
"custom/backlight",
|
||||
"backlight/slider",
|
||||
"custom/speaker",
|
||||
"pulseaudio/slider",
|
||||
"battery",
|
||||
"clock#3",
|
||||
"network"],
|
||||
|
||||
// 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": "{}"
|
||||
},
|
||||
}
|
||||
40
.config/waybar/configs/[BOT] Chrysanthemum
Normal file
40
.config/waybar/configs/[BOT] Chrysanthemum
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
||||
//* ............................................*/
|
||||
//* .............CHRYSANTHEMUM.......................*/
|
||||
//* ............................................*/
|
||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
//"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"position": "bottom",
|
||||
"spacing": 5,
|
||||
"fixed-center": true,
|
||||
"ipc": true,
|
||||
"margin-left": 5,
|
||||
"margin-right": 5,
|
||||
"margin-top": 0,
|
||||
|
||||
"modules-left": [
|
||||
"clock#5",
|
||||
"mpris",
|
||||
"tray",
|
||||
"custom/swaync"
|
||||
],
|
||||
|
||||
"modules-center": ["hyprland/workspaces"],
|
||||
|
||||
"modules-right": [
|
||||
"pulseaudio#1",
|
||||
"backlight#2",
|
||||
"battery"],
|
||||
|
||||
}
|
||||
71
.config/waybar/configs/[BOT] Default
Normal file
71
.config/waybar/configs/[BOT] Default
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### DEFAULT Bottom ### //
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"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",
|
||||
"custom/separator#blank_3",
|
||||
"custom/cava_mviz",
|
||||
],
|
||||
|
||||
"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/hint",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"network#speed",
|
||||
"custom/separator#dot-line",
|
||||
"custom/swaync",
|
||||
"tray",
|
||||
"mpris",
|
||||
"custom/separator#dot-line",
|
||||
"bluetooth",
|
||||
"custom/separator#dot-line",
|
||||
"pulseaudio",
|
||||
"custom/separator#dot-line",
|
||||
"pulseaudio#microphone",
|
||||
"custom/separator#dot-line",
|
||||
"keyboard-state",
|
||||
"custom/separator#dot-line",
|
||||
"custom/keyboard",
|
||||
"custom/separator#dot-line",
|
||||
"custom/power",
|
||||
],
|
||||
}
|
||||
42
.config/waybar/configs/[BOT] Gardenia
Normal file
42
.config/waybar/configs/[BOT] Gardenia
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
||||
//* ............................................*/
|
||||
//* .............GARDENIA.......................*/
|
||||
//* ............................................*/
|
||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
||||
|
||||
{
|
||||
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
//"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"position": "bottom",
|
||||
"spacing": 5,
|
||||
"fixed-center": false,
|
||||
"ipc": true,
|
||||
"margin-top": 5,
|
||||
//"margin-bottom": 5,
|
||||
"width": 1000,
|
||||
|
||||
"modules-left": [
|
||||
"clock#5",
|
||||
"mpris",
|
||||
"tray",
|
||||
"custom/swaync"
|
||||
],
|
||||
|
||||
"modules-center": ["hyprland/workspaces#kanji"],
|
||||
|
||||
"modules-right": [
|
||||
"pulseaudio#1",
|
||||
"backlight#2",
|
||||
"battery"
|
||||
],
|
||||
|
||||
}
|
||||
47
.config/waybar/configs/[BOT] Peony
Normal file
47
.config/waybar/configs/[BOT] Peony
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
||||
//* ............................................*/
|
||||
//* ................PEONY.......................*/
|
||||
//* ............................................*/
|
||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
||||
|
||||
{
|
||||
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
//"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"position": "bottom",
|
||||
"spacing": 4,
|
||||
"fixed-center": true,
|
||||
"ipc": true,
|
||||
"margin-top": 5,
|
||||
//"margin-bottom": 5,
|
||||
"width": 1444,
|
||||
|
||||
"modules-left": [
|
||||
"hyprland/workspaces#roman",
|
||||
"mpris",
|
||||
"custom/swaync",
|
||||
"tray"
|
||||
],
|
||||
|
||||
"modules-center": ["clock#4"],
|
||||
|
||||
"modules-right": [
|
||||
"battery",
|
||||
"custom/separator#blank",
|
||||
"backlight",
|
||||
"custom/separator#blank",
|
||||
"pulseaudio",
|
||||
"custom/separator#blank",
|
||||
"temperature",
|
||||
"custom/separator#blank",
|
||||
"network"],
|
||||
|
||||
}
|
||||
41
.config/waybar/configs/[BOT] Simple
Normal file
41
.config/waybar/configs/[BOT] Simple
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
// ### TOP Simple ## //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
"position": "bottom",
|
||||
//"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"gtk-layer-shell": true,
|
||||
"margin-left": 6,
|
||||
"margin-right": 6,
|
||||
"margin-top": 2,
|
||||
|
||||
"modules-left": [
|
||||
"idle_inhibitor",
|
||||
"group/mobo_drawer",
|
||||
"hyprland/workspaces#rw",
|
||||
"tray",
|
||||
"mpris",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"clock#2",
|
||||
"custom/swaync",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"hyprland/window",
|
||||
"battery",
|
||||
"group/audio",
|
||||
"custom/power",
|
||||
],
|
||||
}
|
||||
|
||||
44
.config/waybar/configs/[BOT] Sleek
Normal file
44
.config/waybar/configs/[BOT] Sleek
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// Sleek
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
"position": "bottom",
|
||||
"height": 14,
|
||||
"margin-left": 10,
|
||||
"margin-right": 10,
|
||||
"margin-bottom": 2,
|
||||
|
||||
"modules-left": [
|
||||
"custom/menu",
|
||||
"custom/separator#blank_2",
|
||||
"hyprland/workspaces",
|
||||
"custom/separator#blank_2",
|
||||
"mpris",
|
||||
"tray"
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"idle_inhibitor",
|
||||
"custom/separator#blank",
|
||||
"clock",
|
||||
"custom/separator#blank",
|
||||
"custom/swaync"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"hyprland/window",
|
||||
"custom/separator#blank_2",
|
||||
"pulseaudio",
|
||||
"custom/separator#blank",
|
||||
"custom/power",
|
||||
],
|
||||
|
||||
}
|
||||
42
.config/waybar/configs/[Left] WestWing
Normal file
42
.config/waybar/configs/[Left] WestWing
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### LEFT PANEL ### //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
"position": "left",
|
||||
"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": [
|
||||
"hyprland/workspaces",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris",
|
||||
"tray",
|
||||
"custom/swaync",
|
||||
"backlight#vertical",
|
||||
"pulseaudio#microphone_vertical",
|
||||
"pulseaudio#vertical",
|
||||
"custom/power_vertical",
|
||||
"custom/menu",
|
||||
],
|
||||
}
|
||||
42
.config/waybar/configs/[Right] EastWing
Normal file
42
.config/waybar/configs/[Right] EastWing
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### RIGHT PANEL ### //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"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": [
|
||||
"hyprland/workspaces",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris",
|
||||
"tray",
|
||||
"custom/swaync",
|
||||
"backlight#vertical",
|
||||
"pulseaudio#microphone_vertical",
|
||||
"pulseaudio#vertical",
|
||||
"custom/power_vertical",
|
||||
"custom/menu",
|
||||
],
|
||||
}
|
||||
90
.config/waybar/configs/[TOP & BOT] SummitSplit
Normal file
90
.config/waybar/configs/[TOP & BOT] SummitSplit
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
/* ---- 💫 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",
|
||||
],
|
||||
"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/lock",
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"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",
|
||||
"custom/swaync",
|
||||
"mpris",
|
||||
"keyboard-state",
|
||||
"pulseaudio",
|
||||
//"wireplumber",
|
||||
"pulseaudio#microphone",
|
||||
"custom/power",
|
||||
],
|
||||
}],
|
||||
82
.config/waybar/configs/[TOP & Left] NorthWest
Normal file
82
.config/waybar/configs/[TOP & Left] NorthWest
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### TOP and LEFT PANEL ## //
|
||||
|
||||
[{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
//"mode": "dock",
|
||||
"width": 1200,
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"position": "top",
|
||||
"spacing": 3,
|
||||
"fixed-center": true,
|
||||
"ipc": true,
|
||||
"margin-top": 2,
|
||||
"margin-left": 8,
|
||||
"margin-right": 8,
|
||||
|
||||
"modules-left": [
|
||||
"custom/menu",
|
||||
"custom/separator#blank_2",
|
||||
"group/motherboard",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
//"hyprland/window",
|
||||
"hyprland/workspaces#pacman",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"network",
|
||||
"bluetooth",
|
||||
"custom/weather",
|
||||
"custom/separator#blank_2",
|
||||
"group/audio",
|
||||
"custom/separator#blank_2",
|
||||
"keyboard-state",
|
||||
"custom/power",
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
"position": "left",
|
||||
"height": 650,
|
||||
"margin-top": 8,
|
||||
"margin-bottom": 8,
|
||||
"margin-left": 3,
|
||||
"spacing": 3,
|
||||
"fixed-center": true,
|
||||
"ipc": true,
|
||||
//"gtk-layer-shell": true,
|
||||
|
||||
"modules-left": [
|
||||
"custom/lock",
|
||||
"idle_inhibitor",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"clock#vertical",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris",
|
||||
"custom/swaync",
|
||||
"tray",
|
||||
"custom/light_dark",
|
||||
],
|
||||
|
||||
}]
|
||||
83
.config/waybar/configs/[TOP & Right] NorthEast
Normal file
83
.config/waybar/configs/[TOP & Right] NorthEast
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### TOP and Right PANEL ## //
|
||||
|
||||
[{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
//"mode": "dock",
|
||||
"width": 1200,
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"position": "top",
|
||||
"spacing": 3,
|
||||
"fixed-center": true,
|
||||
"ipc": true,
|
||||
"margin-top": 2,
|
||||
"margin-left": 8,
|
||||
"margin-right": 8,
|
||||
|
||||
"modules-left": [
|
||||
"custom/menu",
|
||||
"custom/separator#blank_2",
|
||||
"group/motherboard",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
//"hyprland/window",
|
||||
"hyprland/workspaces#pacman",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"network",
|
||||
"bluetooth",
|
||||
"custom/weather",
|
||||
"custom/separator#blank_2",
|
||||
"group/audio",
|
||||
"custom/separator#blank_2",
|
||||
"keyboard-state",
|
||||
"custom/power",
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
"position": "right",
|
||||
"height": 650,
|
||||
"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": [
|
||||
"custom/lock",
|
||||
"idle_inhibitor",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"clock#vertical",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris",
|
||||
"custom/swaync",
|
||||
"tray",
|
||||
"custom/light_dark",
|
||||
],
|
||||
|
||||
}]
|
||||
73
.config/waybar/configs/[TOP] Camellia
Normal file
73
.config/waybar/configs/[TOP] Camellia
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
||||
//* ............................................*/
|
||||
//* .............CAMELLIA.......................*/
|
||||
//* ............................................*/
|
||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
||||
|
||||
{
|
||||
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"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",
|
||||
"custom/swaync",
|
||||
"tray",
|
||||
"wlr/taskbar"],
|
||||
|
||||
"modules-center": ["hyprland/window"],
|
||||
|
||||
"modules-right": [
|
||||
"custom/backlight",
|
||||
"backlight/slider",
|
||||
"custom/speaker",
|
||||
"pulseaudio/slider",
|
||||
"battery",
|
||||
"clock#3",
|
||||
"network"],
|
||||
|
||||
// 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": "{}"
|
||||
},
|
||||
}
|
||||
40
.config/waybar/configs/[TOP] Chrysanthemum
Normal file
40
.config/waybar/configs/[TOP] Chrysanthemum
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
||||
//* ............................................*/
|
||||
//* .............CHRYSANTHEMUM.......................*/
|
||||
//* ............................................*/
|
||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
//"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"position": "top",
|
||||
"spacing": 5,
|
||||
"fixed-center": true,
|
||||
"ipc": true,
|
||||
"margin-left": 5,
|
||||
"margin-right": 5,
|
||||
"margin-top": 0,
|
||||
|
||||
"modules-left": [
|
||||
"clock#5",
|
||||
"mpris",
|
||||
"tray",
|
||||
"custom/swaync"
|
||||
],
|
||||
|
||||
"modules-center": ["hyprland/workspaces"],
|
||||
|
||||
"modules-right": [
|
||||
"pulseaudio#1",
|
||||
"backlight#2",
|
||||
"battery"],
|
||||
|
||||
}
|
||||
71
.config/waybar/configs/[TOP] Default
Normal file
71
.config/waybar/configs/[TOP] Default
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### DEFAULT - Top ### //
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"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",
|
||||
"custom/separator#blank_3",
|
||||
"custom/cava_mviz",
|
||||
],
|
||||
|
||||
"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/hint",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"network#speed",
|
||||
"custom/separator#dot-line",
|
||||
"custom/swaync",
|
||||
"tray",
|
||||
"mpris",
|
||||
"custom/separator#dot-line",
|
||||
"bluetooth",
|
||||
"custom/separator#dot-line",
|
||||
"pulseaudio",
|
||||
"custom/separator#dot-line",
|
||||
"pulseaudio#microphone",
|
||||
"custom/separator#dot-line",
|
||||
"keyboard-state",
|
||||
"custom/separator#dot-line",
|
||||
"custom/keyboard",
|
||||
"custom/separator#dot-line",
|
||||
"custom/power",
|
||||
],
|
||||
}
|
||||
53
.config/waybar/configs/[TOP] Default_Me
Normal file
53
.config/waybar/configs/[TOP] Default_Me
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### DEFAULT v4 (Laptop) - Top ### //
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"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": [
|
||||
"group/app_drawer",
|
||||
"custom/separator#dot-line",
|
||||
"group/mobo_drawer",
|
||||
"custom/separator#line",
|
||||
"custom/weather",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"custom/swaync",
|
||||
"custom/cava_mviz",
|
||||
"custom/separator#dot-line",
|
||||
"clock",
|
||||
"custom/separator#line",
|
||||
"hyprland/workspaces#pacman",
|
||||
"custom/separator#dot-line",
|
||||
"idle_inhibitor",
|
||||
"custom/hint",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"network#speed",
|
||||
"group/connections",
|
||||
"custom/separator#line",
|
||||
"tray",
|
||||
"mpris",
|
||||
"group/audio#pulsecontrol",
|
||||
"custom/separator#dot-line",
|
||||
"group/status",
|
||||
],
|
||||
}
|
||||
57
.config/waybar/configs/[TOP] Default_v2
Normal file
57
.config/waybar/configs/[TOP] Default_v2
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### DEFAULT v2 - Top ### //
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"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/light_dark",
|
||||
"custom/separator#dot-line",
|
||||
"group/motherboard",
|
||||
"custom/separator#line",
|
||||
"custom/weather",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"custom/swaync",
|
||||
"custom/cava_mviz",
|
||||
"custom/separator#dot-line",
|
||||
"clock",
|
||||
"custom/separator#line",
|
||||
"hyprland/workspaces#roman",
|
||||
"custom/separator#dot-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",
|
||||
],
|
||||
}
|
||||
60
.config/waybar/configs/[TOP] Default_v3
Normal file
60
.config/waybar/configs/[TOP] Default_v3
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### DEFAULT v3 - Top ### //
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"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/light_dark",
|
||||
"custom/separator#dot-line",
|
||||
"power-profiles-daemon",
|
||||
"group/mobo_drawer",
|
||||
"custom/separator#blank",
|
||||
"custom/separator#line",
|
||||
"custom/weather",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"custom/swaync",
|
||||
"custom/cava_mviz",
|
||||
"custom/separator#dot-line",
|
||||
"clock",
|
||||
"custom/separator#line",
|
||||
"hyprland/workspaces#kanji",
|
||||
"custom/separator#dot-line",
|
||||
"idle_inhibitor",
|
||||
//"idle_inhibitor",
|
||||
"custom/hint",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"network#speed",
|
||||
"group/connections",
|
||||
"custom/separator#line",
|
||||
"tray",
|
||||
"mpris",
|
||||
"group/audio",
|
||||
"custom/separator#line",
|
||||
"keyboard-state",
|
||||
"custom/keyboard",
|
||||
"custom/lock",
|
||||
"custom/power",
|
||||
],
|
||||
}
|
||||
53
.config/waybar/configs/[TOP] Default_v4
Normal file
53
.config/waybar/configs/[TOP] Default_v4
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### DEFAULT v4 (Laptop) - Top ### //
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"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": [
|
||||
"group/app_drawer",
|
||||
"custom/separator#dot-line",
|
||||
"group/mobo_drawer",
|
||||
"custom/separator#line",
|
||||
"custom/weather",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"custom/swaync",
|
||||
"custom/cava_mviz",
|
||||
"custom/separator#dot-line",
|
||||
"clock",
|
||||
"custom/separator#line",
|
||||
"hyprland/workspaces#kanji",
|
||||
"custom/separator#dot-line",
|
||||
"idle_inhibitor",
|
||||
"custom/hint",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"network#speed",
|
||||
"group/connections",
|
||||
"custom/separator#line",
|
||||
"tray",
|
||||
"mpris",
|
||||
"group/audio",
|
||||
"custom/separator#dot-line",
|
||||
"group/status",
|
||||
],
|
||||
}
|
||||
145
.config/waybar/configs/[TOP] Everforest
Normal file
145
.config/waybar/configs/[TOP] Everforest
Normal file
|
|
@ -0,0 +1,145 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* -- designed by https://github.com/DevNChill */
|
||||
// ### Everforest ### //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
//"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"position": "top",
|
||||
//"spacing": 6,
|
||||
"fixed-center": true,
|
||||
"ipc": true,
|
||||
//"margin-top": 3,
|
||||
//"margin-left": 8,
|
||||
//"margin-right": 8,
|
||||
|
||||
"modules-left": [
|
||||
"custom/arch",
|
||||
"custom/separator#blank_2",
|
||||
"hyprland/workspaces#rw",
|
||||
"custom/separator#blank_2",
|
||||
// "mpris",
|
||||
"custom/swaync",
|
||||
"tray",
|
||||
],
|
||||
"modules-center": [
|
||||
"clock#forest",
|
||||
"idle_inhibitor",
|
||||
],
|
||||
"modules-right": [
|
||||
"cpu#forest",
|
||||
"memory#forest",
|
||||
"temperature#forest",
|
||||
"disk#forest",
|
||||
"custom/separator#blank_2",
|
||||
"backlight",
|
||||
"battery#forest",
|
||||
"custom/separator#blank_2",
|
||||
"group/audio",
|
||||
],
|
||||
|
||||
// Additional / Edited Waybar Modules //
|
||||
"custom/arch": {
|
||||
"format":" ",
|
||||
"tooltip": false,
|
||||
"on-click": "rofi -show drun"
|
||||
},
|
||||
"clock#forest": {
|
||||
"format": "{:%A %d.%m.%Y - %H:%M}",
|
||||
"tooltip-format": "<span color='#D3C6AA' size='larger'>{:%Y %B}</span>\n<tt>{calendar}</tt>",
|
||||
"calendar-weeks-pos": "right",
|
||||
"today-format": "<span color='#E67E80' weight='ultrabold'>{}</span>",
|
||||
"format-calendar": "<span color='#D3C6AA' weight='normal'>{}</span>",
|
||||
"format-calendar-weeks": "<span color='#7FBBB3'><b>W{:%V}</b></span>",
|
||||
"format-calendar-weekdays": "<span color='#A7C080'><b>{}</b></span>",
|
||||
"on-scroll": {
|
||||
"calendar": 1
|
||||
}
|
||||
},
|
||||
"battery#forest": {
|
||||
//"interval": 5,
|
||||
"align": 0,
|
||||
"rotate": 0,
|
||||
//"bat": "BAT1",
|
||||
//"adapter": "ACAD",
|
||||
"full-at": 100,
|
||||
"design-capacity": false,
|
||||
"states": {
|
||||
"good": 95,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "Battery {icon} {capacity}%",
|
||||
"format-charging": "Battery {capacity}%",
|
||||
"format-plugged": "Battery {capacity}%",
|
||||
"format-alt-click": "click",
|
||||
"format-full": "Battery {icon} Full",
|
||||
"format-alt": "Battery {icon} {time}",
|
||||
"format-icons": [
|
||||
"", "", "", "", "", "", "", "", "", "", ""
|
||||
],
|
||||
"format-time": "{H}h {M}min",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{timeTo} {power}w",
|
||||
"on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
|
||||
"on-click-right": "~/.config/hypr/scripts/Wlogout.sh",
|
||||
},
|
||||
|
||||
"cpu#forest": {
|
||||
"format": "Cpu {usage}%",
|
||||
"interval": 1,
|
||||
"min-length": 5,
|
||||
"format-alt-click": "click",
|
||||
"format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% ",
|
||||
"format-icons": [
|
||||
"▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"
|
||||
],
|
||||
"on-click-right": "gnome-system-monitor",
|
||||
},
|
||||
|
||||
"disk#forest": {
|
||||
"interval": 30,
|
||||
//"format": "Disk ",
|
||||
"path": "/",
|
||||
//"format-alt-click": "click",
|
||||
"format": "Disk {used}",
|
||||
"on-click-right": "baobab",
|
||||
// "tooltip": true,
|
||||
// "tooltip-format": "Disk {used} used out of {total} on {path} ({percentage_used}%)",
|
||||
},
|
||||
|
||||
"memory#forest": {
|
||||
"interval": 10,
|
||||
"format": "Ram {used:0.1f}G",
|
||||
"format-alt": "Ram {percentage}% ",
|
||||
"format-alt-click": "click",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "Ram {used:0.1f}GB/{total:0.1f}G",
|
||||
"on-click-right": "kitty --title btop sh -c 'btop'"
|
||||
},
|
||||
"temperature#forest": {
|
||||
"interval": 10,
|
||||
"tooltip": true,
|
||||
"hwmon-path": [
|
||||
"/sys/class/hwmon/hwmon1/temp1_input",
|
||||
"/sys/class/thermal/thermal_zone0/temp"
|
||||
],
|
||||
//"thermal-zone": 0,
|
||||
"critical-threshold": 82,
|
||||
"format-critical": "Temp {icon} {temperatureC}°C",
|
||||
"format": "Temp {icon} {temperatureC}°C",
|
||||
"format-icons": [
|
||||
" "
|
||||
],
|
||||
"on-click-right": "kitty --title nvtop sh -c 'nvtop'"
|
||||
},
|
||||
}
|
||||
|
||||
42
.config/waybar/configs/[TOP] Gardenia
Normal file
42
.config/waybar/configs/[TOP] Gardenia
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
||||
//* ............................................*/
|
||||
//* .............GARDENIA.......................*/
|
||||
//* ............................................*/
|
||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
||||
|
||||
{
|
||||
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
//"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"position": "top",
|
||||
"spacing": 5,
|
||||
"fixed-center": false,
|
||||
"ipc": true,
|
||||
"margin-top": 5,
|
||||
//"margin-bottom": 5,
|
||||
"width": 1000,
|
||||
|
||||
"modules-left": [
|
||||
"clock#5",
|
||||
"mpris",
|
||||
"tray",
|
||||
"custom/swaync"
|
||||
],
|
||||
|
||||
"modules-center": ["hyprland/workspaces#kanji"],
|
||||
|
||||
"modules-right": [
|
||||
"pulseaudio#1",
|
||||
"backlight#2",
|
||||
"battery"
|
||||
],
|
||||
|
||||
}
|
||||
47
.config/waybar/configs/[TOP] Minimal - Long
Normal file
47
.config/waybar/configs/[TOP] Minimal - Long
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### Minimal - Long ### //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
//"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"position": "top",
|
||||
"spacing": 6,
|
||||
"fixed-center": true,
|
||||
"ipc": true,
|
||||
"margin-top": 3,
|
||||
"margin-left": 8,
|
||||
"margin-right": 8,
|
||||
|
||||
"modules-left": [
|
||||
"custom/menu",
|
||||
"custom/separator#blank_2",
|
||||
"hyprland/workspaces#pacman",
|
||||
"custom/separator#blank_2",
|
||||
"mpris",
|
||||
"custom/swaync",
|
||||
"tray",
|
||||
],
|
||||
"modules-center": [
|
||||
"clock",
|
||||
"idle_inhibitor",
|
||||
],
|
||||
"modules-right": [
|
||||
"group/mobo_drawer",
|
||||
"custom/separator#blank_2",
|
||||
"group/laptop",
|
||||
"custom/separator#blank_2",
|
||||
"group/audio",
|
||||
"custom/separator#blank_2",
|
||||
"custom/power",
|
||||
],
|
||||
|
||||
}
|
||||
37
.config/waybar/configs/[TOP] Minimal - Short
Normal file
37
.config/waybar/configs/[TOP] Minimal - Short
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### Minimal -SHORT ### //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"width": 1050,
|
||||
"margin-top": 3,
|
||||
|
||||
"modules-left": [
|
||||
"clock",
|
||||
"custom/weather",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"hyprland/workspaces#roman"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"custom/menu",
|
||||
"tray",
|
||||
"custom/swaync",
|
||||
"mpris",
|
||||
"network",
|
||||
"bluetooth",
|
||||
"backlight",
|
||||
"pulseaudio",
|
||||
"battery",
|
||||
"custom/power"],
|
||||
}
|
||||
47
.config/waybar/configs/[TOP] Peony
Normal file
47
.config/waybar/configs/[TOP] Peony
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
||||
//* ............................................*/
|
||||
//* ................PEONY.......................*/
|
||||
//* ............................................*/
|
||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
||||
|
||||
{
|
||||
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
//"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"position": "top",
|
||||
"spacing": 4,
|
||||
"fixed-center": true,
|
||||
"ipc": true,
|
||||
"margin-top": 5,
|
||||
//"margin-bottom": 5,
|
||||
"width": 1444,
|
||||
|
||||
"modules-left": [
|
||||
"hyprland/workspaces#roman",
|
||||
"mpris",
|
||||
"custom/swaync",
|
||||
"tray"
|
||||
],
|
||||
|
||||
"modules-center": ["clock#4"],
|
||||
|
||||
"modules-right": [
|
||||
"battery",
|
||||
"custom/separator#blank",
|
||||
"backlight",
|
||||
"custom/separator#blank",
|
||||
"pulseaudio",
|
||||
"custom/separator#blank",
|
||||
"temperature",
|
||||
"custom/separator#blank",
|
||||
"network"],
|
||||
|
||||
}
|
||||
41
.config/waybar/configs/[TOP] Simple
Normal file
41
.config/waybar/configs/[TOP] Simple
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
// ### TOP Simple ## //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
//"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"gtk-layer-shell": true,
|
||||
"margin-left": 6,
|
||||
"margin-right": 6,
|
||||
"margin-top": 2,
|
||||
|
||||
"modules-left": [
|
||||
"idle_inhibitor",
|
||||
"group/mobo_drawer",
|
||||
"hyprland/workspaces#rw",
|
||||
"tray",
|
||||
"mpris",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"clock#2",
|
||||
"custom/swaync",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"hyprland/window",
|
||||
"battery",
|
||||
"group/audio",
|
||||
"custom/power",
|
||||
],
|
||||
}
|
||||
|
||||
42
.config/waybar/configs/[TOP] Sleek
Normal file
42
.config/waybar/configs/[TOP] Sleek
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
// Sleek
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
],
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"height": 14,
|
||||
"margin-left": 10,
|
||||
"margin-right": 10,
|
||||
"margin-top": 2,
|
||||
|
||||
"modules-left": [
|
||||
"custom/menu",
|
||||
"custom/separator#blank_2",
|
||||
"hyprland/workspaces",
|
||||
"custom/separator#blank_2",
|
||||
"mpris",
|
||||
"tray"
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"idle_inhibitor",
|
||||
"custom/separator#blank",
|
||||
"clock#3",
|
||||
"custom/separator#blank",
|
||||
"custom/swaync"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"hyprland/window",
|
||||
"custom/separator#blank_2",
|
||||
"pulseaudio",
|
||||
"custom/separator#blank",
|
||||
"custom/power",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue