improved theme a bit
This commit is contained in:
parent
e6252ecd4f
commit
dc7456b68d
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
1
test.sh
Executable file
1
test.sh
Executable file
|
@ -0,0 +1 @@
|
|||
sudo nixos-rebuild test --flake . --impure
|
Loading…
Reference in a new issue