mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-08-04 18:18:13 +00:00
add wallpaper
This commit is contained in:
parent
6b5163e2b2
commit
7274c614df
3 changed files with 5 additions and 2 deletions
|
@ -28,8 +28,8 @@ env = GDK_SCALE,2 # Change to 1 if on a 1x display
|
|||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
||||
exec-once = hypridle & mako & waybar & fcitx5
|
||||
# exec-once = swaybg -i ~/.config/omarchy/current/background -m fill
|
||||
exec-once = hypridle & swaync & waybar
|
||||
exec-once = hyprctl hyprpaper reload ,"~/.local/share/backgrounds/current"
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = wl-clip-persist --clipboard regular & clipse -listen
|
||||
|
||||
|
|
2
.config/hypr/hyprpaper.conf
Normal file
2
.config/hypr/hyprpaper.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
preload = ~/.local/share/backgrounds/current
|
||||
wallpaper = ,~/.local/share/backgrounds/current
|
|
@ -54,6 +54,7 @@ mkdir -p "$BACKGROUNDS_DIR"
|
|||
mkdir -p "$BACKGROUNDS_DIR/tokyo-night"
|
||||
curl -sL -o "$BACKGROUNDS_DIR/tokyo-night/1-Pawel-Czerwinski-Abstract-Purple-Blue.jpg" https://images.unsplash.com/photo-1651870364199-fc5f9f46ac85
|
||||
curl -sL -o "$BACKGROUNDS_DIR/tokyo-night/2-Milad-Fakurian-Abstract-Purple-Blue.jpg" https://images.unsplash.com/photo-1620207418302-439b387441b0
|
||||
ln -sf "$BACKGROUNDS_DIR/tokyo-night/1-Pawel-Czerwinski-Abstract-Purple-Blue.jpg" "$BACKGROUNDS_DIR/current"
|
||||
|
||||
FONTS_DIR="$HOME/.local/share/fonts"
|
||||
mkdir -p "$FONTS_DIR"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue