aboutsummaryrefslogtreecommitdiff
path: root/.config/polybar/scripts
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2023-02-13 13:41:45 -0600
committerAaditya Dhruv <[email protected]>2023-02-13 13:41:45 -0600
commit435dc20b5183f038d9a6a3c23199294ed1111986 (patch)
tree88777dfd7a694d033be95abba8ccbfa50764f86b /.config/polybar/scripts
parent7f2a7a6fa6425072ed347f09e69060af5611198c (diff)
dunsts, polybar, picom
Diffstat (limited to '.config/polybar/scripts')
-rwxr-xr-x.config/polybar/scripts/launcher.sh2
-rw-r--r--.config/polybar/scripts/rofi/launcher.rasi8
2 files changed, 5 insertions, 5 deletions
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;
}