add waybar
This commit is contained in:
@@ -0,0 +1,89 @@
|
||||
/* ---- 💫 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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
"$HOME/.config/waybar/ModulesVertical",
|
||||
],
|
||||
"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",
|
||||
"group/notify",
|
||||
"tray",
|
||||
"custom/light_dark",
|
||||
],
|
||||
|
||||
}]
|
||||
@@ -0,0 +1,89 @@
|
||||
/* ---- 💫 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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
"$HOME/.config/waybar/ModulesVertical",
|
||||
],
|
||||
"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",
|
||||
"group/notify",
|
||||
"tray",
|
||||
"custom/light_dark",
|
||||
],
|
||||
|
||||
}]
|
||||
@@ -0,0 +1,74 @@
|
||||
//* ----------- 💫 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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"group/notify",
|
||||
"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": "{}"
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
//* ----------- 💫 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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"group/notify"
|
||||
],
|
||||
|
||||
"modules-center": ["hyprland/workspaces"],
|
||||
|
||||
"modules-right": [
|
||||
"pulseaudio#1",
|
||||
"backlight#2",
|
||||
"battery"],
|
||||
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### DEFAULT Laptop - 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": "bottom",
|
||||
"spacing": 3,
|
||||
"fixed-center": true,
|
||||
"ipc": true,
|
||||
"margin-top": 3,
|
||||
"margin-left": 8,
|
||||
"margin-right": 8,
|
||||
|
||||
"modules-left": [
|
||||
"custom/separator#blank",
|
||||
"custom/cava_mviz",
|
||||
"custom/separator#blank",
|
||||
"custom/playerctl",
|
||||
"custom/separator#blank_2",
|
||||
"hyprland/window",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"group/app_drawer",
|
||||
"custom/separator#blank",
|
||||
"group/notify",
|
||||
"custom/separator#dot-line",
|
||||
"hyprland/workspaces#rw",
|
||||
"clock",
|
||||
"custom/separator#dot-line",
|
||||
"custom/weather",
|
||||
"custom/separator#dot-line",
|
||||
"idle_inhibitor",
|
||||
"custom/hint",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"network#speed",
|
||||
"custom/separator#dot-line",
|
||||
"group/laptop",
|
||||
"custom/separator#dot-line",
|
||||
"group/mobo_drawer",
|
||||
"custom/separator#line",
|
||||
"group/audio",
|
||||
"custom/separator#dot-line",
|
||||
"group/status",
|
||||
],
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
//* ----------- 💫 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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"group/notify"
|
||||
],
|
||||
|
||||
"modules-center": ["hyprland/workspaces#kanji"],
|
||||
|
||||
"modules-right": [
|
||||
"pulseaudio#1",
|
||||
"backlight#2",
|
||||
"battery"
|
||||
],
|
||||
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
//* ----------- 💫 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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"group/notify",
|
||||
"tray"
|
||||
],
|
||||
|
||||
"modules-center": ["clock#4"],
|
||||
|
||||
"modules-right": [
|
||||
"battery",
|
||||
"custom/separator#blank",
|
||||
"backlight",
|
||||
"custom/separator#blank",
|
||||
"pulseaudio",
|
||||
"custom/separator#blank",
|
||||
"temperature",
|
||||
"custom/separator#blank",
|
||||
"network"],
|
||||
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
// ### TOP Simple ## //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"group/notify",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"hyprland/window",
|
||||
"battery",
|
||||
"group/audio",
|
||||
"custom/power",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// Sleek
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"group/notify"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"hyprland/window",
|
||||
"custom/separator#blank_2",
|
||||
"pulseaudio",
|
||||
"custom/separator#blank",
|
||||
"custom/power",
|
||||
],
|
||||
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### LEFT PANEL ### //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
"$HOME/.config/waybar/ModulesVertical",
|
||||
],
|
||||
"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": [
|
||||
"idle_inhibitor",
|
||||
"hyprland/workspaces",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris",
|
||||
"tray",
|
||||
"group/notify",
|
||||
"backlight#vertical",
|
||||
"pulseaudio#microphone_vertical",
|
||||
"pulseaudio#vertical",
|
||||
"custom/power_vertical",
|
||||
"custom/menu",
|
||||
],
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### LEFT PANEL v2 ### //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
"$HOME/.config/waybar/ModulesVertical",
|
||||
],
|
||||
"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": [
|
||||
"group/notify",
|
||||
"clock#vertical",
|
||||
|
||||
"custom/menu",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"idle_inhibitor",
|
||||
"hyprland/workspaces#numbers",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris",
|
||||
"tray",
|
||||
"backlight#vertical",
|
||||
"pulseaudio/slider",
|
||||
"pulseaudio#microphone_vertical",
|
||||
"group/power#vert",
|
||||
],
|
||||
|
||||
|
||||
// Additional modules //
|
||||
"pulseaudio/slider": {
|
||||
"min": 0,
|
||||
"max": 100,
|
||||
"orientation": "vertical",
|
||||
"tooltip": "true",
|
||||
"tooltip-format": "{icon} {desc} | {volume}%",
|
||||
|
||||
},
|
||||
"backlight/slider": {
|
||||
"min": 0,
|
||||
"max": 100,
|
||||
"orientation": "vertical",
|
||||
"device": "intel_backlight"
|
||||
},
|
||||
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### RIGHT PANEL ### //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
"$HOME/.config/waybar/ModulesVertical",
|
||||
],
|
||||
"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": [
|
||||
"idle_inhibitor",
|
||||
"hyprland/workspaces",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris",
|
||||
"tray",
|
||||
"group/notify",
|
||||
"backlight#vertical",
|
||||
"pulseaudio#microphone_vertical",
|
||||
"pulseaudio#vertical",
|
||||
"custom/power_vertical",
|
||||
"custom/menu",
|
||||
],
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### RIGHTPANEL v2 ### //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
"$HOME/.config/waybar/ModulesVertical",
|
||||
],
|
||||
"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": [
|
||||
"group/notify",
|
||||
"clock#vertical",
|
||||
|
||||
"custom/menu",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"idle_inhibitor",
|
||||
"hyprland/workspaces#numbers",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris",
|
||||
"tray",
|
||||
"backlight#vertical",
|
||||
"pulseaudio/slider",
|
||||
"pulseaudio#microphone_vertical",
|
||||
"group/power#vert",
|
||||
],
|
||||
|
||||
|
||||
// Additional modules //
|
||||
"pulseaudio/slider": {
|
||||
"min": 0,
|
||||
"max": 100,
|
||||
"orientation": "vertical",
|
||||
"tooltip": "true",
|
||||
"tooltip-format": "{icon} {desc} | {volume}%",
|
||||
|
||||
},
|
||||
"backlight/slider": {
|
||||
"min": 0,
|
||||
"max": 100,
|
||||
"orientation": "vertical",
|
||||
"device": "intel_backlight"
|
||||
},
|
||||
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
/* ---- 💫 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/lock",
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
"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",
|
||||
],
|
||||
}],
|
||||
@@ -0,0 +1,64 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
/* ### DUAL TOP and BOTTOM v 2### */
|
||||
|
||||
[
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"name": "topbar",
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
//"mode": "dock",
|
||||
"exclusive": true,
|
||||
"spacing": 2,
|
||||
"passthrough": false,
|
||||
"gtk-layer-shell": true,
|
||||
"reload_style_on_change": true,
|
||||
"modules-left": [
|
||||
"group/app_drawer",
|
||||
"keyboard-state",
|
||||
"clock",
|
||||
"bluetooth",
|
||||
"network",
|
||||
],
|
||||
"modules-center": ["hyprland/window"],
|
||||
"modules-right": [
|
||||
"mpris",
|
||||
"battery",
|
||||
"backlight",
|
||||
"pulseaudio",
|
||||
"group/mobo_drawer",
|
||||
"idle_inhibitor",
|
||||
"group/power"
|
||||
],
|
||||
|
||||
},
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"name": "bottombar",
|
||||
"layer": "top",
|
||||
"position": "bottom",
|
||||
"height": 30,
|
||||
"mode": "dock",
|
||||
"exclusive": true,
|
||||
"spacing": 2,
|
||||
"passthrough": false,
|
||||
"gtk-layer-shell": true,
|
||||
"reload_style_on_change": true,
|
||||
"modules-left": ["hyprland/workspaces#rw"],
|
||||
"modules-center": ["wlr/taskbar"],
|
||||
"modules-right": ["tray", "custom/updater", "group/notify"],
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,85 @@
|
||||
/* ---- 💫 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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
"$HOME/.config/waybar/ModulesVertical",
|
||||
],
|
||||
"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",
|
||||
"group/notify",
|
||||
"tray",
|
||||
"custom/light_dark",
|
||||
],
|
||||
|
||||
}]
|
||||
@@ -0,0 +1,86 @@
|
||||
/* ---- 💫 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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
"$HOME/.config/waybar/ModulesVertical",
|
||||
],
|
||||
"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",
|
||||
"group/notify",
|
||||
"tray",
|
||||
"custom/light_dark",
|
||||
],
|
||||
|
||||
}]
|
||||
@@ -0,0 +1,53 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
/* My Mostly Used waybar config incase you wonder :) */
|
||||
{
|
||||
"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": 3,
|
||||
"margin-left": 8,
|
||||
"margin-right": 8,
|
||||
|
||||
"modules-left": [
|
||||
"idle_inhibitor",
|
||||
"custom/separator#blank",
|
||||
"tray",
|
||||
"custom/separator#blank",
|
||||
"clock",
|
||||
"custom/separator#blank_2",
|
||||
"hyprland/window",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"group/app_drawer",
|
||||
"custom/separator#dot-line",
|
||||
"hyprland/workspaces#rw",
|
||||
"custom/separator#dot-line",
|
||||
"group/notify",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"group/laptop",
|
||||
"custom/separator#blank",
|
||||
"group/mobo_drawer",
|
||||
"custom/separator#line",
|
||||
"group/audio",
|
||||
"custom/separator#dot-line",
|
||||
"mpris",
|
||||
"custom/separator#blank",
|
||||
"group/status",
|
||||
],
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
||||
/* .....[TOP] Arrow Best to combine with [Extra] Arrow Style ......... */
|
||||
/* --- 👍 taken from https://github.com/mxkrsv 👍 --- */
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
|
||||
"modules-left": [
|
||||
"hyprland/mode",
|
||||
"hyprland/workspaces",
|
||||
"custom/arrow10",
|
||||
"hyprland/window"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"custom/arrow9",
|
||||
"pulseaudio",
|
||||
"custom/arrow8",
|
||||
"network",
|
||||
"custom/arrow7",
|
||||
"memory",
|
||||
"custom/arrow6",
|
||||
"cpu",
|
||||
"custom/arrow5",
|
||||
"temperature",
|
||||
"custom/arrow4",
|
||||
"battery",
|
||||
"custom/arrow2",
|
||||
"tray",
|
||||
"custom/arrow1",
|
||||
"clock#2"
|
||||
],
|
||||
}
|
||||
|
||||
@@ -0,0 +1,74 @@
|
||||
//* ----------- 💫 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",
|
||||
"$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",
|
||||
"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": "{}"
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
//* ----------- 💫 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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"group/notify"
|
||||
],
|
||||
|
||||
"modules-center": ["hyprland/workspaces"],
|
||||
|
||||
"modules-right": [
|
||||
"pulseaudio#1",
|
||||
"backlight#2",
|
||||
"battery"],
|
||||
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### Custom ### //
|
||||
|
||||
{
|
||||
"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": 6,
|
||||
"fixed-center": true,
|
||||
"ipc": true,
|
||||
"margin-top": 0,
|
||||
"margin-left": 0,
|
||||
"margin-right": 0,
|
||||
|
||||
"modules-left": [
|
||||
"custom/menu",
|
||||
"custom/light_dark",
|
||||
"custom/cycle_wall",
|
||||
"hyprland/workspaces#pacman",
|
||||
"custom/swaync",
|
||||
"network#speed",
|
||||
"mpris",
|
||||
"wlr/taskbar",
|
||||
],
|
||||
"modules-center": [
|
||||
"hyprland/window",
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"custom/cava_mviz",
|
||||
"mpris",
|
||||
"group/mobo_drawer",
|
||||
"group/laptop",
|
||||
"wireplumber",
|
||||
"clock",
|
||||
"custom/power",
|
||||
],
|
||||
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### DEFAULT Laptop - Top ### //
|
||||
{
|
||||
"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": 3,
|
||||
"margin-left": 8,
|
||||
"margin-right": 8,
|
||||
|
||||
"modules-left": [
|
||||
"custom/separator#blank",
|
||||
"custom/cava_mviz",
|
||||
"custom/separator#blank",
|
||||
"custom/playerctl",
|
||||
"custom/separator#blank_2",
|
||||
"hyprland/window",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"group/app_drawer",
|
||||
"custom/separator#blank",
|
||||
"group/notify",
|
||||
"custom/separator#dot-line",
|
||||
"hyprland/workspaces#rw",
|
||||
"clock",
|
||||
"custom/separator#dot-line",
|
||||
"custom/weather",
|
||||
"custom/separator#dot-line",
|
||||
"idle_inhibitor",
|
||||
"custom/hint",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"network#speed",
|
||||
"custom/separator#dot-line",
|
||||
"group/laptop",
|
||||
"custom/separator#dot-line",
|
||||
"group/mobo_drawer",
|
||||
"custom/separator#line",
|
||||
"group/audio",
|
||||
"custom/separator#dot-line",
|
||||
"group/status",
|
||||
],
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### DEFAULT Top -Laptop (old v1) ### //
|
||||
{
|
||||
"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": 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",
|
||||
"group/notify",
|
||||
"tray",
|
||||
"mpris",
|
||||
"custom/separator#dot-line",
|
||||
"bluetooth",
|
||||
"custom/separator#dot-line",
|
||||
"battery",
|
||||
"custom/separator#dot-line",
|
||||
"backlight",
|
||||
"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",
|
||||
],
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### DEFAULT (Laptop) - Top (old v2) ### //
|
||||
{
|
||||
"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": 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",
|
||||
"group/laptop",
|
||||
"custom/separator#line",
|
||||
"custom/weather",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"group/notify",
|
||||
"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",
|
||||
"group/connections",
|
||||
"custom/separator#line",
|
||||
"tray",
|
||||
"mpris",
|
||||
"group/audio",
|
||||
"custom/separator#line",
|
||||
"keyboard-state",
|
||||
"custom/keyboard",
|
||||
"custom/lock",
|
||||
"custom/power",
|
||||
],
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### DEFAULT (Laptop) - Top (old v3) ### //
|
||||
{
|
||||
"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": 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",
|
||||
"group/laptop",
|
||||
"custom/separator#line",
|
||||
"custom/weather",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"group/notify",
|
||||
"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#line",
|
||||
"keyboard-state",
|
||||
"custom/keyboard",
|
||||
"custom/lock",
|
||||
"custom/power",
|
||||
],
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### DEFAULT (Laptop) - Top (old v4) ### //
|
||||
{
|
||||
"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": 3,
|
||||
"margin-left": 8,
|
||||
"margin-right": 8,
|
||||
|
||||
"modules-left": [
|
||||
"group/app_drawer",
|
||||
"custom/separator#dot-line",
|
||||
"group/mobo_drawer",
|
||||
"custom/separator#blank",
|
||||
"group/laptop",
|
||||
"custom/separator#line",
|
||||
"custom/weather",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"group/notify",
|
||||
"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",
|
||||
],
|
||||
}
|
||||
@@ -0,0 +1,146 @@
|
||||
/* ---- 💫 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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"group/notify",
|
||||
"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": "$HOME/.config/hypr/scripts/ChangeBlur.sh",
|
||||
"on-click-right": "$HOME/.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'"
|
||||
},
|
||||
}
|
||||
|
||||
@@ -0,0 +1,43 @@
|
||||
//* ----------- 💫 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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"group/notify"
|
||||
],
|
||||
|
||||
"modules-center": ["hyprland/workspaces#kanji"],
|
||||
|
||||
"modules-right": [
|
||||
"pulseaudio#1",
|
||||
"backlight#2",
|
||||
"battery"
|
||||
],
|
||||
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### Minimal - Long ### //
|
||||
|
||||
{
|
||||
"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": 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",
|
||||
"group/notify",
|
||||
"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",
|
||||
],
|
||||
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### Minimal -SHORT ### //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"width": 1050,
|
||||
"margin-top": 3,
|
||||
|
||||
"modules-left": [
|
||||
"clock",
|
||||
"custom/weather",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"hyprland/workspaces#roman"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"custom/menu",
|
||||
"tray",
|
||||
"group/notify",
|
||||
"mpris",
|
||||
"network",
|
||||
"bluetooth",
|
||||
"backlight",
|
||||
"pulseaudio",
|
||||
"battery",
|
||||
"custom/power"],
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
//* ----------- 💫 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",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"group/notify",
|
||||
"tray"
|
||||
],
|
||||
|
||||
"modules-center": ["clock#4"],
|
||||
|
||||
"modules-right": [
|
||||
"battery",
|
||||
"custom/separator#blank",
|
||||
"backlight",
|
||||
"custom/separator#blank",
|
||||
"pulseaudio",
|
||||
"custom/separator#blank",
|
||||
"temperature",
|
||||
"custom/separator#blank",
|
||||
"network"],
|
||||
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
// ### TOP Simple ## //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"group/notify",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"hyprland/window",
|
||||
"battery",
|
||||
"group/audio",
|
||||
"custom/power",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
// ### TOP Simpliests ## //
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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": [
|
||||
"hyprland/workspaces",
|
||||
"tray",
|
||||
"mpris",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"hyprland/window",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"idle_inhibitor",
|
||||
"group/notify",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -0,0 +1,43 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
// Sleek
|
||||
|
||||
{
|
||||
"include": [
|
||||
"$HOME/.config/waybar/Modules",
|
||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
||||
"$HOME/.config/waybar/ModulesCustom",
|
||||
"$HOME/.config/waybar/ModulesGroups",
|
||||
"$HOME/.config/waybar/UserModules",
|
||||
],
|
||||
"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",
|
||||
"group/notify"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"hyprland/window",
|
||||
"custom/separator#blank_2",
|
||||
"pulseaudio",
|
||||
"custom/separator#blank",
|
||||
"custom/power",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user