{ "name": "float", "layer": "top", "position": "bottom", "exclusive": false, "passthrough": false, "gtk-layer-shell": true, "margin-right": 10, "margin-bottom": 0, "margin-top" : 0, "margin-left": 0, "margin-right": 0, "height" : 16, "modules-left": [ ], "modules-center": [ ], "modules-right": [ "hyprland/workspaces", "custom/temp", "custom/cpu", "custom/mem", "custom/notification", "custom/mic", "custom/battery", "tray", "clock" ], "hyprland/window": { "format": "{}", "max-length": 35, "rewrite": { "": "Harsh" }, "separate-outputs": true, }, "hyprland/workspaces": { "format": "{icon}", "format-icons": { "a_social": "󰍥 ", "b_mail": " ", "c_yuzzit": "Y", "d_ai": "AI", "e_music": "󰎇", }, "on-click": "activate", "sort-by-number": true, "show-special": true }, "clock": { "format": "{:L%A %d %B %H:%M}", "tooltip-format": "{:%Y %B}\n{calendar}", "format-alt": "{}", "interval": 1 }, "battery": { "states": { "warning": 30, "critical": 15 }, "format": "{capacity}% {icon}", "format-full": "{icon} {capacity}%", "format-charging": " {capacity}%", "format-plugged": " {capacity}%", "format-alt": "{time} {icon}", "format-icons": ["", "", "", "", ""] }, "pulseaudio#1": { "format": "{volume}% {icon}", "format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth-muted": " {icon} {format_source}", "format-muted": "", "format-icons": { "headphone": "", "hands-free": "", "headset": "", "phone": "", "portable": "", "car": "", "default": ["", "", ""] }, "on-click-right": "pavucontrol", "on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle", "on-scroll-up": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+", "on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" }, "pulseaudio#2": { "format": "{format_source}", "format-bluetooth": "{volume}% {icon}", "format-muted": "{format_source}", "format-source": "{volume}% ", "format-source-muted": "", "format-icons": { "headphones": "", "handsfree": "", "headset": "", "phone": "", "portable": "", "car": "", "default": [ "", "", "" ] }, "on-click-right": "pavucontrol", "on-click": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle", "on-scroll-up": "wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+", "on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%-" }, "idle_inhibitor": { "format": "{icon}", "format-icons": { "activated": "", "deactivated": "" } }, "tray": { "icon-size": 16, "spacing": 5 }, "custom/cpu": { "exec": "sed '1q;d' ~/.config/hypr/.stat.txt", "restart-interval": 2 }, "custom/mem": { "exec": "sed '2q;d' ~/.config/hypr/.stat.txt", "restart-interval": 2 }, "custom/temp": { "exec": "sed '3q;d' ~/.config/hypr/.stat.txt", "restart-interval": 2 }, "custom/battery": { "exec": "sed '4q;d' ~/.config/hypr/.stat.txt", "return-type": "json", "restart-interval": 2 }, "custom/notification": { "exec": "makoctl mode | grep '^do-not-disturb$' > /dev/null 2>&1 && echo '󱙍 ' || echo '󰍡 '", "on-click": "makoctl mode -t do-not-disturb", "restart-interval": 2 }, "custom/mic": { "exec": "pactl get-source-mute alsa_input.usb-Generic_Blue_Microphones_LT_2206140951259D030044_111000-00.analog-stereo | grep -q yes && echo '  ' || echo '  '", "on-click": "pactl set-source-mute alsa_input.usb-Generic_Blue_Microphones_LT_2206140951259D030044_111000-00.analog-stereo toggle", "restart-interval": 1, "tooltip": false } }