Compare commits
3 Commits
a1780dec2b
...
3e3b4c1bda
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e3b4c1bda | |||
| b0160a358a | |||
| 44d67feb31 |
@ -4,6 +4,7 @@
|
||||
"LuaSnip": { "branch": "master", "commit": "03c8e67eb7293c404845b3982db895d59c0d1538" },
|
||||
"bufferline.nvim": { "branch": "main", "commit": "261a72b90d6db4ed8014f7bda976bcdc9dd7ce76" },
|
||||
"bufresize.nvim": { "branch": "master", "commit": "3b19527ab936d6910484dcc20fb59bdb12322d8b" },
|
||||
"catppuccin": { "branch": "main", "commit": "4965db2d6155c25db4e8417465fc2703fdf4c2b7" },
|
||||
"cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" },
|
||||
"cmp-nvim-lsp": { "branch": "main", "commit": "39e2eda76828d88b773cc27a3f61d2ad782c922d" },
|
||||
"cmp-nvim-lsp-signature-help": { "branch": "main", "commit": "031e6ba70b0ad5eee49fd2120ff7a2e325b17fa7" },
|
||||
@ -16,7 +17,7 @@
|
||||
"gitlab.nvim": { "branch": "main", "commit": "be027331e15a17a7fa05e827f6fbdf9549ac0780" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "5f808b5e4fef30bd8aca1b803b4e555da07fc412" },
|
||||
"indent-blankline.nvim": { "branch": "master", "commit": "259357fa4097e232730341fa60988087d189193a" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "3388a26417c48b15d5266d954f62a4d47fe99490" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "7e6c863bc7563efbdd757a310d17ebc95166cef3" },
|
||||
"lspkind.nvim": { "branch": "master", "commit": "d79a1c3299ad0ef94e255d045bed9fa26025dab6" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "2a5bae925481f999263d6f5ed8361baef8df4f83" },
|
||||
"mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" },
|
||||
|
||||
5
.config/nvim/lua/plugins/catpuccin.lua
Normal file
5
.config/nvim/lua/plugins/catpuccin.lua
Normal file
@ -0,0 +1,5 @@
|
||||
return {
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 1000,
|
||||
}
|
||||
@ -3,7 +3,7 @@ return {
|
||||
"neovim/nvim-lspconfig",
|
||||
config = function()
|
||||
local lsp = require("lspconfig")
|
||||
lsp.pyright.setup({})
|
||||
lsp.pylsp.setup({})
|
||||
lsp.gopls.setup({})
|
||||
lsp.rust_analyzer.setup({})
|
||||
lsp.clangd.setup({})
|
||||
|
||||
@ -5,4 +5,4 @@
|
||||
# pidof lxpolkit || lxpolkit &
|
||||
# pidof picom || picom &
|
||||
# wal -R
|
||||
pkill swaybg; swaybg -i ~/docs/bg/gruvbox-wallpapers/wallpapers/minimalistic/clouds.png -m fill
|
||||
pkill swaybg; swaybg -i ~/docs/bg/catpuccin/cat-bg-black3-fg-rosewater.png -m fill
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
include "$HOME/.cache/wal/colors-sway"
|
||||
include ~/.config/sway/outputs
|
||||
|
||||
set $mod Mod4
|
||||
|
||||
|
||||
20
.config/sway/outputs
Normal file
20
.config/sway/outputs
Normal file
@ -0,0 +1,20 @@
|
||||
# Generated by nwg-displays on 2025-01-25 at 11:05:15. Do not edit manually.
|
||||
|
||||
output "HDMI-A-1" {
|
||||
mode 2560x1080@74.991Hz
|
||||
pos 1920 0
|
||||
transform normal
|
||||
scale 1.0
|
||||
scale_filter nearest
|
||||
adaptive_sync off
|
||||
dpms on
|
||||
}
|
||||
output "DP-1" {
|
||||
mode 1920x1080@60.0Hz
|
||||
pos 0 0
|
||||
transform normal
|
||||
scale 1.0
|
||||
scale_filter nearest
|
||||
adaptive_sync off
|
||||
dpms on
|
||||
}
|
||||
0
.config/sway/workspaces
Normal file
0
.config/sway/workspaces
Normal file
@ -59,7 +59,7 @@
|
||||
"mpd": {
|
||||
"format": "{artist} - {title}",
|
||||
"format-disconnected": "Disconnected ",
|
||||
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
|
||||
"format-paused": "MPD paused",
|
||||
"unknown-tag": "N/A",
|
||||
"interval": 5,
|
||||
"tooltip-format": "MPD (connected)",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@import url("../../.cache/wal/colors-waybar.css");
|
||||
|
||||
* {
|
||||
font-family: "mononoki";
|
||||
font-family: "mononoki Nerd Font";
|
||||
font-size: 16;
|
||||
}
|
||||
|
||||
@ -37,3 +37,19 @@
|
||||
#network {
|
||||
color: @color1;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: @foreground;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: @color4;
|
||||
}
|
||||
|
||||
#workspaces button.visible {
|
||||
color: @color4;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: @color6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user