Добавлены настройки для xfce4-screensaver

mhiretskiy
parent 3d3d22f394
commit b34bc5cd28

@ -1,5 +1,13 @@
@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained.css");
#login_box infobar box {
background-color: white;
}
#login_box box {
border: none;
}
.panel {
#?pkg(xfce-base/xfce4-panel)>=4.14#
background-color: #343938;

@ -25,6 +25,12 @@
PATH=/bin:/usr/bin
export PATH
#
# Lock by xfce4-screensaver, if a respective daemon is running
if type xfce4-screensaver-command
then
xfce4-screensaver-command --lock &>/dev/null && exit
fi
# spawn xflock4 before suspend contains DISPLAY without dot symbol
# wait several seconds before the dm-tool running if it's the suspend

Loading…
Cancel
Save