feat: update environment variables for Wayland support, adjust font sizes in Sway and Waybar configurations, and refine Thunderbird settings
This commit is contained in:
@@ -205,6 +205,7 @@ in {
|
||||
|
||||
environment.variables = {
|
||||
TERMINAL_COMMAND = "alacritty";
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
};
|
||||
|
||||
services.blueman.enable = true;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# i3 config file (v4)
|
||||
|
||||
# font for window titles and bar
|
||||
font pango:Source Sans Pro 14
|
||||
font pango:Source Sans Pro 12
|
||||
seat * xcursor_theme Adwaita 24
|
||||
|
||||
# use win key
|
||||
@@ -312,7 +312,7 @@ exec mako --default-timeout=5000
|
||||
|
||||
# wallpaper
|
||||
# output eDP-1 scale 2 scale_filter linear
|
||||
output eDP-1 mode 2880x1920 scale 2
|
||||
output eDP-1 mode 2880x1920 scale 2 scale_filter linear
|
||||
output eDP-1 bg #282a36 solid_color
|
||||
output eDP-1 bg ~/.wallpaper.png center
|
||||
output DP-2 position 0 0
|
||||
|
||||
@@ -13,7 +13,6 @@ let
|
||||
systemctl --user stop pipewire pipewire-media-session xdg-desktop-portal xdg-desktop-portal-wlr
|
||||
systemctl --user start pipewire pipewire-media-session xdg-desktop-portal xdg-desktop-portal-wlr
|
||||
systemctl --user import-environment DISPLAY
|
||||
export GDK_BACKEND=x11
|
||||
export STEAM_RUNTIME=0
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* {
|
||||
font-size: 16px;
|
||||
font-size: 13px;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
@@ -10,12 +10,12 @@ window#waybar {
|
||||
|
||||
#custom-right-arrow-dark,
|
||||
#custom-left-arrow-dark {
|
||||
font-size: 20px;
|
||||
font-size: 16px;
|
||||
color: #252525;
|
||||
}
|
||||
#custom-right-arrow-light,
|
||||
#custom-left-arrow-light {
|
||||
font-size: 20px;
|
||||
font-size: 16px;
|
||||
color: #282a36;
|
||||
background: #252525;
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ let
|
||||
"calendar.ui.version" = 3;
|
||||
"calendar.timezone.local" = "Europe/Vienna";
|
||||
"calendar.week.start" = 1;
|
||||
"layout.css.devPixelsPerPx" = "1.5";
|
||||
"layout.css.devPixelsPerPx" = "1.25";
|
||||
};
|
||||
|
||||
thunderbirdCalendarPersonal = {
|
||||
@@ -74,18 +74,18 @@ let
|
||||
"signon.rememberSignons" = false;
|
||||
"identity.sync.tokenserver.uri" = "https://sync.cloonar.com/1.0/sync/1.5";
|
||||
# "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
"layout.css.devPixelsPerPx" = "1.5";
|
||||
"layout.css.devPixelsPerPx" = "1.25";
|
||||
"media.ffmpeg.vaapi.enabled" = true;
|
||||
"media.ffmpeg.vaapi-drm-display.enabled" = true;
|
||||
"gfx.webrender.all" = true;
|
||||
"xpinstall.signatures.required" = false;
|
||||
};
|
||||
|
||||
firefoxUserChrome = ''
|
||||
* {
|
||||
font-size: 16pt !important
|
||||
}
|
||||
'';
|
||||
# firefoxUserChrome = ''
|
||||
# * {
|
||||
# /* removed explicit font-size to use default */
|
||||
# }
|
||||
# '';
|
||||
|
||||
firefoxSearchSettings = {
|
||||
force = true;
|
||||
|
||||
Reference in New Issue
Block a user