diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-20 01:44:48 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-20 01:44:48 +0900 |
| commit | e7d58b389fb5bf24d4e0b70b02ddf6d98fa2b401 (patch) | |
| tree | 25b1409883ed34cfc849f8d7cbcc107d0afd4c26 | |
| parent | 8c3883e03b1fcaa6849a17c92d2c4953b2303711 (diff) | |
Added some module and updated simple Long
| -rw-r--r-- | config/waybar/configs/Simple-L [TOP] | 22 | ||||
| -rw-r--r-- | config/waybar/modules | 45 |
2 files changed, 56 insertions, 11 deletions
diff --git a/config/waybar/configs/Simple-L [TOP] b/config/waybar/configs/Simple-L [TOP] index d94ecdac..b22d0a71 100644 --- a/config/waybar/configs/Simple-L [TOP] +++ b/config/waybar/configs/Simple-L [TOP] @@ -9,7 +9,7 @@ "exclusive": true, "passthrough": false, "position": "top", -"spacing": 3, +"spacing": 6, "fixed-center": true, "ipc": true, "margin-top": 6, @@ -17,21 +17,23 @@ "margin-right": 8, "modules-left": [ - "custom/menu", + "custom/menu", + "custom/separator#blank_2", "hyprland/workspaces", + "custom/separator#blank_2", + "tray", ], "modules-center": [ "clock", - "custom/light_dark", ], "modules-right": [ - "backlight", - "keyboard-state", - "pulseaudio", - "bluetooth", - "network", - "battery", + "temperature", + "custom/separator#blank_2", + "group/laptop", + "custom/separator#blank_2", + "group/audio", + "custom/separator#blank_2", + "custom/power", ], - }
\ No newline at end of file diff --git a/config/waybar/modules b/config/waybar/modules index 94d9b1d3..ae9b3c52 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -98,6 +98,35 @@ "default": "", }, }, + +// GROUP + +"group/motherboard": { + "orientation": "horizontal", + "modules": [ + "cpu", + "memory", + "temperature", + "disk", + ] +}, + +"group/laptop": { + "orientation": "horizontal", + "modules": [ + "backlight", + "battery", + ] +}, + +"group/audio": { + "orientation": "horizontal", + "modules": [ + "pulseaudio", + "pulseaudio#microphone", + ] +}, + "backlight": { "interval": 2, "align": 0, @@ -342,7 +371,7 @@ }, "tray": { - //"icon-size": 17, + "icon-size": 17, "spacing": 8, }, @@ -468,6 +497,18 @@ "tooltip": false }, +"custom/separator#blank": { + "format": "", + "interval": "once", + "tooltip": false +}, + +"custom/separator#blank_2": { + "format": " ", + "interval": "once", + "tooltip": false +}, + // Modules below are for vertical layout "backlight#vertical": { @@ -572,5 +613,7 @@ "on-click": "~/.config/hypr/scripts/Wlogout.sh", "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", }, + + } |
