💥 fix(waybar): empty window and pulseaudio modules
This commit is contained in:
+33
-17
@@ -18,7 +18,7 @@
|
||||
"pulseaudio",
|
||||
"bluetooth",
|
||||
"network",
|
||||
"custom/notifications"
|
||||
"custom/notifications"
|
||||
],
|
||||
|
||||
"hyprland/workspaces": {
|
||||
@@ -34,11 +34,11 @@
|
||||
"1": [],
|
||||
"2": []
|
||||
},
|
||||
|
||||
"on-scroll-down": "hyprctl dispatch workspace e-1",
|
||||
"on-scroll-up": "hyprctl dispatch workspace e+1",
|
||||
"escape": true
|
||||
},
|
||||
|
||||
"bluetooth": {
|
||||
"format": "",
|
||||
"format-on": "",
|
||||
@@ -46,8 +46,10 @@
|
||||
"tooltip-format": " {controller_alias}\n{controller_address}",
|
||||
"tooltip-format-connected": " Controller(s):\n {controller_alias}\t{controller_address}\n\n Devices ( {num_connections} ) :\n {device_enumerate}",
|
||||
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}\n",
|
||||
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t {device_battery_percentage}%\n"
|
||||
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t {device_battery_percentage}%\n",
|
||||
"on-click": "blueberry" // Change to preferred bluetooth manager
|
||||
},
|
||||
|
||||
"keyboard-state": {
|
||||
"numlock": true,
|
||||
"capslock": true,
|
||||
@@ -57,6 +59,7 @@
|
||||
"unlocked": " "
|
||||
}
|
||||
},
|
||||
|
||||
"hyprland/window": {
|
||||
"format": "{class} - {title}",
|
||||
"show-empty": false,
|
||||
@@ -66,22 +69,24 @@
|
||||
" - ": "",
|
||||
"zen-alpha(.*)": "Zen Browser",
|
||||
"firefox(.*)": "Firefox",
|
||||
"kitty - (.*)": "Kitty - $1",
|
||||
"kitty - (.*)": "Kitty $1",
|
||||
"Kitty ~": "Kitty",
|
||||
"spotify(.*)": "Spotify",
|
||||
"spotube": "Spotube",
|
||||
"discord - Discord (.*)": "Discord $1",
|
||||
"vesktop - Discord (.*)": "Vesktop $1",
|
||||
"vesktop -(.*)Discord (.*)": "Vesktop $2",
|
||||
"org.gnome.(.*) - (.*)": "$1 - $2"
|
||||
|
||||
},
|
||||
"escape": true
|
||||
},
|
||||
|
||||
"custom/logo": {
|
||||
"format": "", // Change to desired logo
|
||||
"tooltip": false,
|
||||
"escape": true,
|
||||
"on-click": "anyrun" // Change to desired action
|
||||
},
|
||||
|
||||
"custom/notifications": {
|
||||
"tooltip": false,
|
||||
"format": "{icon}",
|
||||
@@ -102,11 +107,13 @@
|
||||
"on-click-right": "swaync-client -d -sw",
|
||||
"escape": true
|
||||
},
|
||||
|
||||
"custom/control-center": {
|
||||
"format": "loading control center...",
|
||||
"return-type": "json",
|
||||
"exec": "bash $HOME/.config/waybar/modules/control-center.sh"
|
||||
},
|
||||
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
@@ -114,15 +121,18 @@
|
||||
"deactivated": ""
|
||||
}
|
||||
},
|
||||
|
||||
"tray": {
|
||||
"icon-size": 16,
|
||||
"spacing": 12
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"format": "{:L%A %d, %H:%M}",
|
||||
"format-alt": "{:%Y-%m-%d}",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt>{calendar}</tt>"
|
||||
"tooltip-format": "<tt>{calendar}</tt>"
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"format": " {usage}%",
|
||||
"tooltip": true,
|
||||
@@ -181,31 +191,37 @@
|
||||
"format-alt": "{ipaddr}/{cidr}",
|
||||
"format-icons": [ "", "", "", "", "" ]
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{volume}% {icon} {format_source}",
|
||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||
"format-bluetooth-muted": " {icon}",
|
||||
"format-muted": " {format_source}",
|
||||
"format-source": "{icon} {volume}%",
|
||||
"pulseaudio": {
|
||||
"format": "{volume}% {icon}",
|
||||
"format-bluetooth": "{volume}% {icon}",
|
||||
"format-muted": "",
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
"hands-free": "",
|
||||
"headset": "",
|
||||
"default": ["", "", ""]
|
||||
"headset": "",
|
||||
"phone": "",
|
||||
"phone-muted": "",
|
||||
"portable": "",
|
||||
"car": "",
|
||||
"default": ["", ""]
|
||||
},
|
||||
"exec-if": "which pavucontrol",
|
||||
"scroll-step": 1,
|
||||
"on-scroll-up": "pamixer -i 5",
|
||||
"on-scroll-down": "pamixer -d 5",
|
||||
"on-click": "pavucontrol"
|
||||
},
|
||||
"custom/media": {
|
||||
"format": "{icon} {}",
|
||||
"format": "{icon} {0}",
|
||||
"return-type": "json",
|
||||
"max-length": 50,
|
||||
"escape": true,
|
||||
"format-icons": {
|
||||
"mpv": "",
|
||||
"firefox": "",
|
||||
"discord": "",
|
||||
"spotify": "",
|
||||
"spotube": "",
|
||||
"Clapper": "",
|
||||
"default": ""
|
||||
},
|
||||
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null",
|
||||
|
||||
@@ -130,9 +130,9 @@ class PlayerManager:
|
||||
|
||||
if track_info:
|
||||
if player.props.status == "Playing":
|
||||
track_info = " " + track_info
|
||||
track_info = " " + track_info
|
||||
else:
|
||||
track_info = " " + track_info
|
||||
track_info = " " + track_info
|
||||
# only print output if no other player is playing
|
||||
current_playing = self.get_first_playing_player()
|
||||
if current_playing is None or current_playing.props.player_name == player.props.player_name:
|
||||
|
||||
+2
-2
@@ -88,9 +88,9 @@ widget #custom-notifications {
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
widget #window.empty {
|
||||
window#waybar.empty #window {
|
||||
margin: 0 0 0 0;
|
||||
padding: 16px 0 0 0;
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
|
||||
widget #battery.charging,
|
||||
|
||||
Reference in New Issue
Block a user