mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Use gruvbox dark for Konsole
This commit is contained in:
+2
-1
@@ -125,6 +125,7 @@ if [ "$formfactor" == 1 ] || [ "$formfactor" == 2 ] || [ "$formfactor" == 3 ]; t
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/kdeglobals-gruvboxDark.colors -o /home/"$username"/.config/kdeglobals
|
||||
cp /home/"$username"/.config/kdeglobals /home/"$username"/.local/share/color-schemes/gruvboxDark.colors
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/konsole-profile -o /home/"$username"/.local/share/konsole/Custom.profile
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/gruvboxDarkKonsole.colorscheme -o /home/"$username"/.local/share/konsole/gruvboxDark.colorscheme
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/konsolerc -o /home/"$username"/.config/konsolerc
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/katerc -o /home/"$username"/.config/katerc
|
||||
# TEMPORARILY DISABLED FOR PLASMA 6 TESTING
|
||||
@@ -137,7 +138,7 @@ if [ "$formfactor" == 1 ] || [ "$formfactor" == 2 ] || [ "$formfactor" == 3 ]; t
|
||||
echo -e "[General]\nloginMode=emptySession" > /home/"$username"/.config/ksmserverrc
|
||||
echo -e "[1]\nDescription=konquake\nabove=true\naboverule=2\nnoborder=true\nnoborderrule=2\nplacement=6\nplacementrule=2\nsize=$res_x,$res_y_half\nsizerule=3\ntitle=konquake session\ntitlematch=2\ntypes=1\nwmclass=konsole org.kde.konsole\nwmclasscomplete=true\nwmclassmatch=1\n\n[2]\nDescription=konsole\nsize=1280,800\nsizerule=3\ntypes=1\nwmclass=konsole org.kde.konsole\nwmclasscomplete=true\nwmclassmatch=1\n\n[General]\ncount=2\nrules=1,2" > /home/"$username"/.config/kwinrulesrc
|
||||
chmod 755 /usr/local/bin/konquake
|
||||
chown -R "$username":users /home/"$username"/.config/katerc /home/"$username"/.config/konsolerc /home/"$username"/.local/share/konsole /home/"$username"/.config/krunnerrc /home/"$username"/.config/baloofilerc /home/"$username"/.config/ksmserverrc /home/"$username"/.config/kwinrulesrc /home/"$username"/.config/kdeglobals /home/"$username"/.local/share/color-schemes/gruvboxDark.colors
|
||||
chown -R "$username":users /home/"$username"/.config/katerc /home/"$username"/.config/konsolerc /home/"$username"/.local/share/konsole /home/"$username"/.config/krunnerrc /home/"$username"/.config/baloofilerc /home/"$username"/.config/ksmserverrc /home/"$username"/.config/kwinrulesrc /home/"$username"/.config/kdeglobals /home/"$username"/.local/share/color-schemes/gruvboxDark.colors /home/"$username"/.local/share/konsole/Custom.profile /home/"$username"/.local/share/konsole/gruvboxDark.colorscheme
|
||||
fi
|
||||
|
||||
mkdir /home/"$username"/.config/autostart
|
||||
|
||||
@@ -0,0 +1,100 @@
|
||||
[Background]
|
||||
Color=40,40,40
|
||||
|
||||
[BackgroundFaint]
|
||||
Color=40,40,40
|
||||
|
||||
[BackgroundIntense]
|
||||
Color=40,40,40
|
||||
|
||||
[Color0]
|
||||
Color=40,40,40
|
||||
|
||||
[Color0Faint]
|
||||
Color=40,40,40
|
||||
|
||||
[Color0Intense]
|
||||
Color=146,131,116
|
||||
|
||||
[Color1]
|
||||
Color=204,36,29
|
||||
|
||||
[Color1Faint]
|
||||
Color=204,36,29
|
||||
|
||||
[Color1Intense]
|
||||
Color=251,73,52
|
||||
|
||||
[Color2]
|
||||
Color=152,151,26
|
||||
|
||||
[Color2Faint]
|
||||
Color=152,151,26
|
||||
|
||||
[Color2Intense]
|
||||
Color=184,187,38
|
||||
|
||||
[Color3]
|
||||
Color=215,153,33
|
||||
|
||||
[Color3Faint]
|
||||
Color=215,153,33
|
||||
|
||||
[Color3Intense]
|
||||
Color=250,189,47
|
||||
|
||||
[Color4]
|
||||
Color=69,133,136
|
||||
|
||||
[Color4Faint]
|
||||
Color=69,133,136
|
||||
|
||||
[Color4Intense]
|
||||
Color=131,165,152
|
||||
|
||||
[Color5]
|
||||
Color=177,98,134
|
||||
|
||||
[Color5Faint]
|
||||
Color=177,98,134
|
||||
|
||||
[Color5Intense]
|
||||
Color=211,134,155
|
||||
|
||||
[Color6]
|
||||
Color=104,157,106
|
||||
|
||||
[Color6Faint]
|
||||
Color=104,157,106
|
||||
|
||||
[Color6Intense]
|
||||
Color=142,192,124
|
||||
|
||||
[Color7]
|
||||
Color=213,196,161
|
||||
|
||||
[Color7Faint]
|
||||
Color=168,153,132
|
||||
|
||||
[Color7Intense]
|
||||
Color=235,219,178
|
||||
|
||||
[Foreground]
|
||||
Color=235,219,178
|
||||
|
||||
[ForegroundFaint]
|
||||
Color=235,219,178
|
||||
|
||||
[ForegroundIntense]
|
||||
Color=235,219,178
|
||||
|
||||
[General]
|
||||
Anchor=0.5,0.5
|
||||
Blur=true
|
||||
ColorRandomization=false
|
||||
Description=Gruvbox Translucent
|
||||
FillStyle=Tile
|
||||
Opacity=0.95
|
||||
Wallpaper=
|
||||
WallpaperFlipType=NoFlip
|
||||
WallpaperOpacity=1
|
||||
@@ -1,11 +1,13 @@
|
||||
[Appearance]
|
||||
ColorScheme=DarkPastels
|
||||
ColorScheme=gruvboxDark
|
||||
Font=Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||
|
||||
[General]
|
||||
Command=/bin/zsh
|
||||
InvertSelectionColors=true
|
||||
Name=Custom
|
||||
Parent=FALLBACK/
|
||||
StartInCurrentSessionDir=false
|
||||
|
||||
[Scrolling]
|
||||
HistorySize=2000
|
||||
HistorySize=10000
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
loadkeys us
|
||||
echo ----------------------------------------------------------------------------------------------
|
||||
echo rwinkhart\'s Artix Install Script
|
||||
echo last updated March 26, 2024 \(rev. B\)
|
||||
echo last updated March 26, 2024 \(rev. C\)
|
||||
echo ----------------------------------------------------------------------------------------------
|
||||
echo You will be asked some questions before installation.
|
||||
echo -e "----------------------------------------------------------------------------------------------\n"
|
||||
|
||||
Reference in New Issue
Block a user