From 3af186e6263a3b04e70d35ff38ce78fb2fb53287 Mon Sep 17 00:00:00 2001 From: askiiart Date: Thu, 7 Mar 2024 11:53:07 -0600 Subject: [PATCH] Update rofi, fix restore.sh --- restore.sh | 1 - rofi/themes/catppuccin-mocha.rasi | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/restore.sh b/restore.sh index 6d2d5a7..5e15596 100755 --- a/restore.sh +++ b/restore.sh @@ -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 diff --git a/rofi/themes/catppuccin-mocha.rasi b/rofi/themes/catppuccin-mocha.rasi index 13669e9..bffbaef 100644 --- a/rofi/themes/catppuccin-mocha.rasi +++ b/rofi/themes/catppuccin-mocha.rasi @@ -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; }