Compare commits

...

2 commits

2 changed files with 3 additions and 3 deletions

View file

@ -24,6 +24,8 @@
}; };
${lib.getExe pkgs.gnumake} switch ${lib.getExe pkgs.gnumake} switch
''; '';
after = [ "network-online.target" ];
wants = [ "network-online.target" ];
}; };
systemd.timers.autoupdate = { systemd.timers.autoupdate = {
@ -31,6 +33,7 @@
OnCalendar = "hourly"; OnCalendar = "hourly";
Persistent = true; Persistent = true;
Unit = "autoupdate.service"; Unit = "autoupdate.service";
# RandomizedDelaySec = 60;
}; };
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
}; };

View file

@ -2,10 +2,7 @@
text = '' text = ''
#workspaces button { #workspaces button {
padding: 0 4px; padding: 0 4px;
color: #${style.color.fg.light};
border-top: 2px solid transparent; border-top: 2px solid transparent;
background-color: transparent;
background-color: rgba(${style.color.bg-r},${style.color.bg-g},${style.color.bg-b},${toString(style.opacity.desktop)});
} }
#workspaces button.focused { #workspaces button.focused {