Compare commits
2 commits
f7b7eab8a9
...
c5b3675d75
Author | SHA1 | Date | |
---|---|---|---|
Dmitry Voronin | c5b3675d75 | ||
Dmitry Voronin | 1ad92a06c6 |
|
@ -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" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue