diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-28 06:42:46 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-28 06:42:46 +0900 |
| commit | b1b25e670ce12cdd6844db08d08e2e358d374543 (patch) | |
| tree | 1eaa9dc6a6857a50aa63440d4fd7c7ba1a40707d /config/waybar/modules | |
| parent | f593df6b480bb082f4131486822b755c334fedc7 (diff) | |
Collected all extra modules, (except camellia) into waybar/modules for easy management. Same adjusted copy.sh to take effect all clock modules if 12H chosen by user
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 80 |
1 files changed, 74 insertions, 6 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 9e7e646a..fca73927 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -160,6 +160,34 @@ "class<libreoffice-startcenter>": " " } }, +"hyprland/workspaces#cam": { + "active-only":false, + "all-outputs": true, + "format": "{icon}", + "show-special": false, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "persistent-workspaces":{ + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "format-icons": { + "1": "Uno", + "2": "Due", + "3": "Tre", + "4": "Quattro", + "5": "Cinque", + "6":"Sei", + "7":"Sette", + "8":"Otto", + "9":"Nove", + "10":"Dieci" + } +}, // GROUP "group/motherboard": { "orientation": "horizontal", @@ -241,6 +269,11 @@ "on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec", "smooth-scrolling-threshold": 1, }, +"backlight#2": { + "device": "intel_backlight", + "format": "{icon} {percent}%", + "format-icons": ["", ""] +}, "battery": { //"interval": 5, "align": 0, @@ -282,7 +315,7 @@ "clock": { "interval": 1, //"format": " {:%I:%M %p}", // AM PM format - "format": " {:%H:%M:%S}", + "format": " {:%H:%M:%S}", // 24H "format-alt": " {:%H:%M %Y, %d %B, %A}", "tooltip-format": "<tt><small>{calendar}</small></tt>", "calendar": { @@ -307,12 +340,28 @@ "on-scroll-down": "shift_down" }, "clock#2": { - // "timezone": "America/New_York", - //"format": " {:%I:%M %p}", // AM PM format - "format": " {:%H:%M}", + //"format": " {:%I:%M %p}", // AM PM format + "format": " {:%H:%M}", // 24H "format-alt": "{:%A | %H:%M | %e %B}", "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>" }, +"clock#3": { + //"format": "{:%I:%M %p - %d/%b}", //for AM/PM + "format": "{:%H:%M - %d/%b}", // 24H + "tooltip": false +}, +"clock#4": { + "interval": 60, + //"format": "{:%B | %a %d, %Y | %I:%M %p}", // AM PM format + "format": "{:%B | %a %d, %Y | %H:%M}", // 24H + "format-alt": "{:%a %b %d, %G}", + "tooltip-format": "<big>{:%B %Y}</big>\n<tt><small>{calendar}</small></tt>", +}, +"clock#5": { + //"format": "{:%A, %I:%M %P}", // AM PM format + "format": "{:%a %d | %H:%M}", // 24H + "format-alt": "{:%A, %d %B, %Y (%R)}" +}, "cpu": { "format": "{usage}% ", "interval": 1, @@ -482,6 +531,24 @@ "tooltip-format": "{icon} {desc} | {volume}%", "smooth-scrolling-threshold": 1, }, +"pulseaudio#1": { + "format": "{icon} {volume}%", + "format-bluetooth": "{icon} {volume}%", + "format-bluetooth-muted": " {icon}", + "format-muted": "", + "format-icons": { + "headphone": "", + "hands-free": "", + "headset": "", + "phone": "", + "portable": "", + "car": "", + "default": ["", "", ""] + }, + "on-click": "pamixer --toggle-mute", + "on-click-right": "pavucontrol", + "tooltip": false +}, "pulseaudio#microphone": { "format": "{format_source}", "format-source": " {volume}%", @@ -525,7 +592,7 @@ ], }, "wlr/taskbar": { - "format": "{icon} {name} ", + "format": "{icon}", "icon-size": 15, "all-outputs": false, "tooltip-format": "{title}", @@ -534,7 +601,8 @@ "ignore-list": [ "wofi", "rofi", - ] + "kitty" + ], }, "custom/cycle_wall": { "format": " ", |
