This commit is contained in:
Rikuoh Tsujitani 2024-11-02 20:14:24 +09:00
parent 97a0ee248f
commit 13b3d340ff
Signed by: riq0h
GPG key ID: 010F09DEA298C717
3 changed files with 1 additions and 4 deletions

View file

@ -65,5 +65,3 @@ opacity = 0.97
[window.padding]
x = 0
y = 0
[terminal]

2
config
View file

@ -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 \

View file

@ -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" },