Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
add power menu and logo
Browse files Browse the repository at this point in the history
issue was upstream: Alexays/Waybar#1850
  • Loading branch information
42willow committed Jan 25, 2024
1 parent 1c31dd8 commit b67915b
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions waybar/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"spacing": 0,
"height": 41,
"modules-left": [
"hyprland/workspaces"
"hyprland/workspaces",
"custom/logo"
],
"modules-center": [
"clock"
Expand All @@ -14,7 +15,8 @@
"memory",
"network",
"pulseaudio",
"battery"
"battery",
"custom/power"
],
"wlr/taskbar": {
"format": "{icon}",
Expand Down Expand Up @@ -65,13 +67,11 @@
"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/tofi/wifi/wifi.sh &",
"on-click-right": "~/.config/tofi/wifi/wifinew.sh &",
"interval": 5,
"nospacing": 1
},
Expand Down Expand Up @@ -123,5 +123,15 @@
"critical": 10
},
"tooltip": false
},
"custom/power": {
"format": "󰤆",
"tooltip": false,
"on-click": "~/.config/hypr/scripts/power_menu.sh"
},
"custom/logo": {
"format": "  ",
"tooltip": false,
"on-click": "tofi-drun"
}
}

0 comments on commit b67915b

Please sign in to comment.