diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-05-23 16:22:02 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-05-23 16:22:02 +0900 |
| commit | ae5e6c3f2a6b68f210ab698e2683ee900b2d3e7f (patch) | |
| tree | 4f90af1283b5fe68a1d13d78ce5aa59eaf5c2ee5 /config/waybar/modules | |
| parent | 5eaeca58923fac0af581a0310f77ca7beea5cb5d (diff) | |
Added workspace#rw on waybar module bank
Edited Top and Bot waybar
Added TOP Simple waybar config
Added Waybar Style - Wallust Bordered
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 46 |
1 files changed, 44 insertions, 2 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 93c7f3c1..c1f46871 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -126,6 +126,40 @@ "default": "", }, }, +// NUMBERS and ICONS style with window rewrite +"hyprland/workspaces#rw": { + "disable-scroll": true, + "all-outputs": true, + "warp-on-scroll": false, + "sort-by-number": true, + "show-special": true, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "format": "{icon} {windows}", + "format-window-separator": " ", + "window-rewrite-default": " ", + "window-rewrite": { + "title<.*youtube.*>": " ", + "title<.*amazon.*>": " ", + "title<.*reddit.*>": " ", + "title<.*Picture-in-Picture.*>": " ", + "class<firefox>": " ", + "class<kitty>": " ", + "class<konsole>": " ", + "class<thunar>": " ", + "class<discord>": " ", + "class<subl>": " ", + "class<celluloid>": " ", + "class<Cider>": " ", + "class<code-oss>": " ", + "class<codium|codium-url-handler|VSCodium>": " ", + "class<codeblocks>": " ", + "class<mousepad>": " ", + "class<libreoffice-writer>": " ", + "class<libreoffice-startcenter>": " " + } +}, // GROUP "group/motherboard": { "orientation": "horizontal", @@ -241,6 +275,13 @@ "on-scroll-up": "shift_up", "on-scroll-down": "shift_down" }, +"clock#2": { + // "timezone": "America/New_York", + //"format": " {:%I:%M %p}", // AM PM format + "format": " {:%H:%M}", + "format-alt": "{:%A | %H:%M | %e %B}", + "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>" +}, "cpu": { "format": "{usage}% ", "interval": 1, @@ -273,7 +314,7 @@ }, "hyprland/window": { "format": "{}", - "max-length": 40, + "max-length": 20, "separate-outputs": true, "offscreen-css": true, "offscreen-css-text": "(inactive)", @@ -354,7 +395,8 @@ "max-length": 50, "format-icons": [ "", "", "", "", "" - ] + ], + "on-click-right": "kitty nmtui" }, "network#speed": { "interval": 1, |
