@ -0,0 +1,10 @@
|
||||
/*
|
||||
* AppSwitcher
|
||||
*/
|
||||
#AppSwitcher {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0);
|
||||
}
|
||||
|
||||
#AppSwitcherArea {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0);
|
||||
}
|
@ -0,0 +1,31 @@
|
||||
/* Notepad plugin style */
|
||||
NotepadWin {
|
||||
background: transparent;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
NotepadWin QTextEdit {
|
||||
background: rgba(255, 255, 255, 60%);
|
||||
color: #000000;
|
||||
margin: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
NotepadWin QToolButton {
|
||||
min-width: 19px;
|
||||
padding: 3px 2px;
|
||||
margin-right: 1px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
|
||||
NotepadWin QToolButton#leftSided {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
NotepadWin QToolButton#justified {
|
||||
margin-right: 0px;
|
||||
}
|
||||
/* ~Notepad plugin style */
|
@ -0,0 +1,28 @@
|
||||
QWidget {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#formFrame {
|
||||
background-color: rgba(200,200,200, 128);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
QComboBox,
|
||||
QPushButton {
|
||||
border: 1px solid silver;
|
||||
background-color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
QComboBox::drop-down {
|
||||
border: none;
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
QComboBox::down-arrow {
|
||||
image: url(lxqt-lightdm-greeter/dropdown.svg);
|
||||
}
|
||||
|
||||
#leaveButton {
|
||||
qproperty-iconSize: 25px;
|
||||
qproperty-icon: url(lxqt-lightdm-greeter/leaveIcon.svg);
|
||||
}
|
After Width: | Height: | Size: 706 B |
After Width: | Height: | Size: 2.8 KiB |
@ -0,0 +1,17 @@
|
||||
Notification {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0);
|
||||
border: 1px solid #B0B0B0;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
QLabel {
|
||||
color: black;
|
||||
}
|
||||
|
||||
#appLabel {
|
||||
color: #838581;
|
||||
}
|
||||
|
||||
#closeButton {
|
||||
qproperty-icon: url(lxqt-runner/close-48x48.png);
|
||||
}
|
@ -0,0 +1,276 @@
|
||||
/*
|
||||
* General panel settings
|
||||
*/
|
||||
LxQtPanel #BackgroundWidget {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0);
|
||||
}
|
||||
|
||||
/* PositionBottom */
|
||||
LxQtPanel[position="Bottom"] #BackgroundWidget {
|
||||
border-top: 1px solid #B0B0B0;
|
||||
}
|
||||
|
||||
/* PositionTop */
|
||||
LxQtPanel[position="Top"] #BackgroundWidget {
|
||||
border-bottom: 1px solid #B0B0B0;
|
||||
}
|
||||
|
||||
/* PositionLeft */
|
||||
LxQtPanel[position="Left"] #BackgroundWidget {
|
||||
border-right: 1px solid #B0B0B0;
|
||||
}
|
||||
|
||||
/* PositionRight */
|
||||
LxQtPanel[position="Right"] #BackgroundWidget {
|
||||
border-left: 1px solid #B0B0B0;
|
||||
}
|
||||
|
||||
/*
|
||||
* General plugins settings
|
||||
*/
|
||||
Plugin {
|
||||
padding: 0 2px 0 2px;
|
||||
spacing: 20px;
|
||||
}
|
||||
|
||||
Plugin > QToolButton,
|
||||
Plugin > QWidget > QToolButton {
|
||||
margin: 0;
|
||||
border: 2px solid transparent;
|
||||
border-radius: 3px;
|
||||
color: black;
|
||||
qproperty-iconSize: 22px;
|
||||
}
|
||||
|
||||
Plugin > QToolButton:pressed,
|
||||
Plugin > QWidget > QToolButton:pressed {
|
||||
margin: 2px 0 0 2px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* Desktopswitch
|
||||
*/
|
||||
#DesktopSwitch {}
|
||||
|
||||
#DesktopSwitch QToolButton {
|
||||
margin: 1px;
|
||||
color: #555555;
|
||||
border: 1px solid #B0B0B0;
|
||||
background: rgba(0, 0, 0, 5%);
|
||||
}
|
||||
|
||||
LxQtPanel[position="0"] #DesktopSwitch QToolButton,
|
||||
LxQtPanel[position="1"] #DesktopSwitch QToolButton
|
||||
{
|
||||
margin-bottom: 4px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:on {
|
||||
background: rgba(255, 255, 255, 40%);
|
||||
border: 1px solid #80a8d3;
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:hover {
|
||||
border: 1px solid #80a8d3;
|
||||
}
|
||||
|
||||
#QuickLaunchPlaceHolder {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
/*
|
||||
* QuickLaunch
|
||||
*/
|
||||
#QuickLaunch {}
|
||||
|
||||
/*
|
||||
* TaskBar
|
||||
*/
|
||||
#TaskBar {}
|
||||
|
||||
LxQtTaskButton {
|
||||
border: 2px groove silver;
|
||||
border-radius: 6px;
|
||||
margin: 3px 0 3px 0;
|
||||
}
|
||||
|
||||
#TaskBar > QToolButton:on {
|
||||
background: rgba(255, 255, 255, 80%);
|
||||
}
|
||||
|
||||
#TaskBar > QToolButton:on,
|
||||
#TaskBar > QToolButton:hover {
|
||||
margin: 4px 1px 4px 1px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #80a8d3;
|
||||
}
|
||||
|
||||
/*
|
||||
* Clock
|
||||
*/
|
||||
#Clock #TimeLabel {
|
||||
font-size: 10pt;
|
||||
color: #606060;
|
||||
}
|
||||
#Clock #DateLabel {
|
||||
font-size: 8pt;
|
||||
color: #606060;
|
||||
}
|
||||
|
||||
/*
|
||||
* Tray
|
||||
*/
|
||||
#Tray {
|
||||
min-width: 6px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
qproperty-iconSize: 24px;
|
||||
}
|
||||
|
||||
TrayIcon {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Main menu
|
||||
*/
|
||||
#MainMenu {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
background: none;
|
||||
qproperty-icon: url(mainmenu.svg);
|
||||
color: #EEEEEE;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Mount plugin
|
||||
*/
|
||||
#LxQtMountPopup {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0);
|
||||
border: 1px solid #a59f94;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#LxQtMountPopup * {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#LxQtMountPopup > MenuDiskItem {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#LxQtMountPopup > MenuDiskItem:hover {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #80a8d3;
|
||||
}
|
||||
|
||||
#LxQtMountPopup #EjectButton,
|
||||
#LxQtMountPopup #DiskButton {
|
||||
qproperty-iconSize: 22px;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#LxQtMountPopup #NoDiskLabel {
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Screensaver
|
||||
*/
|
||||
#PanelScreenSaver {}
|
||||
|
||||
/*
|
||||
* ShowDesktop
|
||||
*/
|
||||
#ShowDesktop {}
|
||||
|
||||
|
||||
/*
|
||||
* KbIndicator
|
||||
*/
|
||||
#KbIndicator {
|
||||
margin: 0px;
|
||||
border: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#KbIndicator > QLabel {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
border: 0px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
#KbIndicator:enabled {
|
||||
background: qradialgradient(cx:0.5, cy:0.5, radius: 0.5, fx:0.5, fy:0.5, stop:0 lightskyblue, stop:1 transparent);
|
||||
color: black;
|
||||
}
|
||||
|
||||
#KbIndicator:disabled {
|
||||
background: transparent;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* #SysStat
|
||||
*/
|
||||
#SysStat {
|
||||
padding: 1px 1px 1px 1px;
|
||||
}
|
||||
|
||||
#SysStat > QLabel {
|
||||
font-size: 6pt;
|
||||
}
|
||||
|
||||
#SysStat_Graph {
|
||||
qproperty-gridColor: rgba(0, 0, 0, 25%);
|
||||
qproperty-titleColor: rgba(0, 0, 0, 75%);
|
||||
qproperty-cpuSystemColor: rgb(128, 0, 0);
|
||||
qproperty-cpuUserColor: rgb(0, 0, 128);
|
||||
qproperty-cpuNiceColor: rgb(0, 128, 0);
|
||||
qproperty-cpuOtherColor: rgb(128, 128, 0);
|
||||
qproperty-frequencyColor: rgb(160, 160, 160);
|
||||
qproperty-memAppsColor: rgb(0, 0, 128);
|
||||
qproperty-memBuffersColor: rgb(0, 128, 0);
|
||||
qproperty-memCachedColor: rgb(128, 128, 0);
|
||||
qproperty-swapUsedColor: rgb(128, 0, 0);
|
||||
qproperty-netReceivedColor: rgb(0, 0, 128);
|
||||
qproperty-netTransmittedColor: rgb(128, 128, 0);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* WorldClock
|
||||
*/
|
||||
#WorldClockContent {
|
||||
font-size: 10pt;
|
||||
color: #606060;
|
||||
}
|
||||
|
||||
#WorldClockPopup > QLabel {
|
||||
font-size: 12pt;
|
||||
color: #606060;
|
||||
}
|
||||
|
||||
/*
|
||||
* CPU monitor
|
||||
*/
|
||||
#LxQtCpuLoad {
|
||||
qproperty-fontColor: #606060;
|
||||
}
|
@ -0,0 +1,61 @@
|
||||
QWidget {
|
||||
|
||||
}
|
||||
|
||||
Dialog {
|
||||
border: 1px solid #B0B0B0;
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0);
|
||||
|
||||
}
|
||||
|
||||
QToolButton {
|
||||
border: 1px solid silver;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
QToolButton:focus,
|
||||
QToolButton:hover {
|
||||
border: 1px solid #80a8d3;
|
||||
}
|
||||
|
||||
|
||||
#hibernateButton,
|
||||
#logoutButton,
|
||||
#rebootButton,
|
||||
#shutdownButton,
|
||||
#suspendButton {
|
||||
qproperty-iconSize: 48px;
|
||||
min-width: 80px;
|
||||
min-height: 80px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
||||
#cancelButton {
|
||||
qproperty-icon: url(lxqt-power/cancel.png);
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#hibernateButton {
|
||||
qproperty-icon: url(lxqt-power/hibernate.png);
|
||||
}
|
||||
|
||||
#logoutButton {
|
||||
qproperty-icon: url(lxqt-power/logout.png);
|
||||
}
|
||||
|
||||
#rebootButton {
|
||||
qproperty-icon: url(lxqt-power/reboot.png);
|
||||
}
|
||||
|
||||
#shutdownButton {
|
||||
qproperty-icon: url(lxqt-power/shutdown.png);
|
||||
}
|
||||
|
||||
#suspendButton {
|
||||
qproperty-icon: url(lxqt-power/suspend.png);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 9.2 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 9.3 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 12 KiB |
@ -0,0 +1,15 @@
|
||||
Dialog {}
|
||||
|
||||
#panel {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0);
|
||||
border: 1px solid #B0B0B0;
|
||||
}
|
||||
|
||||
#closeButton {
|
||||
qproperty-icon: url(lxqt-runner/close-48x48.png);
|
||||
}
|
||||
|
||||
#commandList {
|
||||
border: none;
|
||||
margin: 0 1px 1px 1px;
|
||||
}
|
After Width: | Height: | Size: 791 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 247 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 1.4 MiB |
@ -0,0 +1,2 @@
|
||||
wallpapers/size=1
|
||||
wallpapers/1/file=simple_blue_widescreen.png
|