mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
fix hardcoded paths: /home/end -> ~
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user