forked from kunsi/dotfiles
update some stuff
This commit is contained in:
parent
922dfa6ea3
commit
27a5932bcc
3 changed files with 13 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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
2
.fehbg
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue