font stuff & shit
This commit is contained in:
parent
e813f6fdd4
commit
6059fd4a0a
4 changed files with 11 additions and 11 deletions
|
@ -104,7 +104,7 @@ font:
|
|||
# - (macOS) Menlo
|
||||
# - (Linux/BSD) monospace
|
||||
# - (Windows) Consolas
|
||||
family: JetBrains Mono
|
||||
family: Comic Code Ligatures
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Regular
|
||||
|
@ -115,7 +115,7 @@ font:
|
|||
#
|
||||
# If the bold family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
family: JetBrains Mono
|
||||
family: Comic Code Ligatures
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Bold
|
||||
|
@ -126,7 +126,7 @@ font:
|
|||
#
|
||||
# If the italic family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
family: hack
|
||||
family: Comic Code Ligatures
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Italic
|
||||
|
@ -137,13 +137,13 @@ font:
|
|||
#
|
||||
# If the bold italic family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
family: JetBrains Mono
|
||||
family: Comic Code Ligatures
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 10.0
|
||||
size: 11.0
|
||||
|
||||
# Offset is the extra space around each character. `offset.y` can be thought
|
||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||
|
|
|
@ -110,13 +110,14 @@ device:epic mouse V1 {
|
|||
$mainMod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, alacritty
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, Return, exec, alacritty
|
||||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod, E, exec, dolphin
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, rofi -modi run -show run
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind =, Print, exec, grim -g "$(slurp -d)" | wl-copy
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
@ -158,9 +159,6 @@ bindm = $mainMod, mouse:273, resizewindow
|
|||
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once=/nix/store/gjbi20m2wz9xhm18ifmcdl45cpgd7hpz-polkit-gnome-0.105/libexec/polkit-gnome-authentication-agent-1
|
||||
exec-once=gsettings set $gnome-schema cursor-theme 'Catppuccin Pink'
|
||||
exec-once=gsettings set $gnome-schema icon-theme 'Papirus-Dark'
|
||||
exec-once=gsettings set $gnome-schema font-name 'JetBrains Mono'
|
||||
|
||||
# SWWW
|
||||
exec-once=swww init
|
||||
|
|
|
@ -188,10 +188,11 @@
|
|||
"spotify": "",
|
||||
"default": "🎜"
|
||||
},
|
||||
|
||||
"escape": true,
|
||||
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
|
||||
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
|
||||
|
||||
}
|
||||
|
||||
}x
|
||||
}
|
||||
|
|
|
@ -316,3 +316,4 @@ label:focus {
|
|||
background: #f5c2e7;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue