aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/configs
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-10-28 09:50:32 +0900
committerGitHub <noreply@github.com>2023-10-28 09:50:32 +0900
commit12d7511b2eb890b2664fb37680d346a69b58030b (patch)
treed032bde6947c2b0727f76f2e2682a94348f6332f /config/waybar/configs
parent3bc9ac45014b0c57895f220421014ac79865ffc6 (diff)
parent933a0ce37e8d41b25732d76aff548e349405abd2 (diff)
Merge pull request #2 from JaKooLit/development
waybar simple 2 layout addition and cleaned up helpfile
Diffstat (limited to 'config/waybar/configs')
-rw-r--r--config/waybar/configs/config-left19
-rw-r--r--config/waybar/configs/config-right3
-rw-r--r--config/waybar/configs/config-simple227
3 files changed, 39 insertions, 10 deletions
diff --git a/config/waybar/configs/config-left b/config/waybar/configs/config-left
index bb718a06..b7bac1f6 100644
--- a/config/waybar/configs/config-left
+++ b/config/waybar/configs/config-left
@@ -14,20 +14,21 @@
//"gtk-layer-shell": true,
"modules-left": [
- "clock#vertical",
- "custom/light_dark",
+ "clock#vertical",
+ "custom/light_dark",
],
"modules-center": [
- "hyprland/workspaces",
+ "hyprland/workspaces",
],
"modules-right": [
- "tray",
- "backlight#vertical",
- "pulseaudio#microphone_vertical",
- "pulseaudio#vertical",
- "custom/power_vertical",
- "custom/menu",
+ "tray",
+ "network",
+ "backlight#vertical",
+ "pulseaudio#microphone_vertical",
+ "pulseaudio",
+ "custom/power_vertical",
+ "custom/menu",
],
}
diff --git a/config/waybar/configs/config-right b/config/waybar/configs/config-right
index 8a23eaa5..64a2c606 100644
--- a/config/waybar/configs/config-right
+++ b/config/waybar/configs/config-right
@@ -24,9 +24,10 @@
"modules-right": [
"tray",
+ "network",
"backlight#vertical",
"pulseaudio#microphone_vertical",
- "pulseaudio#vertical",
+ "pulseaudio",
"custom/power_vertical",
"custom/menu",
],
diff --git a/config/waybar/configs/config-simple2 b/config/waybar/configs/config-simple2
new file mode 100644
index 00000000..ca62a5af
--- /dev/null
+++ b/config/waybar/configs/config-simple2
@@ -0,0 +1,27 @@
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+"position": "top",
+"width": 1050,
+"margin-bottom": 5,
+"margin-top": 5,
+
+"modules-left": [
+ "clock",
+ "custom/weather",
+ ],
+
+"modules-center": [
+ "hyprland/workspaces#2"
+ ],
+
+"modules-right": [
+ "custom/menu",
+ "tray",
+ "network",
+ "bluetooth",
+ "backlight",
+ "pulseaudio",
+ "battery",
+ "custom/power"],
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage