From 435dc20b5183f038d9a6a3c23199294ed1111986 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Mon, 13 Feb 2023 13:41:45 -0600 Subject: dunsts, polybar, picom --- .config/polybar/scripts/launcher.sh | 2 +- .config/polybar/scripts/rofi/launcher.rasi | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to '.config/polybar/scripts') diff --git a/.config/polybar/scripts/launcher.sh b/.config/polybar/scripts/launcher.sh index 212a197..7b4c31e 100755 --- a/.config/polybar/scripts/launcher.sh +++ b/.config/polybar/scripts/launcher.sh @@ -10,4 +10,4 @@ FILE="$HOME/.config/polybar/scripts/rofi/colors.rasi" #sed -i -e "s/ac: .*/ac: ${AC}FF;/g" $FILE #sed -i -e "s/se: .*/se: ${SE}FF;/g" $FILE -rofi -dpi 144 -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/polybar/scripts/rofi/launcher.rasi +rofi -dpi 96 -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/polybar/scripts/rofi/launcher.rasi diff --git a/.config/polybar/scripts/rofi/launcher.rasi b/.config/polybar/scripts/rofi/launcher.rasi index 9bea4a3..916171c 100644 --- a/.config/polybar/scripts/rofi/launcher.rasi +++ b/.config/polybar/scripts/rofi/launcher.rasi @@ -28,8 +28,8 @@ window { border: 1px 1px 1px 1px; border-color: @fg; border-radius: 0px; - width: 700px; - height: 600px; + width: 500px; + height: 500px; location: center; x-offset: 0; y-offset: 0; @@ -92,11 +92,11 @@ element { text-color: @fg; orientation: horizontal; border-radius: 0px; - padding: 12px; + padding: 6px; } element-icon { - size: 36px; + size: 24px; border: 0px; background-color: @bg; } -- cgit