Changed some things ugh. McGill fonts, duckduckgo, delta.
This commit is contained in:
parent
bf225209d7
commit
ff97f988e7
BIN
extra/fonts/mcgillsans-bold-2022_0.otf
Normal file
BIN
extra/fonts/mcgillsans-bold-2022_0.otf
Normal file
Binary file not shown.
BIN
extra/fonts/mcgillsans-bolditalic-2022_0.otf
Normal file
BIN
extra/fonts/mcgillsans-bolditalic-2022_0.otf
Normal file
Binary file not shown.
BIN
extra/fonts/mcgillsans-italic-2022_0.otf
Normal file
BIN
extra/fonts/mcgillsans-italic-2022_0.otf
Normal file
Binary file not shown.
BIN
extra/fonts/mcgillsans-medium-2022_0.otf
Normal file
BIN
extra/fonts/mcgillsans-medium-2022_0.otf
Normal file
Binary file not shown.
BIN
extra/fonts/mcgillsans-mediumitalic-2022_0.otf
Normal file
BIN
extra/fonts/mcgillsans-mediumitalic-2022_0.otf
Normal file
Binary file not shown.
BIN
extra/fonts/mcgillsans-regular-2022_0.otf
Normal file
BIN
extra/fonts/mcgillsans-regular-2022_0.otf
Normal file
Binary file not shown.
BIN
extra/fonts/mcgillserif-bold-2022_0.otf
Normal file
BIN
extra/fonts/mcgillserif-bold-2022_0.otf
Normal file
Binary file not shown.
BIN
extra/fonts/mcgillserif-bolditalic-2022_0.otf
Normal file
BIN
extra/fonts/mcgillserif-bolditalic-2022_0.otf
Normal file
Binary file not shown.
BIN
extra/fonts/mcgillserif-italic-2022_0.otf
Normal file
BIN
extra/fonts/mcgillserif-italic-2022_0.otf
Normal file
Binary file not shown.
BIN
extra/fonts/mcgillserif-medium-2022_0.otf
Normal file
BIN
extra/fonts/mcgillserif-medium-2022_0.otf
Normal file
Binary file not shown.
BIN
extra/fonts/mcgillserif-mediumitalic-2022_0.otf
Normal file
BIN
extra/fonts/mcgillserif-mediumitalic-2022_0.otf
Normal file
Binary file not shown.
BIN
extra/fonts/mcgillserif-regular-2022_0.otf
Normal file
BIN
extra/fonts/mcgillserif-regular-2022_0.otf
Normal file
Binary file not shown.
|
|
@ -69,7 +69,7 @@
|
|||
# dnssec = "true";
|
||||
settings.Resolve = {
|
||||
Domains = [ "~." ];
|
||||
FallbackDns = [ "9.9.9.9" "149.112.112.112" ];
|
||||
# FallbackDns = [ "9.9.9.9" "149.112.112.112" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@
|
|||
gthumb
|
||||
anki
|
||||
butterfly
|
||||
deltachat-desktop
|
||||
] ++ # Selection of graphical apps
|
||||
[
|
||||
prismlauncher
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
isDefault = true;
|
||||
search = {
|
||||
force = true;
|
||||
default = "EnCours";
|
||||
order = [ "EnCours" "DuckDuckGo" "Google" ];
|
||||
default = "DuckDuckGo";
|
||||
order = [ "DuckDuckGo" "EnCours" "Google" ];
|
||||
engines = {
|
||||
"Nix Packages" = {
|
||||
urls = [{
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ in
|
|||
"battery"
|
||||
"tray"
|
||||
"sway/language"
|
||||
"custom/weather"
|
||||
"clock"
|
||||
];
|
||||
"sway/workspaces" = {
|
||||
|
|
@ -87,6 +88,13 @@ in
|
|||
tooltip-format = "{long}";
|
||||
on-click = ''swaymsg input "*" xkb_switch_layout next'';
|
||||
};
|
||||
"custom/weather" = {
|
||||
format = "{}°";
|
||||
tooltip = true;
|
||||
interval = 3600;
|
||||
exec = "wttrbar";
|
||||
return-type = "json";
|
||||
};
|
||||
clock = {
|
||||
interval = 1;
|
||||
format = "<span size='10pt' font='Red Hat Mono'>{:L%H:%M:%S %a %F}</span>";
|
||||
|
|
@ -148,4 +156,6 @@ in
|
|||
position = "top";
|
||||
fonts = config.wayland.windowManager.sway.config.fonts;
|
||||
}];
|
||||
|
||||
home.packages = with pkgs; [wttrbar];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue