fix
This commit is contained in:
parent
97a0ee248f
commit
13b3d340ff
3 changed files with 1 additions and 4 deletions
|
@ -65,5 +65,3 @@ opacity = 0.97
|
|||
[window.padding]
|
||||
x = 0
|
||||
y = 0
|
||||
|
||||
[terminal]
|
||||
|
|
2
config
2
config
|
@ -186,7 +186,7 @@ bar {
|
|||
focused_workspace $red $red $background
|
||||
active_workspace $background $background $foreground
|
||||
inactive_workspace $background $background $foreground
|
||||
urgent_workspace $green $green $background
|
||||
urgent_workspace $darkblue $darkblue $background
|
||||
binding_mode $green $green $background
|
||||
}
|
||||
status_command /usr/bin/bumblebee-status -m playerctl datetime \
|
||||
|
|
1
init.lua
1
init.lua
|
@ -190,7 +190,6 @@ require("lazy").setup({
|
|||
{ "sainnhe/edge", event = "VeryLazy" },
|
||||
{ "neanias/everforest-nvim", event = "VeryLazy" },
|
||||
{ "f4z3r/gruvbox-material.nvim", event = "VeryLazy" },
|
||||
{ "Verf/deepwhite.nvim", event = "VeryLazy" },
|
||||
{ "nvim-lua/plenary.nvim", event = "VeryLazy" },
|
||||
{ "stevearc/dressing.nvim", event = "VeryLazy" },
|
||||
{ "hrsh7th/nvim-cmp", event = "VeryLazy" },
|
||||
|
|
Loading…
Reference in a new issue