Compare commits

..

No commits in common. "c5b3675d75a1be620ecfe6f0f6d8b7e46d888a8e" and "f7b7eab8a9f80a86a75fe0b2fb2f37c2be58bc5d" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -2,7 +2,10 @@
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 {