diff --git a/.config/nvim/pack/plugins/opt/lspconfig b/.config/nvim/pack/plugins/opt/lspconfig index 9166622..1028360 160000 --- a/.config/nvim/pack/plugins/opt/lspconfig +++ b/.config/nvim/pack/plugins/opt/lspconfig @@ -1 +1 @@ -Subproject commit 9166622781a39a829878d1fd24c174529d996838 +Subproject commit 1028360e0f2f724d93e876df3d22f63c1acd6ff9 diff --git a/.config/nvim/pack/plugins/opt/onedark b/.config/nvim/pack/plugins/opt/onedark index f6e8207..8ef5192 160000 --- a/.config/nvim/pack/plugins/opt/onedark +++ b/.config/nvim/pack/plugins/opt/onedark @@ -1 +1 @@ -Subproject commit f6e82074761473d30a722f5d90c60282de1ac41d +Subproject commit 8ef51924724d506e515f2d3ac9f959a9eaf38f3d diff --git a/.config/nvim/pack/plugins/opt/plenary b/.config/nvim/pack/plugins/opt/plenary index 5254482..499e074 160000 --- a/.config/nvim/pack/plugins/opt/plenary +++ b/.config/nvim/pack/plugins/opt/plenary @@ -1 +1 @@ -Subproject commit 52544825d6b8be677eb395983515ad5e30ae1f2e +Subproject commit 499e0743cf5e8075cd32af68baa3946a1c76adf1 diff --git a/.config/nvim/pack/plugins/opt/telescope b/.config/nvim/pack/plugins/opt/telescope index 6d3fbff..be49680 160000 --- a/.config/nvim/pack/plugins/opt/telescope +++ b/.config/nvim/pack/plugins/opt/telescope @@ -1 +1 @@ -Subproject commit 6d3fbffe426794296a77bb0b37b6ae0f4f14f807 +Subproject commit be49680937e821e4d8522329727e50734fdb9b97 diff --git a/.config/nvim/pack/plugins/opt/treesitter b/.config/nvim/pack/plugins/opt/treesitter index 23dfae4..a954f78 160000 --- a/.config/nvim/pack/plugins/opt/treesitter +++ b/.config/nvim/pack/plugins/opt/treesitter @@ -1 +1 @@ -Subproject commit 23dfae4db84f71e2ddb56c024845b322035182ee +Subproject commit a954f789aaa0cedea7609b5493007867b1cd3e9e diff --git a/.config/zsh/custom/themes/powerlevel10k b/.config/zsh/custom/themes/powerlevel10k index 3ce7bac..79753fa 160000 --- a/.config/zsh/custom/themes/powerlevel10k +++ b/.config/zsh/custom/themes/powerlevel10k @@ -1 +1 @@ -Subproject commit 3ce7bac4ff2e07b9f1182c7bf7a1cac7c7ffdf9e +Subproject commit 79753faacb6dc511088cb0d136ec438873613932 diff --git a/.config/zsh/ohmyzsh b/.config/zsh/ohmyzsh index fb4213c..46c7040 160000 --- a/.config/zsh/ohmyzsh +++ b/.config/zsh/ohmyzsh @@ -1 +1 @@ -Subproject commit fb4213c34ff8ec83cbe6251f432fdac383378562 +Subproject commit 46c70406dd0b26bbd61210873ad6c86d9e8ee5da diff --git a/.xinitrc b/.xinitrc index 578a819..edd920d 100644 --- a/.xinitrc +++ b/.xinitrc @@ -4,7 +4,7 @@ #(i3status | while read line; do xsetroot -name "$line"; done) & # startup -set-display & +wallpaper & xss-lock -n screensaver -- lock & /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 || # arch /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 || # debian diff --git a/bin/wallpaper b/bin/wallpaper index 1c631d1..6678609 100755 --- a/bin/wallpaper +++ b/bin/wallpaper @@ -2,7 +2,7 @@ feh --bg-fill "$XDG_CONFIG_HOME/wallpapers/mount_cook.jpg" --no-fehbg -NBMON="$(xrandr | grep -c connected)" +NBMON="$(xrandr | grep -cw connected)" BAT="$(ls /sys/class/power_supply/BAT*/ 2> /dev/null)" if [ "$NBMON" = 1 ] && [ -n "$BAT" ]; then