From 44927e1b4708b60ee013cd597bd827c2637ac8fa Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 14 Jan 2018 08:21:17 +0000 Subject: add compton.conf, change default look to nighttime --- skel/.config/compton.conf | 27 +++++++++++++++++++++++++++ skel/.config/lxqt/lxqt-powermanagement.conf | 18 ++++++++++++++++++ skel/.config/lxqt/lxqt.conf | 6 +++--- skel/.config/lxqt/panel.conf | 2 +- 4 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 skel/.config/compton.conf create mode 100644 skel/.config/lxqt/lxqt-powermanagement.conf diff --git a/skel/.config/compton.conf b/skel/.config/compton.conf new file mode 100644 index 0000000..6f27074 --- /dev/null +++ b/skel/.config/compton.conf @@ -0,0 +1,27 @@ +no-dnd-shadow = true; +shadow-ignore-shaped = true; +backend = "glx"; +clear-shadow = true; +no-dock-shadow = true; +shadow-radius = 10; +shadow-offset-x = -15; +shadow-offset-y = -15; +menu-opacity = 0.95; +inactive-opacity = 1.0; +active-opacity = 1.0; +frame-opacity = 1.0; +inactive-dim = 0.0; +inactive-dim-fixed = true; +blur-background = true; +blur-background-frame = true; +blur-background-fixed = true; +fading = true; +fade-delta = 30; +fade-in-step = 0.03; +no-fading-openclose = true; +xinerama-shadow-crop = true; +shadow-red = 0.0; +shadow-green = 0.0; +shadow-blue = 0.0; +shadow = true; +shadow-opacity = 0.5; diff --git a/skel/.config/lxqt/lxqt-powermanagement.conf b/skel/.config/lxqt/lxqt-powermanagement.conf new file mode 100644 index 0000000..22c61f5 --- /dev/null +++ b/skel/.config/lxqt/lxqt-powermanagement.conf @@ -0,0 +1,18 @@ +[General] +__userfile__=true +enableBatteryWatcher=true +enableExtMonLidClosedActions=false +enableIdlenessWatcher=false +enableLidWatcher=false +idlenessAction=-1 +idlenessTimeSecs=900 +lidClosedAcAction=-1 +lidClosedAction=-1 +lidClosedExtMonAcAction=-1 +lidClosedExtMonAction=-1 +powerLowAction=-1 +powerLowLevel=5 +powerLowWarning=30 +runCheckLevel=1 +showIcon=true +useThemeIcons=true diff --git a/skel/.config/lxqt/lxqt.conf b/skel/.config/lxqt/lxqt.conf index 194c6ed..57329e9 100644 --- a/skel/.config/lxqt/lxqt.conf +++ b/skel/.config/lxqt/lxqt.conf @@ -1,9 +1,9 @@ [General] __theme_updated__=1470481000216 __userfile__=true -icon_theme=Numix-Circle-Light -theme=Redcore-bright +icon_theme=material-design-dark +theme=Redcore-nighttime [Qt] -font="Sans,10,-1,5,50,0,0,0,0,0" +font="Roboto,9,-1,5,50,0,0,0,0,0" style=gtk2 diff --git a/skel/.config/lxqt/panel.conf b/skel/.config/lxqt/panel.conf index 5a07aec..736729a 100644 --- a/skel/.config/lxqt/panel.conf +++ b/skel/.config/lxqt/panel.conf @@ -24,7 +24,7 @@ background-image= desktop=0 font-color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0) hidable=false -iconSize=22 +iconSize=20 lineCount=1 opacity=100 panelSize=32 -- cgit v1.2.3