diff --git a/kitty/kitty.conf b/kitty/kitty.conf index efc606a..7749981 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -24,7 +24,7 @@ bold_italic_font auto #: italic_font Operator Mono Book Italic #: bold_italic_font Operator Mono Medium Italic -font_size 16.0 +font_size 12.0 #: Font size (in pts) diff --git a/sway/config b/sway/config index 6764db3..5018e2d 100644 --- a/sway/config +++ b/sway/config @@ -27,7 +27,7 @@ set $menu j4-dmenu-desktop --dmenu='env BEMENU_BACKEND=wayland bemenu --line-hei # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) output * bg /home/kaan/Pictures/Wallpapers/Sway-no-text.png fill output "eDP-1" { - scale 1 + scale 1.5 } # Enable XWayland diff --git a/waybar/config b/waybar/config index cc8c61e..87f31a1 100644 --- a/waybar/config +++ b/waybar/config @@ -1,7 +1,7 @@ { // "layer": "top", // Waybar at top layer // "position": "bottom", // Waybar position (top|bottom|left|right) - "height": 30, // Waybar height (to be removed for auto height) + //"height": 16, // Waybar height (to be removed for auto height) // "width": 1280, // Waybar width "spacing": 0, // Gaps between modules (4px) // Choose the order of the modules diff --git a/waybar/style.css b/waybar/style.css index cb61638..60d0a7a 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,7 +1,7 @@ * { /* `otf-font-awesome` is required to be installed for icons */ font-family: FontAwesome, Fira Code; - font-size: 20px; + font-size: 16px; color: rgba(255, 255, 255, 0.8); }