mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 07:39:36 +01:00
Fix some small problems
This commit is contained in:
parent
dc8fbd0ffc
commit
4d30ccfcf6
@ -28,7 +28,7 @@
|
|||||||
background = ${xrdb:color0:#222}
|
background = ${xrdb:color0:#222}
|
||||||
foreground = ${xrdb:color15:#e3eaf3}
|
foreground = ${xrdb:color15:#e3eaf3}
|
||||||
; alert = ${xrdb:color1:#222}
|
; alert = ${xrdb:color1:#222}
|
||||||
primary = ${xrdb:color9:#222}
|
primary = ${xrdb:color10:#222}
|
||||||
secondary = ${xrdb:color11:#222}
|
secondary = ${xrdb:color11:#222}
|
||||||
tertiary = ${xrdb:color12:#222}
|
tertiary = ${xrdb:color12:#222}
|
||||||
fourth = ${xrdb:color13:#222}
|
fourth = ${xrdb:color13:#222}
|
||||||
|
2
.zshrc
2
.zshrc
@ -110,7 +110,7 @@ function my_bindings() {
|
|||||||
chbackground() {
|
chbackground() {
|
||||||
if [ "$3" == "" ]
|
if [ "$3" == "" ]
|
||||||
then
|
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
|
python3 ~/scripts/misc/adjust_terminal_colors.py $1 $2
|
||||||
~/scripts/misc/restart_dunst.sh
|
~/scripts/misc/restart_dunst.sh
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user