Refactored home and hardware files, and added new plugins to neovim.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
};
|
||||
};
|
||||
decoration = {
|
||||
rounding = "10";
|
||||
rounding = "0";
|
||||
rounding_power = "2";
|
||||
active_opacity = "1";
|
||||
inactive_opacity = ".7";
|
||||
@@ -45,8 +45,8 @@
|
||||
};
|
||||
extraConfig = ''
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 5
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
border_size = 1
|
||||
col.active_border = rgb(b000b5)
|
||||
col.inactive_border = rgb(1f2335)
|
||||
|
||||
Reference in New Issue
Block a user