fiddle with wayland scaling & gsettings
This commit is contained in:
parent
34d3e14c2f
commit
ed5a753b19
4 changed files with 18 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ README.md
|
||||||
|
|
||||||
{{- if has "wayland" .class | not }}
|
{{- if has "wayland" .class | not }}
|
||||||
.config/hypr
|
.config/hypr
|
||||||
|
.local/share/nwg-look
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if eq .chezmoi.osRelease.id "arch" | not }}
|
{{- if eq .chezmoi.osRelease.id "arch" | not }}
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ padding = { x = 4, y = 8 }
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal = { family = "Fantasque Sans Mono", style = "Regular" }
|
normal = { family = "Fantasque Sans Mono", style = "Regular" }
|
||||||
size = 14
|
size = 16
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
################
|
################
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor=DP-1, 2560x1440@165, auto, 1.25
|
monitor=DP-1, 2560x1440@165, auto, 1
|
||||||
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
|
|
|
||||||
15
private_dot_local/share/nwg-look/gsettings
Normal file
15
private_dot_local/share/nwg-look/gsettings
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Generated by nwg-look, do not edit this file.
|
||||||
|
gtk-theme=Catppuccin-Mocha
|
||||||
|
icon-theme=breeze
|
||||||
|
font-name=Cantarell 10
|
||||||
|
cursor-theme=Bibata-Modern-Ice
|
||||||
|
cursor-size=24
|
||||||
|
toolbar-style=both-horiz
|
||||||
|
toolbar-icons-size=large
|
||||||
|
font-hinting=full
|
||||||
|
font-antialiasing=rgba
|
||||||
|
font-rgba-order=rgb
|
||||||
|
text-scaling-factor=1.2
|
||||||
|
color-scheme=prefer-dark
|
||||||
|
event-sounds=true
|
||||||
|
input-feedback-sounds=false
|
||||||
Loading…
Add table
Add a link
Reference in a new issue