diff --git a/.config/yakuakerc b/.config/yakuakerc new file mode 100644 index 0000000..f04e670 --- /dev/null +++ b/.config/yakuakerc @@ -0,0 +1,26 @@ +[Animation] +Frames=0 + +[Appearance] +BackgroundColorOpacity=50 +Blur=true +HideSkinBorders=true +Skin=materia-dark +SkinInstalledWithKns=true +Translucency=true + +[Behavior] +RememberFullscreen=true + +[Desktop Entry] +DefaultProfile=Transparent.profile + +[Dialogs] +FirstRun=false + +[Window] +DynamicTabTitles=true +Height=100 +KeepOpen=false +ShowTabBar=false +Width=100 diff --git a/.local/share/konsole/Breath.colorscheme b/.local/share/konsole/Breath.colorscheme new file mode 100644 index 0000000..c71769d --- /dev/null +++ b/.local/share/konsole/Breath.colorscheme @@ -0,0 +1,100 @@ +[Background] +Color=30,34,41 + +[BackgroundFaint] +Color=46,52,57 + +[BackgroundIntense] +Color=13,15,17 + +[Color0] +Color=30,34,41 + +[Color0Faint] +Color=46,52,57 + +[Color0Intense] +Color=127,140,141 + +[Color1] +Color=237,21,21 + +[Color1Faint] +Color=120,50,40 + +[Color1Intense] +Color=192,57,43 + +[Color2] +Color=68,133,58 + +[Color2Faint] +Color=50,100,44 + +[Color2Intense] +Color=85,166,73 + +[Color3] +Color=246,116,0 + +[Color3Faint] +Color=182,86,25 + +[Color3Intense] +Color=253,188,75 + +[Color4] +Color=29,153,243 + +[Color4Faint] +Color=27,102,143 + +[Color4Intense] +Color=61,174,233 + +[Color5] +Color=155,89,182 + +[Color5Faint] +Color=97,74,115 + +[Color5Intense] +Color=142,68,173 + +[Color6] +Color=26,188,156 + +[Color6Faint] +Color=24,108,96 + +[Color6Intense] +Color=22,160,133 + +[Color7] +Color=252,252,252 + +[Color7Faint] +Color=99,104,109 + +[Color7Intense] +Color=255,255,255 + +[Foreground] +Color=23,168,139 + +[ForegroundFaint] +Color=20,150,120 + +[ForegroundIntense] +Color=0,188,150 + +[General] +Anchor=0.5,0.5 +Blur=false +ColorRandomization=false +Description=Breath Transparent +FillStyle=Crop +Opacity=0.85 +Wallpaper=/home/dma/.local/share/konsole/terminal.png +WallpaperFlipType=NoFlip +WallpaperOpacity=0.3 diff --git a/.local/share/konsole/Transparent.profile b/.local/share/konsole/Transparent.profile new file mode 100644 index 0000000..d92f94a --- /dev/null +++ b/.local/share/konsole/Transparent.profile @@ -0,0 +1,8 @@ +[Appearance] +ColorScheme=Breath +Font=JetBrains Mono NL,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1 + +[General] +Command=/bin/zsh +Name=Transparent +Parent=FALLBACK/ diff --git a/.local/share/konsole/terminal.png b/.local/share/konsole/terminal.png new file mode 100644 index 0000000..ac7ca25 Binary files /dev/null and b/.local/share/konsole/terminal.png differ