Follow upstream rename of programs.mako
This commit is contained in:
parent
95329ae69a
commit
b49b69a0d4
1 changed files with 41 additions and 39 deletions
|
@ -43,10 +43,6 @@ in
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
];
|
];
|
||||||
programs = {
|
programs = {
|
||||||
mako = {
|
|
||||||
enable = true;
|
|
||||||
font = "Hack Regular 9";
|
|
||||||
};
|
|
||||||
zsh.loginExtra = ''
|
zsh.loginExtra = ''
|
||||||
if [[ -z "$DISPLAY" ]] && [[ $(tty) = "/dev/tty1" ]]; then
|
if [[ -z "$DISPLAY" ]] && [[ $(tty) = "/dev/tty1" ]]; then
|
||||||
exec sway
|
exec sway
|
||||||
|
@ -59,17 +55,17 @@ in
|
||||||
settings.theme = {
|
settings.theme = {
|
||||||
name = "gruvbox-light";
|
name = "gruvbox-light";
|
||||||
overrides = {
|
overrides = {
|
||||||
idle_bg="#ffffff";
|
idle_bg = "#ffffff";
|
||||||
idle_fg="#000000";
|
idle_fg = "#000000";
|
||||||
info_bg="#6aaeff";
|
info_bg = "#6aaeff";
|
||||||
info_fg="#000000";
|
info_fg = "#000000";
|
||||||
good_bg="#5ada88";
|
good_bg = "#5ada88";
|
||||||
good_fg="#000000";
|
good_fg = "#000000";
|
||||||
warning_bg="#f5df23";
|
warning_bg = "#f5df23";
|
||||||
warning_fg="#000000";
|
warning_fg = "#000000";
|
||||||
critical_bg="#ff8892";
|
critical_bg = "#ff8892";
|
||||||
critical_fg="#000000";
|
critical_fg = "#000000";
|
||||||
separator="";
|
separator = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
blocks = [
|
blocks = [
|
||||||
|
@ -139,32 +135,38 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.kanshi = {
|
services = {
|
||||||
enable = true;
|
kanshi = {
|
||||||
profiles = {
|
enable = true;
|
||||||
"home-undocked" = {
|
profiles = {
|
||||||
outputs = [
|
"home-undocked" = {
|
||||||
{ criteria = "AU Optronics 0x2036 Unknown"; position = "0,0"; mode = "2560x1440"; scale = 1.0; }
|
outputs = [
|
||||||
];
|
{ criteria = "AU Optronics 0x2036 Unknown"; position = "0,0"; mode = "2560x1440"; scale = 1.0; }
|
||||||
};
|
];
|
||||||
"home-docked" = {
|
};
|
||||||
outputs = [
|
"home-docked" = {
|
||||||
{ criteria = "AU Optronics 0x2036 Unknown"; position = "0,0"; mode = "2560x1440"; scale = 1.0; }
|
outputs = [
|
||||||
{ criteria = "Dell Inc. DELL U2718Q FN84K01T095L"; position = "2560,0"; mode = "3840x2160"; scale = 1.0; }
|
{ criteria = "AU Optronics 0x2036 Unknown"; position = "0,0"; mode = "2560x1440"; scale = 1.0; }
|
||||||
];
|
{ criteria = "Dell Inc. DELL U2718Q FN84K01T095L"; position = "2560,0"; mode = "3840x2160"; scale = 1.0; }
|
||||||
};
|
];
|
||||||
"work-undocked" = {
|
};
|
||||||
outputs = [
|
"work-undocked" = {
|
||||||
{ criteria = "LG Display 0x06D6 Unknown"; position = "0,0"; mode = "1920x1080"; scale = 1.0; }
|
outputs = [
|
||||||
];
|
{ criteria = "LG Display 0x06D6 Unknown"; position = "0,0"; mode = "1920x1080"; scale = 1.0; }
|
||||||
};
|
];
|
||||||
"work-docked" = {
|
};
|
||||||
outputs = [
|
"work-docked" = {
|
||||||
{ criteria = "LG Display 0x06D6 Unknown"; position = "0,0"; mode = "1920x1080"; scale = 1.0; }
|
outputs = [
|
||||||
{ criteria = "Dell Inc. DELL U2718Q FN84K83Q1KHL"; position = "1920,0"; mode = "3840x2160"; scale = 1.0; }
|
{ criteria = "LG Display 0x06D6 Unknown"; position = "0,0"; mode = "1920x1080"; scale = 1.0; }
|
||||||
];
|
{ criteria = "Dell Inc. DELL U2718Q FN84K83Q1KHL"; position = "1920,0"; mode = "3840x2160"; scale = 1.0; }
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
mako = {
|
||||||
|
enable = true;
|
||||||
|
font = "Hack Regular 9";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue