diff options
author | Aaditya Dhruv <[email protected]> | 2023-02-08 13:40:23 -0600 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-02-08 13:40:23 -0600 |
commit | 7d47c78928a70d2a6c9ff1aa6170c09eb7215a27 (patch) | |
tree | 3354731b36649d241680388f18d023e33c41bdda /.config/polybar/scripts/launcher.sh | |
parent | dfc681ee304f37de3121176e5cdc03d9e9bf502d (diff) |
Polybar path changes, dpi, sxhkd changes
Diffstat (limited to '.config/polybar/scripts/launcher.sh')
-rwxr-xr-x | .config/polybar/scripts/launcher.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/polybar/scripts/launcher.sh b/.config/polybar/scripts/launcher.sh index 92a7c99..212a197 100755 --- a/.config/polybar/scripts/launcher.sh +++ b/.config/polybar/scripts/launcher.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -FILE="$HOME/.config/polybar/forest/scripts/rofi/colors.rasi" +FILE="$HOME/.config/polybar/scripts/rofi/colors.rasi" ## random accent color #COLORS=('#EC7875' '#EC6798' '#BE78D1' '#75A4CD' '#00C7DF' '#00B19F' '#61C766' \ @@ -10,4 +10,4 @@ FILE="$HOME/.config/polybar/forest/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/forest/scripts/rofi/launcher.rasi +rofi -dpi 144 -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/polybar/scripts/rofi/launcher.rasi |