@@ -26,43 +26,41 @@ function desktop() {
26
26
function packages() {
27
27
echo " --> Install packages."
28
28
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` \
57
57
& > /dev/null
58
58
}
59
59
60
60
function configure() {
61
61
kwriteconfig6 --file " $HOME " /.config/kdeglobals --group " Sounds" --key " Enable" " false"
62
-
63
62
kwriteconfig6 --file " $HOME " /.config/ksplashrc --group " KSplash" --key " Engine" " None"
64
63
kwriteconfig6 --file " $HOME " /.config/ksplashrc --group " KSplash" --key " Theme" " None"
65
-
66
64
kwriteconfig6 --file " $HOME " /.config/kwalletrc --group " Wallet" --key " Enabled" " false"
67
65
68
66
kscreen-doctor output.HDMI-A-1.scale.1
0 commit comments