aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/configs/config-all-sides
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-11 11:36:08 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-11 11:36:08 +0900
commitc516bd3be3502c6c064f43fc6cb39260a0fe7ca5 (patch)
tree4dae2043b8c233357fd6180eeaf62683bd43883c /config/waybar/configs/config-all-sides
parentb69298b7d4c6763d429f8c537e58723fb4439748 (diff)
Waybar clean up and update
Diffstat (limited to 'config/waybar/configs/config-all-sides')
-rw-r--r--config/waybar/configs/config-all-sides127
1 files changed, 127 insertions, 0 deletions
diff --git a/config/waybar/configs/config-all-sides b/config/waybar/configs/config-all-sides
new file mode 100644
index 00000000..f285840b
--- /dev/null
+++ b/config/waybar/configs/config-all-sides
@@ -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",
+ "custom/weather",
+ ],
+
+"modules-center": [
+ "hyprland/workspaces#4",
+ ],
+
+"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": [
+ "custom/light_dark",
+ ],
+
+"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_vertical",
+ ],
+},
+
+// ### 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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage