This commit is contained in:
2024-12-07 20:26:58 -08:00
parent b1ebde8e27
commit f6997c69cc
5 changed files with 12 additions and 21 deletions

View File

@@ -49,5 +49,12 @@ vim.api.nvim_set_keymap('n', '<C-j>', '<C-w>j', { noremap = true })
vim.api.nvim_set_keymap('n', '<C-k>', '<C-w>k', { noremap = true }) vim.api.nvim_set_keymap('n', '<C-k>', '<C-w>k', { noremap = true })
vim.api.nvim_set_keymap('n', '<C-l>', '<C-w>l', { noremap = true }) vim.api.nvim_set_keymap('n', '<C-l>', '<C-w>l', { noremap = true })
vim.cmd("colorscheme gruvbox")
vim.o.background = "light" -- or "light" for light mode
vim.o.background = "dark" -- or "light" for light mode
require("solarizedDark").setup({
transparent_mode = true,
})
vim.cmd([[colorscheme solarizedDark]])

View File

@@ -25,23 +25,7 @@ vim.g.maplocalleader = "\\"
require("lazy").setup({ require("lazy").setup({
spec = { spec = {
-- import your plugins -- import your plugins
-- add the Gruvbox plugin { "nxstynate/solarizedDark.nvim", priority = 1000 },
{
"ellisonleao/gruvbox.nvim",
priority = 1000,
config = function()
require("gruvbox").setup({
contrast = "hard", -- can be "soft", "medium" or "hard"
palette_overrides = {
bright_green = "#a9b665",
},
overrides = {
SignColumn = { bg = "#1e2021" },
},
transparent_mode = true,
})
end
},
}, },
-- Configure any other settings here. See the documentation for more details. -- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins. -- colorscheme that will be used when installing plugins.

View File

@@ -303,7 +303,7 @@ output HDMI-A-1 pos 0 402
output DP-4 pos 3440 0 output DP-4 pos 3440 0
# Wallpaper # Wallpaper
output * bg ~/.config/wallpapers/greek-ruins.jpg fill #0D0703 output * bg ~/.config/wallpapers/foggy-forest.png fill #0D0703
# Enable/Disable extra HDMI screens # Enable/Disable extra HDMI screens
bindsym $mod+Shift+m output "HDMI-A-1" enable bindsym $mod+Shift+m output "HDMI-A-1" enable

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@@ -21,8 +21,8 @@ def get_weather_icon(description):
"overcast clouds": "☁️", "overcast clouds": "☁️",
"shower rain": "🌦️", "shower rain": "🌦️",
"light rain": "🌧️", "light rain": "🌧️",
"rain": "🌧️",
"moderate rain": "🌧️", "moderate rain": "🌧️",
"rain": "🌧️",
"thunderstorm": "⛈️", "thunderstorm": "⛈️",
"snow": "❄️", "snow": "❄️",
"mist": "🌫️", "mist": "🌫️",