diff options
| author | benj <benj@rse8.com> | 2021-06-24 10:25:51 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2021-06-24 10:25:51 -0700 |
| commit | d4481d05884a1fabbc1ea80129dfe7ae975b4e9b (patch) | |
| tree | 2ff11e80bfe62f03ba146ae0b07c23ef572fe884 /des/i3 | |
| parent | b5985a655ba572f304b582f68a87d05ceaa5ca16 (diff) | |
| download | setup-d4481d05884a1fabbc1ea80129dfe7ae975b4e9b.tar setup-d4481d05884a1fabbc1ea80129dfe7ae975b4e9b.tar.gz setup-d4481d05884a1fabbc1ea80129dfe7ae975b4e9b.tar.bz2 setup-d4481d05884a1fabbc1ea80129dfe7ae975b4e9b.tar.lz setup-d4481d05884a1fabbc1ea80129dfe7ae975b4e9b.tar.xz setup-d4481d05884a1fabbc1ea80129dfe7ae975b4e9b.tar.zst setup-d4481d05884a1fabbc1ea80129dfe7ae975b4e9b.zip | |
new wallpapers, and some i3 config cleanup
Diffstat (limited to 'des/i3')
| -rw-r--r-- | des/i3/assets/lockscreen/dark_forest.png (renamed from des/i3/assets/wallpaper/dark_forest.png) | bin | 3386390 -> 3386390 bytes | |||
| -rw-r--r-- | des/i3/assets/wallpaper/anime-ocean-landscape1.png | bin | 0 -> 1714461 bytes | |||
| -rw-r--r-- | des/i3/assets/wallpaper/anime-ocean-lights.png | bin | 0 -> 3169963 bytes | |||
| -rw-r--r-- | des/i3/assets/wallpaper/anime-power-lines.png | bin | 0 -> 886142 bytes | |||
| -rw-r--r-- | des/i3/assets/wallpaper/anime-train-stop.png | bin | 0 -> 3607321 bytes | |||
| -rw-r--r-- | des/i3/config | 4 | ||||
| -rwxr-xr-x | des/i3/i3lock-color-custom.sh | 2 |
7 files changed, 4 insertions, 2 deletions
diff --git a/des/i3/assets/wallpaper/dark_forest.png b/des/i3/assets/lockscreen/dark_forest.png Binary files differindex bf8c4fa..bf8c4fa 100644 --- a/des/i3/assets/wallpaper/dark_forest.png +++ b/des/i3/assets/lockscreen/dark_forest.png diff --git a/des/i3/assets/wallpaper/anime-ocean-landscape1.png b/des/i3/assets/wallpaper/anime-ocean-landscape1.png Binary files differnew file mode 100644 index 0000000..ff6308f --- /dev/null +++ b/des/i3/assets/wallpaper/anime-ocean-landscape1.png diff --git a/des/i3/assets/wallpaper/anime-ocean-lights.png b/des/i3/assets/wallpaper/anime-ocean-lights.png Binary files differnew file mode 100644 index 0000000..ebe0f5e --- /dev/null +++ b/des/i3/assets/wallpaper/anime-ocean-lights.png diff --git a/des/i3/assets/wallpaper/anime-power-lines.png b/des/i3/assets/wallpaper/anime-power-lines.png Binary files differnew file mode 100644 index 0000000..f7474e1 --- /dev/null +++ b/des/i3/assets/wallpaper/anime-power-lines.png diff --git a/des/i3/assets/wallpaper/anime-train-stop.png b/des/i3/assets/wallpaper/anime-train-stop.png Binary files differnew file mode 100644 index 0000000..e923a55 --- /dev/null +++ b/des/i3/assets/wallpaper/anime-train-stop.png 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" \ |
