feat: update environment variables for Wayland support, adjust font sizes in Sway and Waybar configurations, and refine Thunderbird settings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user