run the sys tray nm and bluetooth icons on each reload, not just once
This commit is contained in:
parent
b8d7f9da27
commit
2f8cb29e63
1 changed files with 3 additions and 2 deletions
|
@ -380,8 +380,6 @@ in {
|
|||
|
||||
"${swww}/bin/swww init"
|
||||
"${wlsunset}/bin/wlsunset -S 06:00 -s 20:00"
|
||||
"${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"
|
||||
"${pkgs.blueman}/bin/blueman-applet"
|
||||
# TODO fix fcitx5
|
||||
#"fcitx5"
|
||||
# TODO do these do anything anymore
|
||||
|
@ -405,6 +403,9 @@ in {
|
|||
# wait a bit then set the wallpapers
|
||||
"sleep 0.5 && ${swww}/bin/swww img -o eDP-1 ~/catppuccin-wall0.png"
|
||||
"sleep 0.5 && ${swww}/bin/swww img -o HDMI-A-1 ~/catppuccin-wall1.png"
|
||||
|
||||
"${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"
|
||||
"${pkgs.blueman}/bin/blueman-applet"
|
||||
];
|
||||
|
||||
layerrule = [
|
||||
|
|
Loading…
Reference in a new issue