mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Added default wallpaper
This commit is contained in:
parent
f7a1d52697
commit
f6aa6c6d38
@ -643,7 +643,7 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
|
|||||||
-- Autostart Applications
|
-- Autostart Applications
|
||||||
awful.spawn.with_shell("picom --experimental-backends")
|
awful.spawn.with_shell("picom --experimental-backends")
|
||||||
--awful.spawn.with_shell("picom")
|
--awful.spawn.with_shell("picom")
|
||||||
awful.spawn.with_shell("feh --bg-scale --no-fehbg ~/.config/wallpapper.png")
|
-- awful.spawn.with_shell("feh --bg-scale --no-fehbg ~/.local/share/wallpaper.png")
|
||||||
awful.spawn.with_shell("xinput --set-prop 'COOLERMASTER CM310' 'libinput Accel Speed' -.7")
|
awful.spawn.with_shell("xinput --set-prop 'COOLERMASTER CM310' 'libinput Accel Speed' -.7")
|
||||||
--awful.spawn.with_shell("xrandr --output DP-0 --mode 1920x1080 --output HDMI-0 --mode 1920x1080 --right-of DP-0")
|
--awful.spawn.with_shell("xrandr --output DP-0 --mode 1920x1080 --output HDMI-0 --mode 1920x1080 --right-of DP-0")
|
||||||
--awful.spawn.with_shell("xrandr --output DP-0 --mode 1920x1080 --output HDMI-0 --mode 1920x1080 --left-of DP-0")
|
--awful.spawn.with_shell("xrandr --output DP-0 --mode 1920x1080 --output HDMI-0 --mode 1920x1080 --left-of DP-0")
|
||||||
|
|||||||
@ -98,7 +98,7 @@ theme.titlebar_maximized_button_focus_inactive = themes_path.."default/titlebar
|
|||||||
theme.titlebar_maximized_button_normal_active = themes_path.."default/titlebar/maximized_normal_active.png"
|
theme.titlebar_maximized_button_normal_active = themes_path.."default/titlebar/maximized_normal_active.png"
|
||||||
theme.titlebar_maximized_button_focus_active = themes_path.."default/titlebar/maximized_focus_active.png"
|
theme.titlebar_maximized_button_focus_active = themes_path.."default/titlebar/maximized_focus_active.png"
|
||||||
|
|
||||||
theme.wallpaper = themes_path.."~/.config/wallpaper.png"
|
theme.wallpaper = themes_path.."~/.local/share/wallpaper.png"
|
||||||
|
|
||||||
-- You can use your own layout icons like this:
|
-- You can use your own layout icons like this:
|
||||||
theme.layout_fairh = themes_path.."default/layouts/fairhw.png"
|
theme.layout_fairh = themes_path.."default/layouts/fairhw.png"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ set cleaner "~/.config/lf/cleaner"
|
|||||||
|
|
||||||
# Set Wallpapper
|
# Set Wallpapper
|
||||||
cmd setwallpaper ${{
|
cmd setwallpaper ${{
|
||||||
cp "$f" ~/.config/wallpapper.png && feh --bg-scale --no-fehbg "$f"
|
cp "$f" ~/.local/share/wallpaper.png && feh --bg-scale --no-fehbg "$f"
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
||||||
@ -92,7 +92,6 @@ map gp cd ~/Pictures
|
|||||||
map gc cd ~/.config
|
map gc cd ~/.config
|
||||||
map gr cd ~/repos
|
map gr cd ~/repos
|
||||||
map gv cd ~/Videos
|
map gv cd ~/Videos
|
||||||
# map gs cd ~/.local/bin
|
map gs cd ~/repos/Pyhton/School
|
||||||
map gs cd /media/HardDrive/Pyhton/School/
|
map go cd ~/Documents
|
||||||
map gh cd /media/HardDrive/
|
map gl cd ~/.local
|
||||||
|
|
||||||
|
|||||||
BIN
.local/share/wallpaper.png
Normal file
BIN
.local/share/wallpaper.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 136 KiB |
Loading…
Reference in New Issue
Block a user