mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-27 20:36:26 -04:00
Use gruvbox dark for Plasma/QT
This commit is contained in:
+3
-1
@@ -122,6 +122,8 @@ if [ "$formfactor" == 1 ] || [ "$formfactor" == 2 ] || [ "$formfactor" == 3 ]; t
|
||||
pacman -S qt6-wayland plasma-desktop xdg-desktop-portal-kde kscreen spectacle gwenview ark kate dolphin konsole kwallet-pam kwalletmanager plasma-nm plasma-pa breeze-gtk kde-gtk-config bluedevil qt6-imageformats qt6-multimedia-ffmpeg pipewire pipewire-pulse pipewire-jack pipewire-alsa wireplumber wayland-protocols hunspell hunspell-en_us bluez-openrc --needed --noconfirm
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/konquake/konquake.sh -o /usr/local/bin/konquake
|
||||
mkdir -p /home/"$username"/.local/share/konsole
|
||||
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/konsolerc -o /home/"$username"/.config/konsolerc
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/katerc -o /home/"$username"/.config/katerc
|
||||
@@ -135,7 +137,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
|
||||
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
|
||||
fi
|
||||
|
||||
mkdir /home/"$username"/.config/autostart
|
||||
|
||||
@@ -0,0 +1,119 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=56,56,56
|
||||
ColorAmount=1
|
||||
ColorEffect=0
|
||||
ContrastAmount=0.5
|
||||
ContrastEffect=1
|
||||
IntensityAmount=0
|
||||
IntensityEffect=2
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=true
|
||||
Color=112,111,110
|
||||
ColorAmount=-0.9500000000000001
|
||||
ColorEffect=0
|
||||
ContrastAmount=0.6000000000000001
|
||||
ContrastEffect=0
|
||||
Enable=false
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=70,65,63
|
||||
BackgroundNormal=60,56,54
|
||||
DecorationFocus=254,128,25
|
||||
DecorationHover=254,128,25
|
||||
ForegroundActive=131,165,152
|
||||
ForegroundInactive=146,131,116
|
||||
ForegroundLink=214,93,14
|
||||
ForegroundNegative=251,73,52
|
||||
ForegroundNeutral=250,189,47
|
||||
ForegroundNormal=235,219,178
|
||||
ForegroundPositive=184,187,38
|
||||
ForegroundVisited=211,134,155
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=168,153,132
|
||||
BackgroundNormal=40,40,40
|
||||
DecorationFocus=131,165,152
|
||||
DecorationHover=139,175,161
|
||||
ForegroundActive=131,165,152
|
||||
ForegroundInactive=235,219,178
|
||||
ForegroundLink=69,133,136
|
||||
ForegroundNegative=251,73,52
|
||||
ForegroundNeutral=250,189,47
|
||||
ForegroundNormal=131,165,152
|
||||
ForegroundPositive=184,187,38
|
||||
ForegroundVisited=211,134,155
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=123,155,143
|
||||
BackgroundNormal=254,128,25
|
||||
DecorationFocus=254,128,25
|
||||
DecorationHover=254,128,25
|
||||
ForegroundActive=40,40,40
|
||||
ForegroundInactive=146,130,116
|
||||
ForegroundLink=214,93,14
|
||||
ForegroundNegative=251,73,52
|
||||
ForegroundNeutral=250,189,47
|
||||
ForegroundNormal=40,40,40
|
||||
ForegroundPositive=184,187,38
|
||||
ForegroundVisited=177,98,134
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=154,181,171
|
||||
BackgroundNormal=254,128,25
|
||||
DecorationFocus=254,128,25
|
||||
DecorationHover=254,128,25
|
||||
ForegroundActive=251,241,199
|
||||
ForegroundInactive=146,131,116
|
||||
ForegroundLink=214,93,14
|
||||
ForegroundNegative=251,73,52
|
||||
ForegroundNeutral=215,153,33
|
||||
ForegroundNormal=40,40,40
|
||||
ForegroundPositive=152,151,26
|
||||
ForegroundVisited=177,98,134
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=50,46,45
|
||||
BackgroundNormal=60,56,54
|
||||
DecorationFocus=254,128,25
|
||||
DecorationHover=254,128,25
|
||||
ForegroundActive=131,165,152
|
||||
ForegroundInactive=146,131,116
|
||||
ForegroundLink=214,93,14
|
||||
ForegroundNegative=251,73,52
|
||||
ForegroundNeutral=250,189,47
|
||||
ForegroundNormal=235,219,178
|
||||
ForegroundPositive=184,187,38
|
||||
ForegroundVisited=211,134,155
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=30,30,30
|
||||
BackgroundNormal=40,40,40
|
||||
DecorationFocus=254,128,25
|
||||
DecorationHover=254,128,25
|
||||
ForegroundActive=131,165,152
|
||||
ForegroundInactive=146,131,116
|
||||
ForegroundLink=214,93,14
|
||||
ForegroundNegative=251,73,52
|
||||
ForegroundNeutral=250,189,47
|
||||
ForegroundNormal=235,219,178
|
||||
ForegroundPositive=184,187,38
|
||||
ForegroundVisited=211,134,155
|
||||
|
||||
[General]
|
||||
ColorScheme=GruvboxDark
|
||||
Name=gruvbox Dark
|
||||
shadeSortColumn=true
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
[WM]
|
||||
activeBackground=40,40,40
|
||||
activeBlend=29,32,33
|
||||
activeForeground=235,219,178
|
||||
inactiveBackground=40,40,40
|
||||
inactiveBlend=29,32,33
|
||||
inactiveForeground=146,131,116
|
||||
Reference in New Issue
Block a user