8ed04b6fed
fixes a lot of issues related to color generation, since now there's a default wallpaper
17 lines
451 B
Plaintext
17 lines
451 B
Plaintext
|
|
# color-shell configuration, please don't modify unless you know what you're doing!
|
|
|
|
###############
|
|
## VARIABLES ##
|
|
###############
|
|
# Wiki: https://wiki.hyprland.org/Hypr-Ecosystem/hyprlang#defining-variables
|
|
|
|
$scripts = sh $XDG_CONFIG_HOME/hypr/scripts
|
|
# Use this variable to execute apps dinamically (runs with uwsm if being used by compositor)
|
|
$exec = $scripts/exec.sh
|
|
|
|
$mainMod = SUPER
|
|
$terminal = kitty
|
|
$fm = nautilus
|
|
$menu = colorshell runner
|