Skip to content

Commit ba6f5b9

Browse files
Save changes at: 1741648594
1 parent 78bbc3b commit ba6f5b9

File tree

1 file changed

+28
-30
lines changed

1 file changed

+28
-30
lines changed

kde.sh

+28-30
Original file line numberDiff line numberDiff line change
@@ -26,43 +26,41 @@ function desktop() {
2626
function packages() {
2727
echo "--> Install packages."
2828
sudo pacman -S --noconfirm --needed \
29-
ark `#Archiving Tool` \
30-
digikam `#Digital photo management` \
31-
dolphin `#File manager` \
32-
elisa `#Music player` \
33-
firefox `#Web browser` \
34-
gwenview `#Image viewer` \
35-
hunspell-en_us `#Spell dictionary EN` \
36-
hunspell-es_es `#Spell dictionary ES` \
37-
kamoso `#Camera tool` \
38-
kate `#Code editor` \
39-
kbackup `#Backup tool` \
40-
kcalc `#Calculator` \
41-
kcharselect `#select special characters` \
42-
kcolorchooser `#color palette tool` \
43-
kfind `#Find files` \
44-
kid3 `#Audio tag editor` \
45-
kmix `#Sound channel mixer` \
46-
konsole `#Terminal client` \
47-
ksystemlog `#Show all logs` \
48-
ktorrent `#Torrent client` \
49-
okteta `#Hex editor` \
50-
okular `#Document viewer` \
51-
partitionmanager `#Partition Manager` \
52-
powerdevil `#Power consumption settings` \
53-
rssguard `#RSS Client` \
54-
spectacle `#Screenshots` \
55-
system-config-printer `#Print settings` \
56-
thunderbird `#Email client` \
29+
ark `# Archiving Tool` \
30+
digikam `# Digital photo management` \
31+
dolphin `# File manager` \
32+
elisa `# Music player` \
33+
firefox `# Web browser` \
34+
gwenview `# Image viewer` \
35+
hunspell-en_us `# Spell dictionary EN` \
36+
hunspell-es_es `# Spell dictionary ES` \
37+
kamoso `# Camera tool` \
38+
kate `# Code editor` \
39+
kbackup `# Backup tool` \
40+
kcalc `# Calculator` \
41+
kcharselect `# Select special characters` \
42+
kcolorchooser `# color palette tool` \
43+
kfind `# Find files` \
44+
kid3 `# Audio tag editor` \
45+
kmix `# Sound channel mixer` \
46+
konsole `# Terminal client` \
47+
ksystemlog `# Show all logs` \
48+
ktorrent `# Torrent client` \
49+
okteta `# Hex editor` \
50+
okular `# Document viewer` \
51+
partitionmanager `# Partition Manager` \
52+
powerdevil `# Power consumption settings` \
53+
rssguard `# RSS Client` \
54+
spectacle `# Screenshots` \
55+
system-config-printer `# Print settings` \
56+
thunderbird `# Email client` \
5757
&> /dev/null
5858
}
5959

6060
function configure() {
6161
kwriteconfig6 --file "$HOME"/.config/kdeglobals --group "Sounds" --key "Enable" "false"
62-
6362
kwriteconfig6 --file "$HOME"/.config/ksplashrc --group "KSplash" --key "Engine" "None"
6463
kwriteconfig6 --file "$HOME"/.config/ksplashrc --group "KSplash" --key "Theme" "None"
65-
6664
kwriteconfig6 --file "$HOME"/.config/kwalletrc --group "Wallet" --key "Enabled" "false"
6765

6866
kscreen-doctor output.HDMI-A-1.scale.1

0 commit comments

Comments
 (0)