test
This commit is contained in:
parent
8b0c02e158
commit
144c131c75
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
GTK.application_prefer_dark_theme = true;
|
||||
GTK.cursor_theme_name = "Adwaita";
|
||||
GTK.font_name = "Cantarell 16";
|
||||
GTK.icon_theme_name = "Adwaita";
|
||||
GTK.icon_theme_name = "Papirus Dark";
|
||||
GTK.theme_name = "Gruvbox-Dark-BL";
|
||||
commands.reboot = [ "systemctl" "reboot" ];
|
||||
commands.poweroff = [ "systemctl" "poweroff" ];
|
||||
|
@ -22,10 +22,10 @@
|
|||
blur: 20px;
|
||||
}
|
||||
#user_toggle {
|
||||
visibility: hidden;
|
||||
visibility: none;
|
||||
}
|
||||
#sess_toggle {
|
||||
visibility: hidden;
|
||||
visibility: none;
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue