diff --git a/.config/Scripts/pywall-circle.sh b/.config/Scripts/pywall-circle.sh index 24fe731..7c9e43c 100755 --- a/.config/Scripts/pywall-circle.sh +++ b/.config/Scripts/pywall-circle.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Source generated colors. -. "${HOME}/.cache/wal/colors.sh" +. "${HOME}/.config/wpg/formats/colors.sh" while [ true ] do diff --git a/.config/i3/config b/.config/i3/config index 6e8ea1e..3566df6 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -83,6 +83,7 @@ exec_always --no-startup-id ~/.config/polybar/launch.sh exec --no-startup-id udiskie & #Restore wpg exec --no-startup-id ~/.config/wpg/wp-init.sh +#exec --no-startup-id wal -R #Add wallpaper: exec --no-startup-id systemctl --user start wallpaper.service #Unclutter makes the mouse invisible after a brief period @@ -300,6 +301,7 @@ bindsym $mod+F2 exec --no-startup-id sudo systemctl hibernate bindsym $mod+F3 exec --no-startup-id sudo systemctl restart NetworkManager bindsym $mod+F4 exec --no-startup-id ~/.config/polybar/launch.sh bindsym $mod+F5 exec --no-startup-id sudo systemctl restart bluetooth.service +bindsym $mod+F6 exec --no-startup-id systemctl --user restart wallpaper.service ###---Arrow Keys---### bindsym $mod+Left focus left diff --git a/.config/polybar/config b/.config/polybar/config index 6737f1a..3164c05 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -10,16 +10,16 @@ background = #00FFFFFF ;background = #8a8061 background-alt = ${xrdb:color2:#7B8349} ;foreground = ${xrdb:color7} -foreground = #8FBCBB -foreground-alt = #5E81AC -highlight = #BF616A +foreground = #98d1ce +foreground-alt = #edb54b +highlight = #26a98b ;error = ${xrdb:color9:#DD712E} -error = #BF616A -red = #BF616A -yellow = #EBCB8B -green = #A3BE8C -blue = #5E81AC -alert = #BF616A +error = #26a98b +red = #26a98b +yellow = #195465 +green = #4e5165 +blue = #edb54b +alert = #26a98b [bar/top] monitor = ${env:MONITOR:eDP-1} diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 4ba71e4..33e1abf 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -502,7 +502,7 @@ map ya shell yadm add %f #Image commands map bk shell cp %f ~/.config/wall.png && feh --bg-scale %f map bg shell wpg -an %f && wpg -s %f -map bt shell wpg --pywal %f +map bt shell wpg --pywal %f && systemctl --user restart wallpaper.service map bc shell wal --backend colorz -i %f && systemctl --user restart wallpaper.service map bw shell wal -a "90" -i %f && cp %f ~/.config/wall.png && ~/.config/Scripts/wal-set map bv shell wal -c -a "90" -l -i %f && cp %f ~/.config/wall.png && ~/.config/Scripts/wal-set diff --git a/.config/rofi/config b/.config/rofi/config index 14e6774..abc1345 100644 --- a/.config/rofi/config +++ b/.config/rofi/config @@ -19,4 +19,4 @@ rofi.show-icons: true # Dark theme. -rofi.theme: ~/.cache/wal/colors-rofi-dark.rasi +rofi.theme: ~/.config/rofi/colors-rofi-dark.rasi diff --git a/.config/wpg/templates/config_rofi_colors-rofi-dark.rasi b/.config/wpg/templates/config_rofi_colors-rofi-dark.rasi new file mode 120000 index 0000000..8b685fd --- /dev/null +++ b/.config/wpg/templates/config_rofi_colors-rofi-dark.rasi @@ -0,0 +1 @@ +/home/hate/.config/rofi/colors-rofi-dark.rasi \ No newline at end of file diff --git a/.zshrc b/.zshrc index 247d444..4a93e0a 100644 --- a/.zshrc +++ b/.zshrc @@ -140,7 +140,7 @@ export ARCHFLAGS="-arch x86_64" #(cat ~/.cache/wal/sequences &) # Wpg restore on terminals -(cat $HOME/.config/wpg/sequences &) +(cat ~/.config/wpg/sequences &) # To add support for TTYs this line can be optionally added. #source ~/.cache/wal/colors-tty.sh