Update rofi, fix restore.sh
This commit is contained in:
parent
6eefb71e7f
commit
3af186e626
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue