diff --git a/scripts/desktop/desktopctl.nix b/scripts/desktop/desktopctl.nix index e4fef11..b762fc8 100644 --- a/scripts/desktop/desktopctl.nix +++ b/scripts/desktop/desktopctl.nix @@ -20,7 +20,7 @@ case $@ in esac echo -en "\0theme\x1flistview,inputbar,message{columns:4;lines:1;}\n" -echo -en "\0theme\x1fwindow{width:800px;location:north;y-offset:30px;}\n" +echo -en "\0theme\x1fwindow{width:800px;location:north;y-offset:24px;border-radius:0 0 12px 12px;}\n" echo -en "\0theme\x1fmainbox{children:[listview,inputbar];}\n" echo -en "\0theme\x1finputbar{margin:0;}\n" echo -en "Lock Screen\0icon\x1f${../../other/assets/desktopctl/lock-screen.svg}\n" diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..f6cda85 --- /dev/null +++ b/test.sh @@ -0,0 +1 @@ +sudo nixos-rebuild test --flake . --impure