added random wallpapers. I think they look amazing!
@ -4,11 +4,12 @@ This repository holds my Linux config files.
|
|||||||
|
|
||||||
## Mandatory unixporn screenshots
|
## Mandatory unixporn screenshots
|
||||||
|
|
||||||
New version as of dec 2018:
|
New version as of dec 2021:
|
||||||
[![dotfiles](media/dotfiles3.png)](https://raw.githubusercontent.com/Mastermindzh/dotfiles/master/media/dotfiles3.png)
|
|
||||||
|
[![dotfiles](media/dotfiles4.png)](https://raw.githubusercontent.com/Mastermindzh/dotfiles/master/media/dotfiles4.png)
|
||||||
|
|
||||||
Older versions:
|
Older versions:
|
||||||
|
- [dotfiles](media/dotfiles3.png)
|
||||||
- [dotfiles](media/dotfiles.png)
|
- [dotfiles](media/dotfiles.png)
|
||||||
- [dotfiles2](media/dotfiles2.png)
|
- [dotfiles2](media/dotfiles2.png)
|
||||||
|
|
||||||
|
@ -307,7 +307,7 @@ mode "$mode_gaps_outer" {
|
|||||||
exec --no-startup-id i3-msg 'workspace $workspace2; exec xfce4-terminal' && i3-msg 'workspace $workspace1'
|
exec --no-startup-id i3-msg 'workspace $workspace2; exec xfce4-terminal' && i3-msg 'workspace $workspace1'
|
||||||
exec --no-startup-id i3-msg 'workspace $workspace12; exec enpass'
|
exec --no-startup-id i3-msg 'workspace $workspace12; exec enpass'
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec_always feh --bg-scale ~/Pictures/Wallpapers/wallpaper.jpg
|
exec_always feh --bg-scale $(find ~/Pictures/wallpapers/ -type f -name "*" | shuf -n 1)
|
||||||
exec /usr/bin/compton
|
exec /usr/bin/compton
|
||||||
exec /bin/bash ~/.config/i3/scripts/startup.sh
|
exec /bin/bash ~/.config/i3/scripts/startup.sh
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ function install_trizen {
|
|||||||
function install_config {
|
function install_config {
|
||||||
|
|
||||||
# link directories
|
# link directories
|
||||||
linkDir "$PWD"/wallpapers ~/Pictures/Wallpapers
|
linkDir "$PWD"/wallpapers/images ~/Pictures/wallpapers
|
||||||
linkDir "$PWD"/i3 ~/.config/i3
|
linkDir "$PWD"/i3 ~/.config/i3
|
||||||
linkDir "$PWD"/config/notify-osd/notify-osd ~/.notify-osd
|
linkDir "$PWD"/config/notify-osd/notify-osd ~/.notify-osd
|
||||||
linkDir "$PWD"/config/terminal/xfce4-term ~/.config/xfce4/terminal
|
linkDir "$PWD"/config/terminal/xfce4-term ~/.config/xfce4/terminal
|
||||||
@ -92,7 +92,6 @@ function install_config {
|
|||||||
ln -sf "$PWD"/bash/.alias.sh ~/.alias
|
ln -sf "$PWD"/bash/.alias.sh ~/.alias
|
||||||
ln -sf "$PWD"/config/nano/.nanorc ~/.nanorc
|
ln -sf "$PWD"/config/nano/.nanorc ~/.nanorc
|
||||||
ln -sf "$PWD"/bash/.powerline-shell.json ~/.powerline-shell.json
|
ln -sf "$PWD"/bash/.powerline-shell.json ~/.powerline-shell.json
|
||||||
ln -sf "$PWD"/wallpapers/butterflies-in-space.jpg ~/Pictures/Wallpapers/wallpaper.jpg
|
|
||||||
ln -sf "$PWD"/config/gtk-3.0/settings.ini ~/.gtkrc-2.0.mine
|
ln -sf "$PWD"/config/gtk-3.0/settings.ini ~/.gtkrc-2.0.mine
|
||||||
mkdir -p ~/.config/rofi
|
mkdir -p ~/.config/rofi
|
||||||
ln -sf "$PWD"/config/rofi ~/.config/rofi/config
|
ln -sf "$PWD"/config/rofi ~/.config/rofi/config
|
||||||
|
BIN
media/dotfiles4.jpg
Normal file
After Width: | Height: | Size: 191 KiB |
4
wallpapers/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# wallpaper display
|
||||||
|
|
||||||
|
![]()
|
||||||
|
by
|
24
wallpapers/data.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"images": ["blue-butterflies.jpg"],
|
||||||
|
"by": "https://pixabay.com/users/stergo-4163614/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"images": [
|
||||||
|
"forest.jpg",
|
||||||
|
"lake-thunder.jpg",
|
||||||
|
"dark-hedges.jpg",
|
||||||
|
"thunderstorm-sea.jpg",
|
||||||
|
"sunset-dawn.jpg"
|
||||||
|
],
|
||||||
|
"by": "https://pixabay.com/users/jplenio-7645255/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"images": ["starman.jpg"],
|
||||||
|
"by": "https://pixabay.com/users/free-photos-242387/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"images": ["ping-cherryblossom.jpg", "winter-tree.jpg"],
|
||||||
|
"by": "https://pixabay.com/users/hans-2/"
|
||||||
|
}
|
||||||
|
]
|
BIN
wallpapers/images/blue-butterflies.jpg
Normal file
After Width: | Height: | Size: 251 KiB |
Before Width: | Height: | Size: 678 KiB After Width: | Height: | Size: 678 KiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 252 KiB |
BIN
wallpapers/images/dark-hedges.jpg
Normal file
After Width: | Height: | Size: 686 KiB |
BIN
wallpapers/images/forest.jpg
Normal file
After Width: | Height: | Size: 536 KiB |
BIN
wallpapers/images/lake-thunder.jpg
Normal file
After Width: | Height: | Size: 432 KiB |
BIN
wallpapers/images/pink-cherryblossom.jpg
Normal file
After Width: | Height: | Size: 187 KiB |
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 278 KiB |
BIN
wallpapers/images/starman.jpg
Normal file
After Width: | Height: | Size: 483 KiB |
BIN
wallpapers/images/sunset-dawn.jpg
Normal file
After Width: | Height: | Size: 263 KiB |
BIN
wallpapers/images/thunderstorm-sea.jpg
Normal file
After Width: | Height: | Size: 245 KiB |
BIN
wallpapers/images/winter-tree.jpg
Normal file
After Width: | Height: | Size: 575 KiB |
BIN
wallpapers/license/blue-butterflies.jpg
Normal file
After Width: | Height: | Size: 708 KiB |
BIN
wallpapers/license/dark-hedges.jpg
Normal file
After Width: | Height: | Size: 154 KiB |
BIN
wallpapers/license/forest.jpg
Normal file
After Width: | Height: | Size: 132 KiB |
BIN
wallpapers/license/lake-thunder.jpg
Normal file
After Width: | Height: | Size: 904 KiB |
BIN
wallpapers/license/pink-cherryblossom.jpg
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
wallpapers/license/starman.jpg
Normal file
After Width: | Height: | Size: 942 KiB |
BIN
wallpapers/license/sunset-dawn.jpg
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
wallpapers/license/thunderstorm-sea.jpg
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
wallpapers/license/winter-tree.jpg
Normal file
After Width: | Height: | Size: 159 KiB |
@ -1 +0,0 @@
|
|||||||
/home/mastermindzh/dotfiles/wallpapers/butterflies-in-space.jpg
|
|