Created
October 12, 2024 19:25
-
-
Save hholst80/8e711958b17d33614c0df8d260fee73d to your computer and use it in GitHub Desktop.
waybar/config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"layer": "top", | |
"position": "top", | |
"spacing": 0, | |
"height": 42, | |
// "hyprland/workspaces" | |
"modules-left": [ | |
"custom/logo", | |
"river/tags", | |
], | |
"river/tags": { | |
"num-tags": 6, | |
"tag-labels": [ | |
"1", | |
"2", | |
"3", | |
"4", | |
"9", | |
"0" | |
] | |
}, | |
"modules-center": [ | |
"clock", | |
"custom/recorder" | |
], | |
"modules-right": [ | |
"tray", | |
"memory", | |
"disk", | |
"network", | |
"pulseaudio", | |
"battery", | |
"custom/notification", | |
], | |
"wlr/taskbar": { | |
"format": "{icon}", | |
"on-click": "activate", | |
"on-click-right": "fullscreen", | |
"icon-theme": "WhiteSur", | |
"icon-size": 25, | |
"tooltip-format": "{title}" | |
}, | |
"hyprland/workspaces": { | |
"on-click": "activate", | |
"format": "{icon}", | |
"format-icons": { | |
"default": "ξ©±", | |
"1": "1", | |
"2": "2", | |
"3": "3", | |
"4": "4", | |
"5": "5", | |
"6": "6", | |
"7": "7", | |
"8": "8", | |
"9": "9", | |
//"active": "σ±»", | |
//"urgent": "σ±»" | |
}, | |
"persistent-workspaces": { | |
"1": [], | |
"2": [], | |
"3": [], | |
"4": [] | |
} | |
}, | |
"disk": { | |
"path": "/home/root", | |
"format": "πΎ {specific_free:0.0f}GiB", | |
"unit": "GiB", | |
}, | |
"memory": { | |
"interval": 5, | |
"format": "σ° {avail:0.1f}GiB", | |
"max-length": 10 | |
}, | |
"tray": { | |
"spacing": 10 | |
}, | |
"clock": { | |
"timezones": ["Europe/Stockholm", "UTC"], | |
"tooltip-format": "<tt>{calendar}</tt>", | |
"format": "πΈπͺ {:%H:%M %b %d %z}" | |
}, | |
"network": { | |
"format-wifi" : "{icon}", | |
"format-icons": ["σ°€―","σ°€","σ°€’","σ°€₯","󰀨"], | |
"format-ethernet": "σ°", | |
"format-alt" : "σ±", | |
"format-disconnected" : "σ°ͺ", | |
"tooltip-format-wifi": "{icon} {essid}\nβ£{bandwidthDownBytes} β‘{bandwidthUpBytes}", | |
"tooltip-format-ethernet": "σ° {ifname}\nβ£{bandwidthDownBytes} β‘{bandwidthUpBytes}", | |
"tooltip-format-disconnected": "Disconnected", | |
"on-click": "~/.config/rofi/wifi/wifi.sh &", | |
"on-click-right": "~/.config/rofi/wifi/wifinew.sh &", | |
"interval": 5, | |
"nospacing": 1, | |
}, | |
"pulseaudio": { | |
"format": "{icon}", | |
"format-bluetooth": "σ°°", | |
"nospacing": 1, | |
"tooltip-format": "Volume : {volume}%", | |
"format-muted": "σ°", | |
"format-icons": { | |
"headphone": "ο₯", | |
"default": ["σ°","σ°Ύ","ο¨"] | |
}, | |
"on-click": "pavucontrol", | |
"scroll-step": 1 | |
}, | |
"custom/logo": { | |
"format": " ο ", | |
"tooltip": false, | |
"on-click": "~/.config/rofi/launchers/misc/launcher.sh &" | |
}, | |
"custom/recorder": { | |
"exec": "recorder-stat", | |
"format": "{}", | |
"tooltip": false, | |
}, | |
// note the space after {icon} is intentional to fix jitter alignment | |
"custom/notification": { | |
"tooltip": false, | |
"format": " {icon} ", | |
"format-icons": { | |
"notification": "ο’<span foreground='red'><sup>ο</sup></span>", | |
"none": "ο’", | |
"dnd-notification": "ο·<span foreground='red'><sup>ο</sup></span>", | |
"dnd-none": "ο·", | |
"inhibited-notification": "ο’<span foreground='red'><sup>ο</sup></span>", | |
"inhibited-none": "ο’", | |
"dnd-inhibited-notification": "ο·<span foreground='red'><sup>ο</sup></span>", | |
"dnd-inhibited-none": "ο·" | |
}, | |
"return-type": "json", | |
"exec-if": "which swaync-client", | |
"exec": "swaync-client -swb", | |
"on-click": "swaync-client -t -sw", | |
"on-click-right": "swaync-client -d -sw", | |
"escape": true | |
}, | |
"battery": { | |
"format": "{capacity}% {icon}", | |
"format-icons": { | |
"charging": [ | |
"σ°’", | |
"σ°", | |
"σ°", | |
"σ°", | |
"σ°’", | |
"σ°", | |
"σ°’", | |
"σ°", | |
"σ°", | |
"σ° " | |
], | |
"default": [ | |
"σ°Ί", | |
"σ°»", | |
"σ°Ό", | |
"σ°½", | |
"σ°Ύ", | |
"σ°Ώ", | |
"σ°", | |
"σ°", | |
"σ°", | |
"σ°Ή" | |
] | |
}, | |
"format-full": "Charged ο§", | |
"interval": 5, | |
"states": { | |
"warning": 20, | |
"critical": 10 | |
}, | |
"tooltip": false | |
}, | |
"custom/power": { | |
"format": "σ°€", | |
"tooltip": false, | |
"on-click": "~/.config/rofi/powermenu/type-2/powermenu.sh &" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment