Fix some small problems

This commit is contained in:
Asocia 2021-07-17 19:21:30 +03:00
parent dc8fbd0ffc
commit 4d30ccfcf6
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
background = ${xrdb:color0:#222}
foreground = ${xrdb:color15:#e3eaf3}
; alert = ${xrdb:color1:#222}
primary = ${xrdb:color9:#222}
primary = ${xrdb:color10:#222}
secondary = ${xrdb:color11:#222}
tertiary = ${xrdb:color12:#222}
fourth = ${xrdb:color13:#222}

2
.zshrc
View File

@ -110,7 +110,7 @@ function my_bindings() {
chbackground() {
if [ "$3" == "" ]
then
wal -st -i ~/Pictures/Wallpapers/Desktop --backend=haishoku
wal -st -i ~/Pictures/Wallpapers/Desktop --backend=haishoku --iterative
python3 ~/scripts/misc/adjust_terminal_colors.py $1 $2
~/scripts/misc/restart_dunst.sh
else