aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/configs
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-10-22 15:55:57 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-10-22 15:55:57 +0900
commitc222e1bad2ba5e779c3af5b956906c82ead43271 (patch)
treea5253e0861c200ff90354169e1f67ef42ebf0ef9 /config/waybar/configs
parentbb0be21dba7980fc1c047eaba24eda1712bd7f31 (diff)
Initial upload
Diffstat (limited to 'config/waybar/configs')
-rw-r--r--config/waybar/configs/config-all127
-rw-r--r--config/waybar/configs/config-default45
-rw-r--r--config/waybar/configs/config-dual76
-rw-r--r--config/waybar/configs/config-dual-BL71
-rw-r--r--config/waybar/configs/config-dual-BR72
-rw-r--r--config/waybar/configs/config-dual-TL72
-rw-r--r--config/waybar/configs/config-dual-TR72
-rw-r--r--config/waybar/configs/config-gnome46
-rw-r--r--config/waybar/configs/config-left33
-rw-r--r--config/waybar/configs/config-plasma45
-rw-r--r--config/waybar/configs/config-right32
-rw-r--r--config/waybar/configs/config-simple35
12 files changed, 726 insertions, 0 deletions
diff --git a/config/waybar/configs/config-all b/config/waybar/configs/config-all
new file mode 100644
index 00000000..61c2c7d7
--- /dev/null
+++ b/config/waybar/configs/config-all
@@ -0,0 +1,127 @@
+// ### ALL SIDES ### //
+
+[{
+// ### TOP PANEL ##
+
+"include": "~/.config/waybar/modules",
+"layer": "top",
+//"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "top",
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"padding": 4,
+"margin-left": 6,
+"margin-right": 10,
+"margin-top": 10,
+
+"modules-left": [
+ "cpu",
+ "temperature",
+ "memory",
+ "disk",
+ ],
+
+"modules-center": [
+ "custom/weather",
+ "custom/light_dark",
+ ],
+
+"modules-right": [
+ "battery",
+ "backlight",
+ "bluetooth",
+ "network",
+ //"custom/updater",
+ "custom/cycle_wall",
+ ],
+},
+
+// ### LEFT PANEL ### //
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+"position": "left",
+"margin-top": 8,
+"margin-bottom": 8,
+"margin-left": 8,
+"margin-right": 3,
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+//"gtk-layer-shell": true,
+
+"modules-left": [
+ "custom/menu",
+ ],
+
+"modules-center": [
+ "hyprland/workspaces",
+ ],
+
+"modules-right": [
+ "idle_inhibitor",
+ ],
+},
+
+// ### RIGHT PANEL ### //
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+"position": "right",
+"margin-top": 8,
+"margin-bottom": 8,
+"margin-left": 1,
+"margin-right": 8,
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"gtk-layer-shell": true,
+
+"modules-left": [
+ "custom/lock",
+ ],
+
+"modules-center": [
+ "clock#vertical",
+ ],
+
+"modules-right": [
+ "custom/power",
+ ],
+},
+
+// ### BOTTOM PANEL ### //
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "bottom",
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"margin-left": 6,
+"margin-right": 10,
+"margin-bottom": 6,
+
+"modules-left": [
+ "wlr/taskbar",
+ ],
+
+"modules-center": [
+ "hyprland/window",
+ ],
+
+"modules-right": [
+ "tray",
+ "keyboard-state",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ ],
+
+}] \ No newline at end of file
diff --git a/config/waybar/configs/config-default b/config/waybar/configs/config-default
new file mode 100644
index 00000000..09c254f6
--- /dev/null
+++ b/config/waybar/configs/config-default
@@ -0,0 +1,45 @@
+// ### DEFAULT ### //
+
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+//"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "top",
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"margin-top": 6,
+"margin-left": 8,
+"margin-right": 8,
+
+"modules-left": [
+ "hyprland/workspaces",
+ "cpu",
+ "temperature",
+ "memory",
+ "custom/weather",
+ ],
+
+"modules-center": [
+ "custom/menu",
+ "idle_inhibitor",
+ "clock",
+ "custom/light_dark",
+ "custom/lock",
+ ],
+
+"modules-right": [
+ "hyprland/window",
+ "tray",
+ //"cava",
+ "battery",
+ "backlight",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ "keyboard-state",
+ "custom/power",
+ ],
+}
diff --git a/config/waybar/configs/config-dual b/config/waybar/configs/config-dual
new file mode 100644
index 00000000..fec652a9
--- /dev/null
+++ b/config/waybar/configs/config-dual
@@ -0,0 +1,76 @@
+// ### DUAL TOP and BOTTOM ### //
+
+[{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+//"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "top",
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"margin-left": 6,
+"margin-right": 10,
+"margin-top": 10,
+
+"modules-left": [
+ "hyprland/workspaces",
+ "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": "~/.config/waybar/modules",
+"layer": "top",
+"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "bottom",
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"margin-left": 6,
+"margin-right": 10,
+"margin-bottom": 6,
+
+"modules-left": [
+ "custom/menu",
+ "wlr/taskbar",
+ ],
+
+"modules-center": [
+ "cava",
+ ],
+
+"modules-right": [
+ "hyprland/window",
+ "tray",
+ "keyboard-state",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ "custom/power",
+ ],
+
+}] \ No newline at end of file
diff --git a/config/waybar/configs/config-dual-BL b/config/waybar/configs/config-dual-BL
new file mode 100644
index 00000000..9540e26a
--- /dev/null
+++ b/config/waybar/configs/config-dual-BL
@@ -0,0 +1,71 @@
+// ### BOTTOM and LEFT PANEL
+
+[{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+//"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "bottom",
+"spacing": 2,
+"fixed-center": true,
+"ipc": true,
+"margin-top": 6,
+"margin-left": 8,
+"margin-right": 8,
+
+"modules-left": [
+ "custom/menu",
+ "cpu",
+ "temperature",
+ "memory",
+ ],
+
+"modules-center": [
+ "hyprland/window",
+ "custom/weather",
+ ],
+
+"modules-right": [
+ "network",
+ "bluetooth",
+ //"cava",
+ "battery",
+ "backlight",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ "keyboard-state",
+ "custom/power",
+ ],
+},
+
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+"position": "left",
+"margin-top": 8,
+"margin-bottom": 8,
+"margin-left": 8,
+"margin-right": 1,
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"gtk-layer-shell": true,
+
+"modules-left": [
+ "custom/light_dark",
+ ],
+
+"modules-center": [
+ "hyprland/workspaces",
+ ],
+
+"modules-right": [
+ "idle_inhibitor",
+ "custom/lock",
+ "tray",
+ "clock#vertical",
+ ],
+
+}] \ No newline at end of file
diff --git a/config/waybar/configs/config-dual-BR b/config/waybar/configs/config-dual-BR
new file mode 100644
index 00000000..285c2355
--- /dev/null
+++ b/config/waybar/configs/config-dual-BR
@@ -0,0 +1,72 @@
+// ### BOTTOM and RIGHT PANEL
+
+[{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+//"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "bottom",
+"spacing": 2,
+"fixed-center": true,
+"ipc": true,
+"margin-top": 6,
+"margin-left": 8,
+"margin-right": 8,
+
+"modules-left": [
+ "custom/menu",
+ "cpu",
+ "temperature",
+ "memory",
+ "disk",
+ ],
+
+"modules-center": [
+ "hyprland/window",
+ "custom/weather",
+ ],
+
+"modules-right": [
+ "network",
+ "bluetooth",
+ //"cava",
+ "battery",
+ "backlight",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ "keyboard-state",
+ "custom/power",
+ ],
+},
+
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+"position": "right",
+"margin-top": 8,
+"margin-bottom": 8,
+"margin-left": 1,
+"margin-right": 8,
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"gtk-layer-shell": true,
+
+"modules-left": [
+ "idle_inhibitor",
+ ],
+
+"modules-center": [
+ "hyprland/workspaces",
+ ],
+
+"modules-right": [
+ "custom/light_dark",
+ "custom/lock",
+ "tray",
+ "clock#vertical",
+ ],
+
+}] \ No newline at end of file
diff --git a/config/waybar/configs/config-dual-TL b/config/waybar/configs/config-dual-TL
new file mode 100644
index 00000000..f7d418d2
--- /dev/null
+++ b/config/waybar/configs/config-dual-TL
@@ -0,0 +1,72 @@
+// ### TOP and LEFT PANEL ## //
+
+[{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+//"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "top",
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"margin-top": 6,
+"margin-left": 8,
+"margin-right": 8,
+
+"modules-left": [
+ "custom/menu",
+ "cpu",
+ "temperature",
+ "memory",
+ "disk",
+ ],
+
+"modules-center": [
+ "hyprland/window",
+ "custom/weather",
+ ],
+
+"modules-right": [
+ "network",
+ "bluetooth",
+ "battery",
+ "backlight",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ "keyboard-state",
+ "custom/power",
+ ],
+},
+
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+"position": "left",
+"margin-top": 8,
+"margin-bottom": 8,
+"margin-left": 8,
+"margin-right": 3,
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+//"gtk-layer-shell": true,
+
+"modules-left": [
+ "idle_inhibitor",
+
+ ],
+
+"modules-center": [
+ "hyprland/workspaces",
+ ],
+
+"modules-right": [
+ "tray",
+ "clock#vertical",
+ "custom/light_dark",
+ "custom/lock",
+ ],
+
+}] \ No newline at end of file
diff --git a/config/waybar/configs/config-dual-TR b/config/waybar/configs/config-dual-TR
new file mode 100644
index 00000000..fa0cbeee
--- /dev/null
+++ b/config/waybar/configs/config-dual-TR
@@ -0,0 +1,72 @@
+// ### TOP and RIGHT PANEL ## //
+
+[{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+//"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "top",
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"padding": 2,
+"margin-top": 6,
+"margin-left": 8,
+"margin-right": 8,
+
+"modules-left": [
+ "cpu",
+ "temperature",
+ "memory",
+ ],
+
+"modules-center": [
+ "hyprland/window",
+ "custom/weather",
+ ],
+
+"modules-right": [
+ "network",
+ "bluetooth",
+ //"cava",
+ "battery",
+ "backlight",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ "keyboard-state",
+ "custom/power",
+ ],
+},
+
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+"position": "right",
+"margin-top": 8,
+"margin-bottom": 8,
+"margin-left": 1,
+"margin-right": 8,
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"gtk-layer-shell": true,
+
+"modules-left": [
+ "custom/menu",
+ "custom/light_dark",
+ ],
+
+"modules-center": [
+ "hyprland/workspaces",
+ ],
+
+"modules-right": [
+ "idle_inhibitor",
+ "custom/lock",
+ "tray",
+ "clock#vertical",
+ ],
+
+}] \ No newline at end of file
diff --git a/config/waybar/configs/config-gnome b/config/waybar/configs/config-gnome
new file mode 100644
index 00000000..4f4affcb
--- /dev/null
+++ b/config/waybar/configs/config-gnome
@@ -0,0 +1,46 @@
+// ### "Gnome" style (top) ### //
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+//"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "top",
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"margin-left": 10,
+"margin-right": 10,
+"margin-top": 6,
+
+"modules-left": [
+ "custom/menu",
+ "hyprland/workspaces",
+ //"custom/updater",
+ "hyprland/window",
+ ],
+
+"modules-center": [
+ "clock",
+ "custom/light_dark",
+ "cava",
+ "custom/weather",
+ ],
+
+"modules-right": [
+ "tray",
+ "network",
+ "bluetooth",
+ "cpu",
+ "temperature",
+ "memory",
+ "battery",
+ "backlight",
+ "keyboard-state",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ "custom/cycle_wall",
+ "custom/power",
+ ],
+}
diff --git a/config/waybar/configs/config-left b/config/waybar/configs/config-left
new file mode 100644
index 00000000..01a18661
--- /dev/null
+++ b/config/waybar/configs/config-left
@@ -0,0 +1,33 @@
+// ### LEFT PANEL ### //
+
+{
+"include": "~/.config/waybar/modules",
+"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": [
+ "tray",
+ "backlight",
+ "pulseaudio#microphone_vertical",
+ "pulseaudio#vertical",
+ "custom/power",
+ "custom/menu",
+],
+}
diff --git a/config/waybar/configs/config-plasma b/config/waybar/configs/config-plasma
new file mode 100644
index 00000000..e7125d13
--- /dev/null
+++ b/config/waybar/configs/config-plasma
@@ -0,0 +1,45 @@
+// ### "Plasma" (bottom) ### //
+
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+//"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "bottom",
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"margin-left": 10,
+"margin-right": 10,
+"margin-bottom": 6,
+
+"modules-left": [
+ "custom/menu",
+ "hyprland/workspaces",
+ "wlr/taskbar",
+ ],
+
+"modules-center": [
+ "hyprland/window",
+ "custom/light_dark",
+ ],
+
+"modules-right": [
+ "tray",
+ "custom/weather",
+ "clock",
+ "cpu",
+ "temperature",
+ "memory",
+ "backlight",
+ "battery",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ //"custom/updater",
+ "keyboard-state",
+ "custom/cycle_wall",
+ "custom/power",
+ ],
+}
diff --git a/config/waybar/configs/config-right b/config/waybar/configs/config-right
new file mode 100644
index 00000000..ce41782a
--- /dev/null
+++ b/config/waybar/configs/config-right
@@ -0,0 +1,32 @@
+// ### RIGHT PANEL ### //
+
+{
+"include": "~/.config/waybar/modules",
+"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": [
+ "tray",
+ "backlight",
+ "pulseaudio#microphone_vertical",
+ "pulseaudio#vertical",
+ "custom/power",
+],
+}
diff --git a/config/waybar/configs/config-simple b/config/waybar/configs/config-simple
new file mode 100644
index 00000000..da59099e
--- /dev/null
+++ b/config/waybar/configs/config-simple
@@ -0,0 +1,35 @@
+// ### SIMPLE ### //
+
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+//"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "top",
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"margin-top": 6,
+"margin-left": 8,
+"margin-right": 8,
+
+"modules-left": [
+ "custom/menu",
+ "hyprland/workspaces",
+ ],
+"modules-center": [
+ "clock",
+ "custom/light_dark",
+ ],
+"modules-right": [
+ "backlight",
+ "keyboard-state",
+ "pulseaudio",
+ "bluetooth",
+ "network",
+ "battery",
+ ],
+
+
+} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage