Update rofi, fix restore.sh

This commit is contained in:
askiiart 2024-03-07 11:53:07 -06:00
parent 6eefb71e7f
commit 3af186e626
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
2 changed files with 3 additions and 4 deletions

View file

@ -49,7 +49,6 @@ cp $GIT_DIR/claws-mail/matcherrc $HOME/.claws-mail/matcherrc
# rofi
rm -rf $HOME/.config/rofi/
mkdir $HOME/.config/rofi/
cp -r $GIT_DIR/rofi $HOME/.config/rofi/
# VS code

View file

@ -1,7 +1,7 @@
* {
bg-col: #1e1e2e;
bg-col-light: #1e1e2e;
border-col: #c361d8;
border-col: #cba6f7;
selected-col: #1e1e2e;
blue: #89b4fa;
fg-col: #cdd6f4;
@ -19,9 +19,9 @@ element-text, element-icon , mode-switcher {
window {
height: 360px;
border: 3px;
border: 2px;
border-color: @border-col;
border-radius: 12px;
border-radius: 16px;
background-color: @bg-col;
}