From 1491893da2e3b71a3d70d4bde806fbc17c7e8e85 Mon Sep 17 00:00:00 2001 From: staticfanfare Date: Sat, 9 Nov 2024 22:39:37 -0500 Subject: [PATCH] minor tweaks to fonts and scaling --- .config/hypr/hyprland.conf | 4 ++-- .config/mako/config | 2 +- .config/waybar/config.jsonc | 1 + .config/waybar/style.css | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 73665cb..456e66a 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -15,7 +15,7 @@ ################ # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,auto +monitor=,preferred,auto,1 ################### @@ -42,7 +42,7 @@ $menu = wofi --show drun # exec-once = waybar & hyprpaper & firefox exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = waybar -exec-once = gentoo-pipewire-launcher restart +exec-once = pipewire & pipewire-pulse & wireplumber exec-once = mako exec-once = swww-daemon exec-once = hypridle diff --git a/.config/mako/config b/.config/mako/config index 718c8fc..85fcd28 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -1,6 +1,6 @@ max-history=3 layer=overlay -font=Terminus 10 +font=Liberation Sans 10 background-color=#004B7FFF text-color=#eeeeeeff border-radius=5 diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index c54753a..65bcb44 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -19,6 +19,7 @@ "pulseaudio", "cpu", "memory", + "battery", "clock", "tray" ], diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 443e196..b8f36d2 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,6 +1,6 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: FontAwesome, Terminus, sans-serif; + font-family: FontAwesome, Liberation Sans, sans-serif; font-size: 13px; }