Commit for generation 228
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
theme = "Catppuccin-Mocha";
|
themeFile = "Catppuccin-Mocha";
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
name = "JetBrainsMono Nerd Font";
|
name = "JetBrainsMono Nerd Font";
|
||||||
|
|||||||
@@ -40,17 +40,17 @@
|
|||||||
disable-scroll= true;
|
disable-scroll= true;
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
on-click= "activate";
|
on-click= "activate";
|
||||||
format-icons= {
|
format-icons= {
|
||||||
"1"= "";
|
"1"= "一";
|
||||||
"2"= "";
|
"2"= "二";
|
||||||
"3"= "";
|
"3"= "三";
|
||||||
"4"= "";
|
"4"= "四";
|
||||||
"5"= "";
|
"5"= "五";
|
||||||
"6"= "";
|
"6"= "六";
|
||||||
urgent= "";
|
urgent= "";
|
||||||
default = "";
|
default = "";
|
||||||
sort-by-number= true;
|
sort-by-number= true;
|
||||||
};
|
};
|
||||||
persistent-workspaces = {
|
persistent-workspaces = {
|
||||||
"1"= [];
|
"1"= [];
|
||||||
"2"= [];
|
"2"= [];
|
||||||
|
|||||||
Reference in New Issue
Block a user