Update Plasma
This commit is contained in:
parent
b22428ef30
commit
2417634b79
2 changed files with 8 additions and 3 deletions
|
@ -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";
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue