From dc7456b68dcee5c80a1fe6971a03c9512598339e Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sun, 11 Sep 2022 20:03:22 +0200 Subject: [PATCH] improved theme a bit --- scripts/desktop/desktopctl.nix | 2 +- test.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100755 test.sh 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