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 = {
DISABLE_TMUX = "true";
GTK_THEME = "Arc";
GTK_THEME = "Breeze"; # To set the firefox theme
};
programs.fish.shellInit = ''
set DISABLE_TMUX "true"
set GKT_THEME "Arc"
set GKT_THEME "Breeze"
'';
# GTK_THEME = "Gruvbox-Dark-BL";

View file

@ -9,8 +9,13 @@
Image = "/etc/nixos/git/wallpapers/${theme}/wallpaper1.png";
PreviewImage = "/etc/nixos/git/wallpapers/${theme}/wallpaper1.png";
};
};
};
kwinrc = {
# Set window border size
"org.kde.kdecoration2" = {
BorderSize = "None";
BorderSizeAuto = false;
};
# Set NightLight coordinates
NightColor = {
Active = true;