From 839593b11ecd679d9000f8576c02768af6eb80f9 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 3 Aug 2025 17:31:58 +0700 Subject: [PATCH] add konsole konfig --- .config/konsolerc | 11 +++++++++++ .local/share/icons/quickshell.svg | 1 - .local/share/konsole/Profile 1.profile | 12 ++++++++++++ install.sh | 1 + 4 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .config/konsolerc delete mode 120000 .local/share/icons/quickshell.svg create mode 100644 .local/share/konsole/Profile 1.profile diff --git a/.config/konsolerc b/.config/konsolerc new file mode 100644 index 00000000..31a3b757 --- /dev/null +++ b/.config/konsolerc @@ -0,0 +1,11 @@ +[Desktop Entry] +DefaultProfile=Profile 1.profile + +[General] +ConfigVersion=1 + +[KonsoleWindow] +UseSingleInstance=true + +[UiSettings] +ColorScheme= diff --git a/.local/share/icons/quickshell.svg b/.local/share/icons/quickshell.svg deleted file mode 120000 index 8dc05d01..00000000 --- a/.local/share/icons/quickshell.svg +++ /dev/null @@ -1 +0,0 @@ -illogical-impulse.svg \ No newline at end of file diff --git a/.local/share/konsole/Profile 1.profile b/.local/share/konsole/Profile 1.profile new file mode 100644 index 00000000..95640396 --- /dev/null +++ b/.local/share/konsole/Profile 1.profile @@ -0,0 +1,12 @@ +[Appearance] +ColorScheme=MaterialYou + +[General] +Command=/bin/fish +Environment=COLORTERM=truecolor +Name=Profile 1 +Parent=FALLBACK/ + +[Keyboard] +KeyBindings=default + diff --git a/install.sh b/install.sh index ae9891e9..b61fdac2 100755 --- a/install.sh +++ b/install.sh @@ -233,6 +233,7 @@ esac # since the files here come from different places, not only about one program. # v rsync -av ".local/bin/" "$XDG_BIN_HOME" # No longer needed since scripts are no longer in ~/.local/bin v rsync -av ".local/share/icons/" "${XDG_DATA_HOME:-$HOME/.local/share}"/icons/ +v rsync -av ".local/share/konsole/" "${XDG_DATA_HOME:-$HOME/.local/share}"/konsole/ # Prevent hyprland from not fully loaded sleep 1