Initial commit
This commit is contained in:
73
waybar/themes/[TOP & Right] NorthEast
Executable file
73
waybar/themes/[TOP & Right] NorthEast
Executable file
@@ -0,0 +1,73 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
|
||||
// ### TOP and Right PANEL ## //
|
||||
|
||||
[{
|
||||
"include": "~/.config/waybar/modules",
|
||||
"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": "~/.config/waybar/modules",
|
||||
"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",
|
||||
],
|
||||
|
||||
}]
|
||||
Reference in New Issue
Block a user