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