add konsole settings
This commit is contained in:
@@ -7,6 +7,9 @@ fi
|
|||||||
|
|
||||||
export TIME_STYLE="long-iso"
|
export TIME_STYLE="long-iso"
|
||||||
|
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
|
export LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
# User specific environment
|
# User specific environment
|
||||||
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then
|
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then
|
||||||
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
||||||
@@ -16,6 +19,9 @@ export PATH
|
|||||||
# Uncomment the following line if you don't like systemctl's auto-paging feature:
|
# Uncomment the following line if you don't like systemctl's auto-paging feature:
|
||||||
# export SYSTEMD_PAGER=
|
# export SYSTEMD_PAGER=
|
||||||
|
|
||||||
|
# Konsole-specific (optional)
|
||||||
|
export TERM=xterm-256color
|
||||||
|
|
||||||
# User specific aliases and functions
|
# User specific aliases and functions
|
||||||
if [ -d ~/.bashrc.d ]; then
|
if [ -d ~/.bashrc.d ]; then
|
||||||
for rc in ~/.bashrc.d/*; do
|
for rc in ~/.bashrc.d/*; do
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
DefaultProfile=bash.profile
|
||||||
|
|
||||||
|
[General]
|
||||||
|
ConfigVersion=1
|
||||||
|
|
||||||
|
[UiSettings]
|
||||||
|
ColorScheme=
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# konsole
|
||||||
|
|
||||||
|
Grab themes at https://github.com/catppuccin/konsole/
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
[Appearance]
|
||||||
|
ColorScheme=catppuccin-mocha
|
||||||
|
|
||||||
|
[General]
|
||||||
|
Icon=utilities-terminal-symbolic
|
||||||
|
Name=bash
|
||||||
|
Parent=FALLBACK/
|
||||||
|
TerminalColumns=128
|
||||||
|
|
||||||
|
[Keyboard]
|
||||||
|
KeyBindings=default
|
||||||
@@ -0,0 +1,96 @@
|
|||||||
|
[Background]
|
||||||
|
Color=36,39,58
|
||||||
|
|
||||||
|
[BackgroundFaint]
|
||||||
|
Color=36,39,58
|
||||||
|
|
||||||
|
[BackgroundIntense]
|
||||||
|
Color=36,39,58
|
||||||
|
|
||||||
|
[Color0]
|
||||||
|
Color=110,115,141
|
||||||
|
|
||||||
|
[Color0Faint]
|
||||||
|
Color=110,115,141
|
||||||
|
|
||||||
|
[Color0Intense]
|
||||||
|
Color=110,115,141
|
||||||
|
|
||||||
|
[Color1]
|
||||||
|
Color=237,135,150
|
||||||
|
|
||||||
|
[Color1Faint]
|
||||||
|
Color=237,135,150
|
||||||
|
|
||||||
|
[Color1Intense]
|
||||||
|
Color=237,135,150
|
||||||
|
|
||||||
|
[Color2]
|
||||||
|
Color=166,218,149
|
||||||
|
|
||||||
|
[Color2Faint]
|
||||||
|
Color=166,218,149
|
||||||
|
|
||||||
|
[Color2Intense]
|
||||||
|
Color=166,218,149
|
||||||
|
|
||||||
|
[Color3]
|
||||||
|
Color=238,212,159
|
||||||
|
|
||||||
|
[Color3Faint]
|
||||||
|
Color=238,212,159
|
||||||
|
|
||||||
|
[Color3Intense]
|
||||||
|
Color=238,212,159
|
||||||
|
|
||||||
|
[Color4]
|
||||||
|
Color=138,173,244
|
||||||
|
|
||||||
|
[Color4Faint]
|
||||||
|
Color=138,173,244
|
||||||
|
|
||||||
|
[Color4Intense]
|
||||||
|
Color=138,173,244
|
||||||
|
|
||||||
|
[Color5]
|
||||||
|
Color=198,160,246
|
||||||
|
|
||||||
|
[Color5Faint]
|
||||||
|
Color=198,160,246
|
||||||
|
|
||||||
|
[Color5Intense]
|
||||||
|
Color=198,160,246
|
||||||
|
|
||||||
|
[Color6]
|
||||||
|
Color=145,215,227
|
||||||
|
|
||||||
|
[Color6Faint]
|
||||||
|
Color=145,215,227
|
||||||
|
|
||||||
|
[Color6Intense]
|
||||||
|
Color=145,215,227
|
||||||
|
|
||||||
|
[Color7]
|
||||||
|
Color=202,211,245
|
||||||
|
|
||||||
|
[Color7Faint]
|
||||||
|
Color=202,211,245
|
||||||
|
|
||||||
|
[Color7Intense]
|
||||||
|
Color=202,211,245
|
||||||
|
|
||||||
|
[Foreground]
|
||||||
|
Color=202,211,245
|
||||||
|
|
||||||
|
[ForegroundFaint]
|
||||||
|
Color=202,211,245
|
||||||
|
|
||||||
|
[ForegroundIntense]
|
||||||
|
Color=202,211,245
|
||||||
|
|
||||||
|
[General]
|
||||||
|
Blur=false
|
||||||
|
ColorRandomization=false
|
||||||
|
Description=Catppuccin Macchiato
|
||||||
|
Opacity=1
|
||||||
|
Wallpaper=
|
||||||
@@ -0,0 +1,96 @@
|
|||||||
|
[Background]
|
||||||
|
Color=30,30,46
|
||||||
|
|
||||||
|
[BackgroundFaint]
|
||||||
|
Color=30,30,46
|
||||||
|
|
||||||
|
[BackgroundIntense]
|
||||||
|
Color=30,30,46
|
||||||
|
|
||||||
|
[Color0]
|
||||||
|
Color=108,112,134
|
||||||
|
|
||||||
|
[Color0Faint]
|
||||||
|
Color=108,112,134
|
||||||
|
|
||||||
|
[Color0Intense]
|
||||||
|
Color=108,112,134
|
||||||
|
|
||||||
|
[Color1]
|
||||||
|
Color=243,139,168
|
||||||
|
|
||||||
|
[Color1Faint]
|
||||||
|
Color=243,139,168
|
||||||
|
|
||||||
|
[Color1Intense]
|
||||||
|
Color=243,139,168
|
||||||
|
|
||||||
|
[Color2]
|
||||||
|
Color=166,227,161
|
||||||
|
|
||||||
|
[Color2Faint]
|
||||||
|
Color=166,227,161
|
||||||
|
|
||||||
|
[Color2Intense]
|
||||||
|
Color=166,227,161
|
||||||
|
|
||||||
|
[Color3]
|
||||||
|
Color=249,226,175
|
||||||
|
|
||||||
|
[Color3Faint]
|
||||||
|
Color=249,226,175
|
||||||
|
|
||||||
|
[Color3Intense]
|
||||||
|
Color=249,226,175
|
||||||
|
|
||||||
|
[Color4]
|
||||||
|
Color=137,180,250
|
||||||
|
|
||||||
|
[Color4Faint]
|
||||||
|
Color=137,180,250
|
||||||
|
|
||||||
|
[Color4Intense]
|
||||||
|
Color=137,180,250
|
||||||
|
|
||||||
|
[Color5]
|
||||||
|
Color=203,166,247
|
||||||
|
|
||||||
|
[Color5Faint]
|
||||||
|
Color=203,166,247
|
||||||
|
|
||||||
|
[Color5Intense]
|
||||||
|
Color=203,166,247
|
||||||
|
|
||||||
|
[Color6]
|
||||||
|
Color=137,220,235
|
||||||
|
|
||||||
|
[Color6Faint]
|
||||||
|
Color=137,220,235
|
||||||
|
|
||||||
|
[Color6Intense]
|
||||||
|
Color=137,220,235
|
||||||
|
|
||||||
|
[Color7]
|
||||||
|
Color=205,214,244
|
||||||
|
|
||||||
|
[Color7Faint]
|
||||||
|
Color=205,214,244
|
||||||
|
|
||||||
|
[Color7Intense]
|
||||||
|
Color=205,214,244
|
||||||
|
|
||||||
|
[Foreground]
|
||||||
|
Color=205,214,244
|
||||||
|
|
||||||
|
[ForegroundFaint]
|
||||||
|
Color=205,214,244
|
||||||
|
|
||||||
|
[ForegroundIntense]
|
||||||
|
Color=205,214,244
|
||||||
|
|
||||||
|
[General]
|
||||||
|
Blur=false
|
||||||
|
ColorRandomization=false
|
||||||
|
Description=Catppuccin Mocha
|
||||||
|
Opacity=1
|
||||||
|
Wallpaper=
|
||||||
Reference in New Issue
Block a user