Polybar: fix notification icon
This commit is contained in:
parent
ccaaed552b
commit
41529db79d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ let
|
|||
zscroll = "${pkgs.zscroll}/bin/zscroll";
|
||||
notificationStatus = pkgs.writeShellScript "notificationStatus" ''
|
||||
PATH=$PATH:"${lib.makeBinPath [ pkgs.dbus ]}"
|
||||
if [[ `${dunstctl} is-paused` == "true" ]]; then echo ; else echo ; fi
|
||||
if [[ `${dunstctl} is-paused` == "true" ]]; then echo ; else echo ; fi
|
||||
'';
|
||||
notificationToggle = pkgs.writeShellScript "notificationToggle" ''
|
||||
PATH=$PATH:"${lib.makeBinPath [ pkgs.dbus ]}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue