All Sway config is now a module
This commit is contained in:
parent
559a477e05
commit
8c62cc41d1
22 changed files with 685 additions and 662 deletions
|
@ -1,26 +0,0 @@
|
|||
_: {
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
font = "Fira Code Nerd Font Mono:size=9";
|
||||
icon-theme = "Papirus-Dark";
|
||||
width = 60;
|
||||
show-actions = "yes";
|
||||
launch-prefix = "swaymsg exec --";
|
||||
};
|
||||
border = {
|
||||
radius = 0;
|
||||
width = 1;
|
||||
};
|
||||
colors = {
|
||||
border = "f268b3ff";
|
||||
background = "121212ff";
|
||||
text = "ccccccff";
|
||||
selection = "323232ff";
|
||||
selection-text = "ccccccff";
|
||||
match = "f268b3ff";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue