xborders: init

This commit is contained in:
Elnu 2023-02-20 16:51:44 -08:00
parent e62feda864
commit 588b28ffc1
5 changed files with 49 additions and 2 deletions

View file

@ -60,7 +60,7 @@ in with theme.colors; {
};
startup = [
{
command = "(systemctl --user restart polybar &) && (nm-applet &) && (nextcloud &)";
command = "(systemctl --user restart polybar &) && (nm-applet &) && (nextcloud &) && (xborders --border-rgb ${builtins.substring 1 6 primary}ff --border-radius 12 --border-width 2 --smart-hide-border)";
always = true;
notification = false;
}