Fixes loading the wrong wallpaper at first
This commit is contained in:
parent
2833395e87
commit
bb2b0375b7
3 changed files with 4 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ exec-once = protonmail-bridge-core -n &
|
|||
exec-once = planify -b &
|
||||
exec-once = wal -R
|
||||
|
||||
exec-once = swww img "$HOME/.local/share/wallpapers/commit-less.jpg" && ln -s -f "$HOME/.local/share/wallpapers/commit-less.jpg" $HOME/.cache/wallpaper
|
||||
exec-once = swww img "$HOME/.cache/wallpaper.png"
|
||||
|
||||
# Starting hypridle to start hyprlock
|
||||
exec-once = hypridle &
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"mason-lspconfig.nvim": { "branch": "main", "commit": "d39a75bbce4b8aad5d627191ea915179c77c100f" },
|
||||
"mason.nvim": { "branch": "main", "commit": "7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e" },
|
||||
"mini.ai": { "branch": "main", "commit": "e139eb1101beb0250fea322f8c07a42f0f175688" },
|
||||
"mini.hipatterns": { "branch": "main", "commit": "e5083df391171dc9d8172645606f8496d9443374" },
|
||||
"mini.icons": { "branch": "main", "commit": "397ed3807e96b59709ef3292f0a3e253d5c1dc0a" },
|
||||
"mini.nvim": { "branch": "main", "commit": "de46b3eefb810e1b251f4b19ed678d02cb08ce3f" },
|
||||
"mini.pairs": { "branch": "main", "commit": "69864a2efb36c030877421634487fd90db1e4298" },
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"extras": [
|
||||
"lazyvim.plugins.extras.coding.yanky"
|
||||
"lazyvim.plugins.extras.coding.yanky",
|
||||
"lazyvim.plugins.extras.util.mini-hipatterns"
|
||||
],
|
||||
"install_version": 8,
|
||||
"news": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue