diff options
Diffstat (limited to 'skel/.config/lxqt')
-rw-r--r-- | skel/.config/lxqt/lxqt-powermanagement.conf | 18 | ||||
-rw-r--r-- | skel/.config/lxqt/lxqt.conf | 6 | ||||
-rw-r--r-- | skel/.config/lxqt/panel.conf | 2 |
3 files changed, 22 insertions, 4 deletions
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 |