Browse Source

tweak refresh.sh and rofi config

pull/73/head
JaKooLit 2 years ago
parent
commit
d483224ccb
  1. 5
      config/hypr/scripts/Refresh.sh
  2. 2
      config/rofi/config.rasi
  3. 2
      config/rofi/resolution/1080p/config.rasi
  4. 2
      config/rofi/resolution/1440p/config.rasi

5
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)

2
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;
}

2
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;
}

2
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;
}

Loading…
Cancel
Save