Color and wallpaer changes
This commit is contained in:
BIN
home/Wallpapers/nord1.jpg
Normal file
BIN
home/Wallpapers/nord1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 456 KiB |
BIN
home/Wallpapers/tokyonight1.jpg
Normal file
BIN
home/Wallpapers/tokyonight1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 676 KiB |
@@ -48,6 +48,7 @@ vim.pack.add({
|
|||||||
{ src = "https://github.com/DNLHC/glance.nvim" },
|
{ src = "https://github.com/DNLHC/glance.nvim" },
|
||||||
{ src = "https://github.com/rmagatti/logger.nvim" },
|
{ src = "https://github.com/rmagatti/logger.nvim" },
|
||||||
{ src = "https://github.com/rmagatti/goto-preview" },
|
{ src = "https://github.com/rmagatti/goto-preview" },
|
||||||
|
{ src = "https://github.com/norcalli/nvim-colorizer.lua" },
|
||||||
})
|
})
|
||||||
|
|
||||||
require('mini.icons').setup({})
|
require('mini.icons').setup({})
|
||||||
@@ -112,3 +113,4 @@ require("auto-session").setup({
|
|||||||
})
|
})
|
||||||
require('barbar').setup({})
|
require('barbar').setup({})
|
||||||
require('goto-preview').setup({ default_mappings = true })
|
require('goto-preview').setup({ default_mappings = true })
|
||||||
|
require('colorizer').setup({})
|
||||||
|
|||||||
@@ -165,4 +165,14 @@
|
|||||||
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
services.hyprpaper = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
ipc = "on";
|
||||||
|
splash = false;
|
||||||
|
splash_offset = 2.0;
|
||||||
|
preload = [ "~/.nixos/home/Wallpapers/tokyonight1.jpg" "~/.nixos/home/Wallpapers/nord1.jpg" ];
|
||||||
|
wallpaper = [ "eDP-1,~/.nixos/home/Wallpapers/nord1.jpg" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -203,11 +203,11 @@
|
|||||||
style = ''
|
style = ''
|
||||||
* {
|
* {
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
color: #565f89;
|
color: #67578A;
|
||||||
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin: 0px 5px 0px 5px;
|
margin: 0px 5px 0px 5px;
|
||||||
background-color: #1f2335
|
background-color: #1f2335
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user