Update Plasma

This commit is contained in:
albert 2024-06-20 19:26:40 +09:00
parent b22428ef30
commit 2417634b79
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 8 additions and 3 deletions

View file

@ -6,11 +6,11 @@
programs.bash.sessionVariables = { programs.bash.sessionVariables = {
DISABLE_TMUX = "true"; DISABLE_TMUX = "true";
GTK_THEME = "Arc"; GTK_THEME = "Breeze"; # To set the firefox theme
}; };
programs.fish.shellInit = '' programs.fish.shellInit = ''
set DISABLE_TMUX "true" set DISABLE_TMUX "true"
set GKT_THEME "Arc" set GKT_THEME "Breeze"
''; '';
# GTK_THEME = "Gruvbox-Dark-BL"; # GTK_THEME = "Gruvbox-Dark-BL";

View file

@ -11,6 +11,11 @@
}; };
}; };
kwinrc = { kwinrc = {
# Set window border size
"org.kde.kdecoration2" = {
BorderSize = "None";
BorderSizeAuto = false;
};
# Set NightLight coordinates # Set NightLight coordinates
NightColor = { NightColor = {
Active = true; Active = true;