minor tweaks to fonts and scaling

This commit is contained in:
staticfanfare 2024-11-09 22:39:37 -05:00
parent 00f96433a6
commit 1491893da2
4 changed files with 5 additions and 4 deletions

View File

@ -15,7 +15,7 @@
################ ################
# See https://wiki.hyprland.org/Configuring/Monitors/ # 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 = waybar & hyprpaper & firefox
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = waybar exec-once = waybar
exec-once = gentoo-pipewire-launcher restart exec-once = pipewire & pipewire-pulse & wireplumber
exec-once = mako exec-once = mako
exec-once = swww-daemon exec-once = swww-daemon
exec-once = hypridle exec-once = hypridle

View File

@ -1,6 +1,6 @@
max-history=3 max-history=3
layer=overlay layer=overlay
font=Terminus 10 font=Liberation Sans 10
background-color=#004B7FFF background-color=#004B7FFF
text-color=#eeeeeeff text-color=#eeeeeeff
border-radius=5 border-radius=5

View File

@ -19,6 +19,7 @@
"pulseaudio", "pulseaudio",
"cpu", "cpu",
"memory", "memory",
"battery",
"clock", "clock",
"tray" "tray"
], ],

View File

@ -1,6 +1,6 @@
* { * {
/* `otf-font-awesome` is required to be installed for icons */ /* `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; font-size: 13px;
} }