Skip to content

Instantly share code, notes, and snippets.

@hholst80
Created October 12, 2024 19:25
Show Gist options
  • Save hholst80/8e711958b17d33614c0df8d260fee73d to your computer and use it in GitHub Desktop.
Save hholst80/8e711958b17d33614c0df8d260fee73d to your computer and use it in GitHub Desktop.
waybar/config
{
"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