diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index b12fb7e..4d2dd65 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -7,14 +7,17 @@ TERM = "xterm-256color" size = 12.0 [font.normal] -family = "Input Nerd Font" +family = "Monaspace Neon" style = "Regular" - [font.offset] x = 0 y = 4 +[font.glyph_offset] +x = 0 +y = 3 + [window.padding] x = 30 y = 10 diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index cc090c8..a3c153b 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -182,8 +182,8 @@ bind = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle bind = ,XF86MonBrightnessDown, exec, ddcutil -d 2 setvcp 10 - 5 bind = ,XF86MonBrightnessUp, exec, ddcutil -d 2 setvcp 10 + 5 -exec-once=sleep 2; amixer -c 0 set Front unmute -exec-once=sleep 2; amixer -c 1 set Front unmute +exec=sleep 5; amixer -c 0 set Front unmute +exec=sleep 5; amixer -c 1 set Front unmute # exec-once=hyprctl plugin load $HOME/.config/hypr/split-monitor-workspaces.so @@ -225,4 +225,4 @@ bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow -exec-once=sleep 10;xrandr --output DP-2 --primary +exec=sleep 10;xrandr --output DP-2 --primary diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index 42c8e72..34e28b3 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -2,3 +2,4 @@ preload = ~/Pictures/wallpapers/wallhaven-o5w96p_2560x1440.png wallpaper = HDMI-A-1,~/Pictures/wallpapers/wallhaven-o5w96p_2560x1440.png wallpaper = DP-2,~/Pictures/wallpapers/wallhaven-o5w96p_2560x1440.png +splash = false diff --git a/.config/waybar/style.css b/.config/waybar/style.css index a3e3d28..05d9080 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -3,7 +3,7 @@ padding: 0; border: none; border-radius: 0; - font-family: 'Input Mono', 'Symbols Nerd Font Mono'; + font-family: 'Monaspace Neon'; font-size: 13px; min-height: 1.5em; }