changed font

This commit is contained in:
Niktia Bykov
2024-01-13 22:22:58 +05:00
parent 6b6cc3a240
commit 2000346376
4 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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;
}