mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
fix hardcoded paths: /home/end -> ~
This commit is contained in:
parent
65179b2358
commit
528f5e755b
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ monitor = 0
|
|||
|
||||
# File containing absolute path of an image (Takes precedence over automatic wallpaper detection)
|
||||
# Commented by default
|
||||
file = /home/end/.local/state/quickshell/user/wallpaper.txt
|
||||
file = ~/.local/state/quickshell/user/wallpaper.txt
|
||||
|
||||
# List of 7 space separated colors (hex or rgb) to be used for text in pywal/konsole/KSyntaxHighlighting instead of wallpaper ones
|
||||
# Accepted values are hex e.g #ff0000 and rgb e.g 255,0,0 colors (rgb is converted to hex)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[Appearance]
|
||||
color_scheme_path=/home/end/.config/qt6ct/style-colors.conf
|
||||
color_scheme_path=~/.config/qt6ct/style-colors.conf
|
||||
custom_palette=true
|
||||
icon_theme=OneUI
|
||||
standard_dialogs=default
|
||||
|
|
|
|||
Loading…
Reference in a new issue