mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36: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 {
|
background {
|
||||||
monitor =
|
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
|
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
||||||
blur_passes = 2 # 0 disables blurring
|
blur_passes = 2 # 0 disables blurring
|
||||||
|
@ -52,4 +53,5 @@ label {
|
||||||
position = 0, 300
|
position = 0, 300
|
||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = center
|
||||||
|
font_family = Lilex Nerd Font
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
aerc
|
aerc
|
||||||
pkg-config
|
pkg-config
|
||||||
wttrbar
|
wttrbar
|
||||||
swww
|
|
||||||
wl-clip-persist
|
wl-clip-persist
|
||||||
gifski
|
gifski
|
||||||
waypaper
|
waypaper
|
||||||
|
@ -58,7 +57,7 @@
|
||||||
# Wrapped programs for some env variables
|
# Wrapped programs for some env variables
|
||||||
(pkgs.writeScriptBin "hyprlock" ''
|
(pkgs.writeScriptBin "hyprlock" ''
|
||||||
#! ${pkgs.bash}/bin/bash
|
#! ${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 "$@"
|
exec ${pkgs.hyprlock}/bin/hyprlock "$@"
|
||||||
'')
|
'')
|
||||||
|
|
||||||
|
@ -69,6 +68,7 @@
|
||||||
|
|
||||||
# Fonts!
|
# Fonts!
|
||||||
noto-fonts
|
noto-fonts
|
||||||
|
dejavu_fonts
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
|
Loading…
Reference in a new issue