feat: update environment variables for Wayland support, adjust font sizes in Sway and Waybar configurations, and refine Thunderbird settings

This commit is contained in:
2025-06-04 08:07:27 +02:00
parent e8bf13275e
commit 0fff2f87a5
5 changed files with 13 additions and 13 deletions

View File

@@ -205,6 +205,7 @@ in {
environment.variables = {
TERMINAL_COMMAND = "alacritty";
MOZ_ENABLE_WAYLAND = "1";
};
services.blueman.enable = true;

View File

@@ -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

View File

@@ -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
'';
};

View File

@@ -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;
}

View File

@@ -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;