qt6: switch from kvantum to kde family & hyprland: a new set of config
This commit is contained in:
@@ -41,7 +41,7 @@ CONFIG_DIR = Path("~/.config").expanduser()
|
||||
# An application may have multiple scripts (e.g. due to config-switch)
|
||||
SCRIPTS = {
|
||||
"fastfetch": [CONFIG_DIR / "fastfetch" / "apply-color"],
|
||||
"kvantum": [CONFIG_DIR / "Kvantum" / "apply-color"],
|
||||
"qt6": [CONFIG_DIR / "kdeglobals.apply" / "apply-color"],
|
||||
"nwg-look": [CONFIG_DIR / "nwg-look" / "apply-color"],
|
||||
"niri": [CONFIG_DIR / "niri" / "apply-color"],
|
||||
"oh-my-posh": [
|
||||
|
||||
@@ -35,6 +35,10 @@ function log_info {
|
||||
printf "\033[0;32mInfo:\033[0m $1\n" >&2
|
||||
}
|
||||
|
||||
function log_warn {
|
||||
printf "\033[0;33mWarning:\033[0m $1\n" >&2
|
||||
}
|
||||
|
||||
function color_ansi {
|
||||
colorHex="$1"
|
||||
|
||||
@@ -51,4 +55,4 @@ function log_success {
|
||||
}
|
||||
|
||||
# relative path
|
||||
path=$(dirname "$(readlink -f "$0")")
|
||||
path=$(dirname "$(readlink -f "$0")")
|
||||
|
||||
Reference in New Issue
Block a user