diff --git a/home/Wallpapers/nord1.jpg b/home/Wallpapers/nord1.jpg new file mode 100644 index 0000000..5a59214 Binary files /dev/null and b/home/Wallpapers/nord1.jpg differ diff --git a/home/Wallpapers/tokyonight1.jpg b/home/Wallpapers/tokyonight1.jpg new file mode 100644 index 0000000..7d38a2b Binary files /dev/null and b/home/Wallpapers/tokyonight1.jpg differ diff --git a/home/config/nvim/lua/plugins.lua b/home/config/nvim/lua/plugins.lua index 042b5d3..c33bee9 100644 --- a/home/config/nvim/lua/plugins.lua +++ b/home/config/nvim/lua/plugins.lua @@ -48,6 +48,7 @@ vim.pack.add({ { src = "https://github.com/DNLHC/glance.nvim" }, { src = "https://github.com/rmagatti/logger.nvim" }, { src = "https://github.com/rmagatti/goto-preview" }, + { src = "https://github.com/norcalli/nvim-colorizer.lua" }, }) require('mini.icons').setup({}) @@ -112,3 +113,4 @@ require("auto-session").setup({ }) require('barbar').setup({}) require('goto-preview').setup({ default_mappings = true }) +require('colorizer').setup({}) diff --git a/includes/hyprland.nix b/includes/hyprland.nix index b8dae46..46e30cb 100644 --- a/includes/hyprland.nix +++ b/includes/hyprland.nix @@ -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" ]; + }; + }; } diff --git a/includes/waybar.nix b/includes/waybar.nix index b505b45..53f2cb7 100644 --- a/includes/waybar.nix +++ b/includes/waybar.nix @@ -203,11 +203,11 @@ style = '' * { /* `otf-font-awesome` is required to be installed for icons */ -color: #565f89; + color: #67578A; font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; font-size: 15px; border-radius: 10px; -margin: 0px 5px 0px 5px; + margin: 0px 5px 0px 5px; background-color: #1f2335 }