rofi template to wpg
This commit is contained in:
parent
792bf963ab
commit
f2320e75c3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
/home/hate/.config/rofi/colors-rofi-dark.rasi
|
||||
Loading…
Reference in New Issue