File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,20 @@ function packages() {
58
58
}
59
59
60
60
function configure() {
61
+ echo " --> Configure KDE."
62
+ kwriteconfig6 --file " $HOME " /.config/kdeglobals --group " General" --key " ColorSchemeHash" " babca25f3a5cf7ece26a85de212ab43d0a141257"
61
63
kwriteconfig6 --file " $HOME " /.config/kdeglobals --group " KDE" --key " LookAndFeelPackage" " org.kde.breezedark.desktop"
62
64
kwriteconfig6 --file " $HOME " /.config/kdeglobals --group " KDE" --key " widgetStyle" " Fusion"
63
65
kwriteconfig6 --file " $HOME " /.config/kdeglobals --group " Sounds" --key " Enable" " false"
64
66
kwriteconfig6 --file " $HOME " /.config/ksplashrc --group " KSplash" --key " Engine" " None"
65
67
kwriteconfig6 --file " $HOME " /.config/ksplashrc --group " KSplash" --key " Theme" " None"
66
68
kwriteconfig6 --file " $HOME " /.config/kwalletrc --group " Wallet" --key " Enabled" " false"
67
- kwriteconfig6 --file " $HOME " /.config/kwinrc --group " TabBox" --key " HighlightWindows" " false"
68
- kwriteconfig6 --file " $HOME " /.config/kwinrc --group " TabBox" --key " LayoutName" " compact"
69
69
kwriteconfig6 --file " $HOME " /.config/kwinrc --group " TabBoxAlternative" --key " HighlightWindows" " false"
70
70
kwriteconfig6 --file " $HOME " /.config/kwinrc --group " TabBoxAlternative" --key " LayoutName" " compact"
71
+ kwriteconfig6 --file " $HOME " /.config/kwinrc --group " TabBox" --key " HighlightWindows" " false"
72
+ kwriteconfig6 --file " $HOME " /.config/kwinrc --group " TabBox" --key " LayoutName" " compact"
73
+ kwriteconfig6 --file " $HOME " /.config/plasma-localerc --group " Formats" --key " LANG" " en_US.UTF-8"
74
+ kwriteconfig6 --file " $HOME " /.config/plasmanotifyrc --group " DoNotDisturb" --key " NotificationSoundsMuted" " true"
71
75
72
76
kscreen-doctor output.HDMI-A-1.scale.1
73
77
}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ function main() {
5
5
configure_alacritty
6
6
configure_git
7
7
configure_gpg
8
+ configure_helix
8
9
configure_kde
9
10
configure_profile
10
11
configure_tmux
@@ -86,6 +87,7 @@ alias e="yazi"
86
87
alias f="fzf -i --print0 | xclip -selection clipboard"
87
88
alias g="grep -n --color"
88
89
alias h="history"
90
+ alias hx="helix"
89
91
alias l="lsd -lahS --color=auto"
90
92
alias ll="lsd -laS --color=auto"
91
93
alias o="dolphin ."
@@ -594,6 +596,14 @@ function configure_gpg() {
594
596
echo " DA0D2EC084DA5974997B8F5D3BAB49A94D82E715" > ~ /.gnupg/sshcontrol
595
597
}
596
598
599
+ function configure_helix() {
600
+ echo " --> Configure Helix"
601
+
602
+ cat > " $HOME " /.config/helix/config.toml << 'EOF '
603
+ theme = "adwaita-dark"
604
+ EOF
605
+ }
606
+
597
607
function configure_kde() {
598
608
echo " --> Configure KDE."
599
609
# kwriteconfig6 --file ~/.config/kdedefaults/ksplashrc --group KSplash --key Theme org.kde.breezedark.desktop
You can’t perform that action at this time.
0 commit comments