Compare commits

...

2 commits

2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -2,10 +2,7 @@
text = ''
#workspaces button {
padding: 0 4px;
color: #${style.color.fg.light};
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 {