stuff
This commit is contained in:
@@ -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-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]])
|
||||
|
||||
@@ -25,23 +25,7 @@ vim.g.maplocalleader = "\\"
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
-- import your plugins
|
||||
-- add the Gruvbox plugin
|
||||
{
|
||||
"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
|
||||
},
|
||||
{ "nxstynate/solarizedDark.nvim", priority = 1000 },
|
||||
},
|
||||
-- Configure any other settings here. See the documentation for more details.
|
||||
-- colorscheme that will be used when installing plugins.
|
||||
|
||||
@@ -303,7 +303,7 @@ output HDMI-A-1 pos 0 402
|
||||
output DP-4 pos 3440 0
|
||||
|
||||
# Wallpaper
|
||||
output * bg ~/.config/wallpapers/greek-ruins.jpg fill #0D0703
|
||||
output * bg ~/.config/wallpapers/foggy-forest.png fill #0D0703
|
||||
|
||||
# Enable/Disable extra HDMI screens
|
||||
bindsym $mod+Shift+m output "HDMI-A-1" enable
|
||||
|
||||
BIN
.config/wallpapers/foggy-forest.png
Normal file
BIN
.config/wallpapers/foggy-forest.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
@@ -21,8 +21,8 @@ def get_weather_icon(description):
|
||||
"overcast clouds": "☁️",
|
||||
"shower rain": "🌦️",
|
||||
"light rain": "🌧️",
|
||||
"rain": "🌧️",
|
||||
"moderate rain": "🌧️",
|
||||
"rain": "🌧️",
|
||||
"thunderstorm": "⛈️",
|
||||
"snow": "❄️",
|
||||
"mist": "🌫️",
|
||||
|
||||
Reference in New Issue
Block a user