mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Add more portals to wayland/sway and fix fonts
This commit is contained in:
parent
bdba6b0c79
commit
f81d99efbd
@ -23,7 +23,10 @@ with lib; {
|
|||||||
enable = true;
|
enable = true;
|
||||||
wlr.enable = true;
|
wlr.enable = true;
|
||||||
# gtk portal needed to make gtk apps happy
|
# gtk portal needed to make gtk apps happy
|
||||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
extraPortals = [
|
||||||
|
pkgs.xdg-desktop-portal-gtk
|
||||||
|
pkgs.xdg-desktop-portal-wlr
|
||||||
|
];
|
||||||
gtkUsePortal = true;
|
gtkUsePortal = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
font-family: Hasklug Nerd Font, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|||||||
@ -48,9 +48,46 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
window = {
|
window = {
|
||||||
decorations = "full";
|
decorations = "none";
|
||||||
};
|
};
|
||||||
alt_send_esc = true;
|
alt_send_esc = true;
|
||||||
|
font = {
|
||||||
|
normal.family = "Hasklug Nerd Font";
|
||||||
|
size = 14;
|
||||||
|
};
|
||||||
|
# colors = {
|
||||||
|
# primary = {
|
||||||
|
# background = "#282828"; # base3
|
||||||
|
# foreground = "#dfbf8e"; # base00
|
||||||
|
# };
|
||||||
|
|
||||||
|
# cursor = {
|
||||||
|
# text = "CellBackground";
|
||||||
|
# cursor = "CellForeground";
|
||||||
|
# };
|
||||||
|
|
||||||
|
# normal = {
|
||||||
|
# black = "#665c54"; # base02
|
||||||
|
# red = "#ea6962"; # red
|
||||||
|
# green = "#a9b665"; # green
|
||||||
|
# yellow = "#e78a4e"; # yellow
|
||||||
|
# blue = "#7daea3"; # blue
|
||||||
|
# magenta = "#d3869b"; # magenta
|
||||||
|
# cyan = "#89b482"; # cyan
|
||||||
|
# white = "#dfbf8e"; # base2
|
||||||
|
# };
|
||||||
|
|
||||||
|
# bright = {
|
||||||
|
# black = "#928374"; # base03
|
||||||
|
# red = "#ea6962"; # orange
|
||||||
|
# green = "#a6b665"; # base01
|
||||||
|
# yellow = "#e3a84e"; # base00
|
||||||
|
# blue = "#7daea3"; # base0
|
||||||
|
# magenta = "#d3869b"; # violet
|
||||||
|
# cyan = "#89b482"; # base1
|
||||||
|
# white = "#dfbf8e"; # base3
|
||||||
|
# };
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -5,8 +5,8 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
iconPath = "${pkgs.numix-icon-theme}";
|
iconPath = "${pkgs.numix-icon-theme}";
|
||||||
font = "Hasklug Nerd Font 10";
|
font = "Hasklug Nerd Font 10";
|
||||||
defaultTimeout = 50000;
|
defaultTimeout = 8000;
|
||||||
ignoreTimeout = true;
|
# ignoreTimeout = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user