Skip to content

Instantly share code, notes, and snippets.

View geki-yaba's full-sized avatar

Hanno Zysik geki-yaba

View GitHub Profile
@geki-yaba
geki-yaba / gist:19262f9af9b2a6f838636e6f019e96a3
Created October 16, 2016 17:52
mate-screensaver lock dialog: dark Green-Submarine theme
/* mate-screensaver lock dialog */
/* taken from lightdm (other-applications.css) */
.lock-dialog.background {
border-radius: 10px;
border-style: solid;
border-width: 2px;
border-color: shade(@bg_dark_color, 0.8);
background-color: @bg_dark_color;
}
@geki-yaba
geki-yaba / vdevd-openrc-conf
Last active August 29, 2015 14:27
vdevd openrc init script
# /etc/conf.d/vdevd
VDEV_BIN="/sbin/vdevd"
VDEV_OPTS=""
VDEV_CONFIG="/etc/vdev/vdevd.conf"
VDEV_MOUNTPOINT="/dev"