mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 04:56:09 -05:00
changed wrapper for fonts
This commit is contained in:
parent
a0ac11339d
commit
ebc322922f
2 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
background {
|
||||
monitor =
|
||||
path = /home/ryan/.config/hypr/Wallpapers/static/autumn1.png
|
||||
#path = /home/ryan/.config/hypr/Wallpapers/static/autumn1.png
|
||||
path = screenshot
|
||||
|
||||
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
||||
blur_passes = 2 # 0 disables blurring
|
||||
|
@ -52,4 +53,5 @@ label {
|
|||
position = 0, 300
|
||||
halign = center
|
||||
valign = center
|
||||
font_family = Lilex Nerd Font
|
||||
}
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
aerc
|
||||
pkg-config
|
||||
wttrbar
|
||||
swww
|
||||
wl-clip-persist
|
||||
gifski
|
||||
waypaper
|
||||
|
@ -58,7 +57,7 @@
|
|||
# Wrapped programs for some env variables
|
||||
(pkgs.writeScriptBin "hyprlock" ''
|
||||
#! ${pkgs.bash}/bin/bash
|
||||
export LD_PRELOAD="/run/current-system/profile/lib/libpam.so.0:$LD_PRELOAD"
|
||||
export LD_PRELOAD="/run/current-system/profile/lib/libpam.so.0:/run/current-system/profile/lib/libfontconfig.so:$LD_PRELOAD"
|
||||
exec ${pkgs.hyprlock}/bin/hyprlock "$@"
|
||||
'')
|
||||
|
||||
|
@ -69,6 +68,7 @@
|
|||
|
||||
# Fonts!
|
||||
noto-fonts
|
||||
dejavu_fonts
|
||||
liberation_ttf
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
|
|
Loading…
Reference in a new issue