322 lines
7.5 KiB
Plaintext
322 lines
7.5 KiB
Plaintext
# Copyright 2019 Romain V. <contact@rokin.in> - <https://github.com/Rokin05>
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Library General Public
|
|
# License along with this program; if not, see <https://www.gnu.org/licenses>.
|
|
|
|
|
|
[General]
|
|
|
|
# BACKGROUND :
|
|
# type : color, image
|
|
type=color
|
|
color=#1b1c16
|
|
background="components/artwork/background.jpg"
|
|
background.blur=false
|
|
background.blur.intensity=64
|
|
|
|
# MENU :
|
|
# menu.default.size : mini, icon, tiny, half, halfmax, full
|
|
# menu.default.position : left, right
|
|
menu.default.size=full
|
|
menu.default.position=left
|
|
|
|
# MULTISCREEN :
|
|
# Does SDDM must be only show on the primary display screen ?
|
|
enable.primary_screen_only=false
|
|
|
|
# INTERFACE :
|
|
enable.button.shutdown=true
|
|
enable.button.reboot=true
|
|
enable.button.suspend=true
|
|
enable.button.otheruser=true
|
|
enable.button.fullscreen.switch=true
|
|
|
|
# ELEMENTS POSITIONS :
|
|
# Note : When menu is left, its mirrored.
|
|
# *this not support multiple item at the same position (stacking result).
|
|
#
|
|
# | top-left ----- top ----- top-right |
|
|
# | left right |
|
|
# | bottom-left - bottom - bottom-left |
|
|
#
|
|
position.clock="top"
|
|
position.combobox="bottom-right"
|
|
position.button.action="bottom"
|
|
position.button.virtual.keyboard="bottom-left"
|
|
position.battery="top-right"
|
|
###position.button.fullsize
|
|
|
|
|
|
|
|
# =========================
|
|
# Style
|
|
# =========================
|
|
|
|
# Notes : Color can use alpha value :
|
|
# By a hexadecimal triplet or quad in the form "#RRGGBB" and "#AARRGGBB" respectively.
|
|
# https://doc.qt.io/qt-5/qml-color.html
|
|
|
|
[screensaver]
|
|
timer.secondes=90
|
|
clock.visible=true
|
|
|
|
[menu]
|
|
background.color.normal=#000000
|
|
background.opacity=0.08
|
|
border.color.normal=#000000
|
|
border.color.hover=#000000
|
|
border.color.press=#000000
|
|
border.opacity.normal=0.1
|
|
border.opacity.hover=0.2
|
|
border.opacity.press=0.2
|
|
border.size=2
|
|
|
|
[userlist]
|
|
icon.size=96
|
|
icon.round=true
|
|
icon.round.defaultface=true
|
|
frame.spacing=22
|
|
text.size.normal=10
|
|
text.size.focus=12
|
|
text.bold.normal=false
|
|
text.bold.focus=false
|
|
text.italic=false
|
|
text.font=
|
|
text.color.normal=#fdfff1
|
|
text.color.focus=#fdfff1
|
|
shadow.color=#111111
|
|
shadow.spread=0.1
|
|
shadow.radius=14
|
|
|
|
# Username on vertical userlist-view
|
|
[label.username]
|
|
text.size=12
|
|
text.bold=false
|
|
text.italic=false
|
|
text.font=
|
|
text.color=#fdfff1
|
|
shadow.color=#80000000
|
|
shadow.spread=0.1
|
|
shadow.radius=6
|
|
|
|
[alert.message]
|
|
text.size=8
|
|
text.bold=false
|
|
text.italic=false
|
|
text.font=
|
|
text.color=#43443d
|
|
|
|
[combobox]
|
|
background.color.normal=#161613
|
|
background.color.hover=#161613
|
|
background.color.press=#161613
|
|
background.color.focus=#161613
|
|
border.color.normal=#26000000
|
|
border.color.hover=#26000000
|
|
border.color.press=#26000000
|
|
border.color.focus=#2f302b
|
|
border.size.normal=1
|
|
border.size.hover=1
|
|
border.size.press=1
|
|
border.size.focus=1
|
|
text.color.normal=#43443d
|
|
text.color.hover=#43443d
|
|
text.color.press=#43443d
|
|
text.color.focus=#43443d
|
|
text.size=9
|
|
text.bold=false
|
|
text.italic=false
|
|
text.font=
|
|
radius=12
|
|
arrow.visible=true
|
|
shadow.color=#111111
|
|
shadow.spread=0.4
|
|
shadow.radius=6
|
|
|
|
[combobox.popup]
|
|
background.color.normal=#161613
|
|
border.color.normal=#161613
|
|
radius=6
|
|
shadow.color=#111111
|
|
shadow.spread=0.6
|
|
shadow.radius=6
|
|
|
|
[combobox.menu]
|
|
background.color.normal=#161613
|
|
background.color.hover=#1a1a16
|
|
background.color.press=#1a1a16
|
|
background.color.focus=#1a1a16
|
|
text.color.normal=#43443d
|
|
text.color.hover=#43443d
|
|
text.color.press=#43443d
|
|
text.color.focus=#43443d
|
|
text.size=9
|
|
text.italic=false
|
|
text.font=
|
|
flag.visible=true
|
|
flag.size=16
|
|
radius=0
|
|
|
|
[button]
|
|
height=40
|
|
background.color.normal=#272821
|
|
background.color.hover=#272821
|
|
background.color.press=#272821
|
|
###background.color.focus
|
|
border.color.normal=#26000000
|
|
border.color.hover=#26000000
|
|
border.color.press=#26000000
|
|
###border.color.focus
|
|
border.size.normal=1
|
|
border.size.hover=1
|
|
border.size.press=1
|
|
text.color.normal=#57584f
|
|
text.color.hover=#57584f
|
|
text.color.press=#57584f
|
|
text.size=9
|
|
text.bold=false
|
|
text.italic=false
|
|
text.font=
|
|
radius=20
|
|
|
|
[textfield]
|
|
height=40
|
|
width=200
|
|
width.min=125
|
|
background.color.normal=#161613
|
|
background.color.hover=#161613
|
|
background.color.focus=#161613
|
|
border.color.normal=#26000000
|
|
border.color.hover=#26000000
|
|
border.color.focus=#26000000
|
|
border.size.normal=1
|
|
border.size.hover=1
|
|
border.size.focus=1
|
|
text.color.normal=#57584f
|
|
text.color.hover=#57584f
|
|
text.color.select=#57584f
|
|
text.color.select.bg=#1f201c
|
|
text.size=9
|
|
text.bold=false
|
|
text.italic=false
|
|
text.font=
|
|
icon.size=16
|
|
radius=12
|
|
|
|
[action.button]
|
|
icon.size=48
|
|
text.color.normal=#57584f
|
|
text.color.hover=#57584f
|
|
text.color.press=#57584f
|
|
text.color.focus=#57584f
|
|
text.size=8
|
|
text.bold=false
|
|
text.italic=false
|
|
text.font=
|
|
text.visible=true
|
|
text.autohide=true
|
|
opacity.normal=0.8
|
|
opacity.hover=1
|
|
opacity.disabled=0.4
|
|
shadow.color=#000000
|
|
shadow.spread=0.2
|
|
shadow.radius=8
|
|
|
|
[switch]
|
|
height=14
|
|
width=56
|
|
background.color.on.normal=#161613
|
|
background.color.on.hover=#161613
|
|
background.color.on.press=#161613
|
|
background.color.on.focus=#161613
|
|
background.color.off.normal=#161613
|
|
background.color.off.hover=#161613
|
|
background.color.off.press=#161613
|
|
background.color.off.focus=#161613
|
|
border.size.normal=1
|
|
border.size.hover=1
|
|
border.size.press=1
|
|
border.size.focus=1
|
|
border.color.on.normal=#26000000
|
|
border.color.on.hover=#26000000
|
|
border.color.on.press=#26000000
|
|
border.color.on.focus=#2f302b
|
|
border.color.off.normal=#26000000
|
|
border.color.off.hover=#26000000
|
|
border.color.off.press=#26000000
|
|
border.color.off.focus=#2f302b
|
|
# ==
|
|
indicator.size=28
|
|
indicator.color.on.normal=#393a34
|
|
indicator.color.on.hover=#393a34
|
|
indicator.color.on.press=#393a34
|
|
indicator.color.on.focus=#393a34
|
|
indicator.color.off.normal=#2f302b
|
|
indicator.color.off.hover=#31322d
|
|
indicator.color.off.press=#31322d
|
|
indicator.color.off.focus=#31322d
|
|
indicator.border.size.normal=1
|
|
indicator.border.size.hover=1
|
|
indicator.border.size.press=1
|
|
indicator.border.size.focus=1
|
|
indicator.border.color.on.normal=#26000000
|
|
indicator.border.color.on.hover=#26000000
|
|
indicator.border.color.on.press=#26000000
|
|
indicator.border.color.on.focus=#26000000
|
|
indicator.border.color.off.normal=#26000000
|
|
indicator.border.color.off.hover=#26000000
|
|
indicator.border.color.off.press=#26000000
|
|
indicator.border.color.off.focus=#26000000
|
|
|
|
|
|
# Time and Date format expressions :
|
|
# https://doc.qt.io/qt-5/qml-qtqml-qt.html#formatDateTime-method
|
|
|
|
[clock]
|
|
time.visible=true
|
|
time.size=48
|
|
time.bold=false
|
|
time.italic=false
|
|
time.font=pacifico
|
|
time.format=hh:mm
|
|
time.color=#fdfff1
|
|
date.visible=true
|
|
date.size=32
|
|
date.bold=false
|
|
date.italic=false
|
|
date.font=pacifico
|
|
date.format=
|
|
date.color=#fdfff1
|
|
shadow.color=#000000
|
|
shadow.spread=0.2
|
|
shadow.radius=14
|
|
|
|
|
|
# =========================
|
|
# Files paths
|
|
# =========================
|
|
|
|
[path]
|
|
combobox.folder.flags="artwork/combobox/flags/default"
|
|
combobox.icon.arrow="artwork/combobox/double-arrow.png"
|
|
textfield.icon.hidden="artwork/textbox/hidden.svg"
|
|
textfield.icon.visible="artwork/textbox/visible.svg"
|
|
textfield.icon.clear="artwork/textbox/backspace.svg"
|
|
action.icon.suspend="artwork/buttons/suspend.svg"
|
|
action.icon.reboot="artwork/buttons/reboot.svg"
|
|
action.icon.shutdown="artwork/buttons/shutdown.svg"
|
|
action.icon.switchuser="artwork/buttons/switch-user.svg"
|
|
action.icon.fullscreen="artwork/buttons/fullscreen.svg"
|
|
login.icon.default="artwork/face.icon"
|
|
|