From d4481d05884a1fabbc1ea80129dfe7ae975b4e9b Mon Sep 17 00:00:00 2001 From: benj Date: Thu, 24 Jun 2021 10:25:51 -0700 Subject: new wallpapers, and some i3 config cleanup --- .bashrc | 2 ++ des/i3/assets/lockscreen/dark_forest.png | Bin 0 -> 3386390 bytes des/i3/assets/wallpaper/anime-ocean-landscape1.png | Bin 0 -> 1714461 bytes des/i3/assets/wallpaper/anime-ocean-lights.png | Bin 0 -> 3169963 bytes des/i3/assets/wallpaper/anime-power-lines.png | Bin 0 -> 886142 bytes des/i3/assets/wallpaper/anime-train-stop.png | Bin 0 -> 3607321 bytes des/i3/assets/wallpaper/dark_forest.png | Bin 3386390 -> 0 bytes des/i3/config | 4 +++- des/i3/i3lock-color-custom.sh | 2 +- 9 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 des/i3/assets/lockscreen/dark_forest.png create mode 100644 des/i3/assets/wallpaper/anime-ocean-landscape1.png create mode 100644 des/i3/assets/wallpaper/anime-ocean-lights.png create mode 100644 des/i3/assets/wallpaper/anime-power-lines.png create mode 100644 des/i3/assets/wallpaper/anime-train-stop.png delete mode 100644 des/i3/assets/wallpaper/dark_forest.png diff --git a/.bashrc b/.bashrc index 34c62cb..d652ca9 100644 --- a/.bashrc +++ b/.bashrc @@ -76,7 +76,9 @@ alias ls=' ls -GFh' elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then export LS_COLORS="di=1;33:ln=1;35:so=1;32:pi=1;30:ex=1;31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43" alias pbcopy='xsel --clipboard --input' + alias c=pbcopy alias pbpaste='xsel --clipboard --output' + alias v=pbpaste alias open='xdg-open' alias ls='ls --color=auto' diff --git a/des/i3/assets/lockscreen/dark_forest.png b/des/i3/assets/lockscreen/dark_forest.png new file mode 100644 index 0000000..bf8c4fa Binary files /dev/null and b/des/i3/assets/lockscreen/dark_forest.png differ diff --git a/des/i3/assets/wallpaper/anime-ocean-landscape1.png b/des/i3/assets/wallpaper/anime-ocean-landscape1.png new file mode 100644 index 0000000..ff6308f Binary files /dev/null and b/des/i3/assets/wallpaper/anime-ocean-landscape1.png differ diff --git a/des/i3/assets/wallpaper/anime-ocean-lights.png b/des/i3/assets/wallpaper/anime-ocean-lights.png new file mode 100644 index 0000000..ebe0f5e Binary files /dev/null and b/des/i3/assets/wallpaper/anime-ocean-lights.png differ diff --git a/des/i3/assets/wallpaper/anime-power-lines.png b/des/i3/assets/wallpaper/anime-power-lines.png new file mode 100644 index 0000000..f7474e1 Binary files /dev/null and b/des/i3/assets/wallpaper/anime-power-lines.png differ diff --git a/des/i3/assets/wallpaper/anime-train-stop.png b/des/i3/assets/wallpaper/anime-train-stop.png new file mode 100644 index 0000000..e923a55 Binary files /dev/null and b/des/i3/assets/wallpaper/anime-train-stop.png differ diff --git a/des/i3/assets/wallpaper/dark_forest.png b/des/i3/assets/wallpaper/dark_forest.png deleted file mode 100644 index bf8c4fa..0000000 Binary files a/des/i3/assets/wallpaper/dark_forest.png and /dev/null differ diff --git a/des/i3/config b/des/i3/config index 9a2b431..254b653 100644 --- a/des/i3/config +++ b/des/i3/config @@ -24,6 +24,8 @@ exec --no-startup-id xrandr --output DVI-D-0 --auto --output HDMI-0 --auto --lef # Background exec --no-startup-id feh --bg-fill ~/.setup/des/i3/assets/wallpaper/yosemite_color_block.png +# Change background randomly +bindsym $mod+F8 exec --no-startup-id feh --bg-fill --randomize ~/.setup/des/i3/assets/wallpaper # Compositor exec --no-startup-id compton --config ~/.config/compton.conf -b @@ -48,7 +50,7 @@ bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +1% && pkill bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 1%- && pkill -SIGRTMIN+9 i3blocks # Take a screenshot -bindsym --release $mod+F3 exec --no-startup-id "/usr/bin/import ~/scratch/screenshots/ss.png && cp ~/scratch/screenshots/latest.png ~/scratch/screenshots/$(date +%F_%T.%N).png" +bindsym --release $mod+F3 exec --no-startup-id "/usr/bin/import ~/scratch/screenshots/latest.png && cp ~/scratch/screenshots/latest.png ~/scratch/screenshots/$(date +%F_%T.%N).png" # Use change_fan (int .setup dir) to adjust fan speeds # TBD diff --git a/des/i3/i3lock-color-custom.sh b/des/i3/i3lock-color-custom.sh index cbb433e..a0e1e95 100755 --- a/des/i3/i3lock-color-custom.sh +++ b/des/i3/i3lock-color-custom.sh @@ -28,7 +28,7 @@ i3lock \ --bshl-color=$W \ \ --screen 1 \ --i "$HOME/.setup/des/i3/assets/wallpaper/dark_forest.png" \ +-i "$HOME/.setup/des/i3/assets/lockscreen/dark_forest.png" \ --clock \ --indicator \ --time-str="%H:%M:%S" \ -- cgit v1.2.3