diff --git a/i3/config b/i3/config index d5c6581..8656d61 100644 --- a/i3/config +++ b/i3/config @@ -137,7 +137,7 @@ client.focused $accent $accent $fg solid client.unfocused $bg $bg $fg solid client.urgent $urgent $urgent $fg solid -exec polybar +exec ~/.config/start.sh bar { colors { diff --git a/start.sh b/start.sh index 60f5bd0..ee3051e 100755 --- a/start.sh +++ b/start.sh @@ -1,2 +1,4 @@ //background -feh --bg-scale ~/.config/wallpaper.png +exec --no-startup-id feh --bg-scale ~/.config/wallpaper.png +exec --no-startup-id polybar + diff --git a/wallpaper.png b/wallpaper.png new file mode 100644 index 0000000..e4330a6 Binary files /dev/null and b/wallpaper.png differ