-
Notifications
You must be signed in to change notification settings - Fork 0
stylesheet
who knows how to place the panel at the left-had-side rather than the bottom of the screen?
/*
file: ~/.config/autostart/org.kde.liquidshell.desktop and contains
[Desktop Entry]
Exec=liquidshell -stylesheet /home/YOU/lq_stylesheet.css
X-DBUS-StartupType=Unique
Name=Liquid Desktop Workspace
Name[x-test]=xxLiquid Desktop Workspacexx
Type=Application
X-KDE-StartupNotify=false
OnlyShowIn=KDE;
X-KDE-autostart-phase=0
NoDisplay=true
*/
DesktopPanel
{
min-height: 65px;
max-height: 75px;
}
ClockWidget QLabel#time
{
font-size: 22px;
font-weight: bold;
}
ClockWidget
{
qproperty-dayFormat: "dddd";
qproperty-dateFormat: "dd.MM.yyyy";
}
SysLoad
{
qproperty-cpuUserColor: orange;
qproperty-cpuSystemColorColor: red;
qproperty-cpuNiceColorColor: yellow;
qproperty-cpuSummaryBar: true;
qproperty-memUsedColor: blue;
qproperty-memCachedColor: darkGreen;
qproperty-memSwapColor: cyan;
qproperty-netReceivedColor: green;
qproperty-netSentColor: red;
}
StartMenu
{
qproperty-themeIcon: "start-here-kde"
}
WeatherApplet
{
background: rgba(32, 56, 92, 75%);
border: none;
color: white;
font-size: 20px;
}
WeatherApplet QLabel#city
{
font-size: 28px;
}