aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay.com>2023-12-15 15:42:02 +0900
committerJaKooLit <jimmielovejay.com>2023-12-15 15:42:02 +0900
commitd483224ccbdb0fbf32cda0c397cda36bdbde4590 (patch)
tree75c7c4df59b058560eb33df29c97e192e122f63b /config
parent8aa716dcb0a8c2c60619cc1391bb6ce8ccf317a3 (diff)
tweak refresh.sh and rofi config
Diffstat (limited to 'config')
-rwxr-xr-xconfig/hypr/scripts/Refresh.sh5
-rw-r--r--config/rofi/config.rasi2
-rw-r--r--config/rofi/resolution/1080p/config.rasi2
-rw-r--r--config/rofi/resolution/1440p/config.rasi2
4 files changed, 6 insertions, 5 deletions
diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh
index e393b95d..0d91de8d 100755
--- a/config/hypr/scripts/Refresh.sh
+++ b/config/hypr/scripts/Refresh.sh
@@ -10,15 +10,16 @@ for _prs in "${_ps[@]}"; do
fi
done
-sleep 0.5
+sleep 0.1
# Relaunch waybar
waybar &
+sleep 0.1
# Relaunch dunst with pywal-borders
${SCRIPTSDIR}/PywalDunst.sh &
# Relaunching rainbow borders
-sleep 0.5
+sleep 1
${SCRIPTSDIR}/RainbowBorders.sh &
# for cava-pywal (note, need to manually restart cava once wallpaper changes)
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi
index 30e3aa74..9537843a 100644
--- a/config/rofi/config.rasi
+++ b/config/rofi/config.rasi
@@ -47,7 +47,7 @@ mainbox {
enabled: true;
orientation: vertical;
padding: 8px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "inputbar", "imagebox" ];
border-radius: 12px;
}
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi
index 30e3aa74..9537843a 100644
--- a/config/rofi/resolution/1080p/config.rasi
+++ b/config/rofi/resolution/1080p/config.rasi
@@ -47,7 +47,7 @@ mainbox {
enabled: true;
orientation: vertical;
padding: 8px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "inputbar", "imagebox" ];
border-radius: 12px;
}
diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi
index fa92f052..d55fdba3 100644
--- a/config/rofi/resolution/1440p/config.rasi
+++ b/config/rofi/resolution/1440p/config.rasi
@@ -47,7 +47,7 @@ mainbox {
enabled: true;
orientation: vertical;
padding: 8px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "inputbar", "imagebox" ];
border-radius: 12px;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage