update some stuff

This commit is contained in:
Franzi 2021-11-30 18:46:31 +01:00
parent 922dfa6ea3
commit 27a5932bcc
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
3 changed files with 13 additions and 6 deletions

View File

@ -1,7 +1,6 @@
#!/bin/sh #!/bin/bash
set -euo pipefail set -xeuo pipefail
set -x
# Push some git repos # Push some git repos
pass git push pass git push
@ -46,5 +45,8 @@ done
fi fi
) )
printf '\aPress enter to continue with updating the system'
read
# Do updates # Do updates
sudo pacman -Syu --noconfirm sudo pacman -Syu --noconfirm

View File

@ -1,9 +1,14 @@
configuration { configuration {
modi: "window,run,drun"; modi: "drun";
show-icons: true; show-icons: true;
sidebar-mode: true; sidebar-mode: true;
theme: "sidetab";
display-window: "Window"; display-window: "Window";
display-run: "Execute"; display-run: "Execute";
display-drun: "Activate"; display-drun: "Activate";
} }
//@theme "/usr/share/rofi/themes/sidebar.rasi"
//@theme "/usr/share/rofi/themes/paper-float.rasi"
//@theme "/usr/share/rofi/themes/dmenu.rasi"
//@theme "/usr/share/rofi/themes/android_notification.rasi"
//@theme "/usr/share/rofi/themes/Arc-Dark.rasi"
@theme "/usr/share/rofi/themes/sidebar.rasi"

2
.fehbg
View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
feh --no-fehbg --bg-scale '/home/kunsi/Pictures/2021-08-28_The-Treasure_by-David-Revoy.jpg' feh --no-fehbg --bg-scale '/home/kunsi/Pictures/2021-10-20_ep36_panel1.jpg'