// -*- mode: json -*- { "layer": "bottom", "position": "top", "hyprland/workspaces": { "format": "{name}", }, "hyprland/language":{ "format": "{short}_{variant}", }, "user": { "format": "{user}", "interval": 60, "height": 30, "width": 30, "icon": true, }, "idle_inhibitor":{ "format":"{icon}", "tooltip-format-activated":"Active (screen saver disabled)", "tooltip-format-deactivated":"Not active (screen saver enabled)", "format-icons": { "activated": "", "deactivated": "" } }, "cava": { "cava_config": "/home/thierry/.config/cava/config", "framerate": 30, "autosens": 1, //"sensitivity": 80, "bars": 14, "lower_cutoff_freq": 50, "higher_cutoff_freq": 10000, "method": "pulse", "source": "auto", "stereo": false, "reverse": false, "bar_delimiter": 0, "monstercat": false, "waves": false, "noise_reduction": 0.77, "input_delay": 2, "format-icons" : ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ], "actions": { "on-click-right": "mode" } }, "wlr/taskbar": { "format": "{icon}", "icon-size": 14, "icon-theme": "Numix-Circle", "tooltip-format": "{title}", "on-click": "activate", "on-click-middle": "close", "ignore-list": [ "Alacritty" ], "app_ids-mapping": { "firefoxdeveloperedition": "firefox-developer-edition" }, "rewrite": { "Firefox Web Browser": "Firefox", "Foot Server": "Terminal" } }, "hyprland/window": { "format": "{}", "rewrite": { "(.*) — Mozilla Firefox": " $1", //"(.*) - fish": "> [$1]", "(.*)screen":" terminal", "(.*)Alacritty":" terminal", }, "separate-outputs": true }, "modules-left": [ "hyprland/workspaces", "custom/right-arrow-dark", "cava", "hyprland/language", //"wlr/taskbar", //"custom/space", "custom/right-arrow-light", "custom/right-arrow-dark", "hyprland/window", ], "modules-center": [ "custom/left-arrow-dark", "clock#1", "custom/left-arrow-light", "custom/left-arrow-dark", "clock#2", "custom/right-arrow-dark", "custom/right-arrow-light", "clock#3", "custom/right-arrow-dark" ], "modules-right": [ "custom/left-arrow-dark", "custom/poweroff", "custom/left-arrow-light", "custom/left-arrow-dark", "pulseaudio", "custom/left-arrow-light", "custom/left-arrow-dark", "memory", "custom/left-arrow-light", "custom/left-arrow-dark", "cpu", //"custom/sep", //"temperature", //"custom/left-arrow-light", //"custom/left-arrow-dark", //"battery", //"custom/left-arrow-light", //"custom/left-arrow-dark", //"backlight", "custom/left-arrow-light", "custom/left-arrow-dark", //"user", "idle_inhibitor", "custom/left-arrow-light", "custom/left-arrow-dark", "tray" ], "temperature": { // "thermal-zone": 2, "hwmon-path": "/sys/class/hwmon/hwmon4/temp1_input", "critical-threshold": 80, "format-critical": "{temperatureC}°C ", "format": "{temperatureC}°C " }, "backlight": { "device": "intel_backlight", "format": "{percent}% {icon}", "format-icons": ["", ""], "on-scroll-down": "sudo ~/bin/brightness /sys/class/backlight/intel_backlight/brightness down 10", "on-scroll-up": "sudo ~/bin/brightness /sys/class/backlight/intel_backlight/brightness up 10" }, "custom/poweroff": { "tooltip": false, "format": "", "on-click": "gksu shutdown -h now" }, "custom/sep":{ "format": "|", "tooltip": false }, "custom/space":{ "format": " ", "tooltip": false }, "custom/left-arrow-dark": { "format": "", "tooltip": false }, "custom/left-arrow-light": { "format": "", "tooltip": false }, "custom/right-arrow-dark": { "format": "", "tooltip": false }, "custom/right-arrow-light": { "format": "", "tooltip": false }, "hyprland/workspaces": { "disable-scroll": true, "format": "{name}" }, "clock#1": { "format": "{:%a}", "tooltip": false }, "clock#2": { "format": "{:%H:%M}", "tooltip": false }, "clock#3": { "format": "{:%d.%m.%Y}", "tooltip": false }, "pulseaudio": { "format": "{icon} {volume:2}%", "format-bluetooth": "{icon} {volume}% ", "format-muted": "MUTE", "format-icons": { "headphones": "", "default": [ "", "" ] }, "scroll-step": 1, //"on-click": "pamixer -t", "on-click":"~/bin/switch_audio.sh", "on-click-right": "pavucontrol" }, "memory": { "interval": 5, "format": "Mem {}%", "on-click": "gnome-system-monitor" }, "cpu": { "interval": 5, "format": "CPU {usage:2}%", "on-click": "gnome-system-monitor" }, "battery": { "states": { "good": 95, "warning": 30, "critical": 15 }, "format": "{icon} {capacity}%", "format-icons": [ "", "", "", "", "" ] }, "disk": { "interval": 5, "format": "Disk {percentage_used:2}%", "path": "/" }, "tray": { "icon-size": 20 } }