Add toString for cursor sizes
This commit is contained in:
parent
b748d26d4f
commit
d3328bc705
2 changed files with 3 additions and 3 deletions
|
|
@ -105,7 +105,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
env=XCURSOR_THEME,${config.mods.stylix.cursor.name}
|
env=XCURSOR_THEME,${config.mods.stylix.cursor.name}
|
||||||
env=XCURSOR_SIZE,${config.mods.stylix.cursor.size}
|
env=XCURSOR_SIZE,${toString config.mods.stylix.cursor.size}
|
||||||
|
|
||||||
exec-once=regreet --style /home/${username}/.config/gtk-3.0/gtk.css; hyprctl dispatch exit
|
exec-once=regreet --style /home/${username}/.config/gtk-3.0/gtk.css; hyprctl dispatch exit
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
|
|
@ -272,9 +272,9 @@
|
||||||
"XDG_SESSION_TYPE=wayland"
|
"XDG_SESSION_TYPE=wayland"
|
||||||
"XDG_SESSION_DESKTOP=Hyprland"
|
"XDG_SESSION_DESKTOP=Hyprland"
|
||||||
"HYPRCURSOR_THEME,${config.mods.stylix.cursor.name}"
|
"HYPRCURSOR_THEME,${config.mods.stylix.cursor.name}"
|
||||||
"HYPRCURSOR_SIZE,${config.mods.stylix.cursor.size}"
|
"HYPRCURSOR_SIZE,${toString config.mods.stylix.cursor.size}"
|
||||||
"XCURSOR_THEME,${config.mods.stylix.cursor.name}"
|
"XCURSOR_THEME,${config.mods.stylix.cursor.name}"
|
||||||
"XCURSOR_SIZE,${config.mods.stylix.cursor.size}"
|
"XCURSOR_SIZE,${toString config.mods.stylix.cursor.size}"
|
||||||
"QT_QPA_PLATFORM,wayland"
|
"QT_QPA_PLATFORM,wayland"
|
||||||
"QT_QPA_PLATFORMTHEME,qt5ct"
|
"QT_QPA_PLATFORMTHEME,qt5ct"
|
||||||
"QT_WAYLAND_FORCE_DPI,96"
|
"QT_WAYLAND_FORCE_DPI,96"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue