diff options
Diffstat (limited to 'Kogaion-daytime')
-rw-r--r-- | Kogaion-daytime/arrow-right.png | bin | 0 -> 287 bytes | |||
-rw-r--r-- | Kogaion-daytime/calendar-popup/left-arrow.svg | 16 | ||||
-rw-r--r-- | Kogaion-daytime/calendar-popup/right-arrow.svg | 16 | ||||
-rw-r--r-- | Kogaion-daytime/lxqt-notificationd.qss | 44 | ||||
-rw-r--r-- | Kogaion-daytime/lxqt-panel.qss | 574 | ||||
-rw-r--r-- | Kogaion-daytime/lxqt-runner.qss | 70 | ||||
-rw-r--r-- | Kogaion-daytime/lxqt-runner/close-dark.svg | 63 | ||||
-rw-r--r-- | Kogaion-daytime/lxqt-runner/close.svg | 15 | ||||
-rw-r--r-- | Kogaion-daytime/lxqt-runner/down-arrow.svg | 16 | ||||
-rw-r--r-- | Kogaion-daytime/mainmenu.png | bin | 0 -> 1625 bytes | |||
-rw-r--r-- | Kogaion-daytime/preview.png | bin | 0 -> 860 bytes | |||
-rw-r--r-- | Kogaion-daytime/spacer-plugin/spacer-dots.svg | 119 | ||||
-rw-r--r-- | Kogaion-daytime/spacer-plugin/spacer-line.svg | 117 | ||||
-rw-r--r-- | Kogaion-daytime/volume-plugin/mixer.svg | 3 | ||||
-rw-r--r-- | Kogaion-daytime/wall.png | bin | 0 -> 10320115 bytes | |||
-rw-r--r-- | Kogaion-daytime/wallpaper.cfg | 2 |
16 files changed, 1055 insertions, 0 deletions
diff --git a/Kogaion-daytime/arrow-right.png b/Kogaion-daytime/arrow-right.png Binary files differnew file mode 100644 index 0000000..fdc8c59 --- /dev/null +++ b/Kogaion-daytime/arrow-right.png diff --git a/Kogaion-daytime/calendar-popup/left-arrow.svg b/Kogaion-daytime/calendar-popup/left-arrow.svg new file mode 100644 index 0000000..4084094 --- /dev/null +++ b/Kogaion-daytime/calendar-popup/left-arrow.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 16 16"> + <metadata id="metadata14"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g4" style="color:#bebebe" fill="#555" transform="matrix(0,1,-1,0,16,0)"> + <path id="path6" d="m8 0c-4.4183 0-8 3.5817-8 8s3.5817 8 8 8 8-3.5817 8-8-3.582-8-8-8zm0 2c3.3137 0 6 2.6863 6 6s-2.6863 6-6 6-6-2.686-6-6c0-3.3137 2.6863-6 6-6z"/> + <path id="path8" d="m7 4v4h-3l4 4 4-4h-3v-4z"/> + </g> +</svg> diff --git a/Kogaion-daytime/calendar-popup/right-arrow.svg b/Kogaion-daytime/calendar-popup/right-arrow.svg new file mode 100644 index 0000000..04b62d4 --- /dev/null +++ b/Kogaion-daytime/calendar-popup/right-arrow.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 16 16"> + <metadata id="metadata14"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g4" style="color:#bebebe" fill="#555" transform="matrix(0,-1,1,0,0,16)"> + <path id="path6" d="m8 0c-4.4183 0-8 3.5817-8 8s3.5817 8 8 8 8-3.5817 8-8-3.582-8-8-8zm0 2c3.3137 0 6 2.6863 6 6s-2.6863 6-6 6-6-2.686-6-6c0-3.3137 2.6863-6 6-6z"/> + <path id="path8" d="m7 4v4h-3l4 4 4-4h-3v-4z"/> + </g> +</svg> diff --git a/Kogaion-daytime/lxqt-notificationd.qss b/Kogaion-daytime/lxqt-notificationd.qss new file mode 100644 index 0000000..961fb6f --- /dev/null +++ b/Kogaion-daytime/lxqt-notificationd.qss @@ -0,0 +1,44 @@ +Notification { + background:#2D2D2D; + padding: 1px; + margin: 0px; +} + +QLabel { + color: #DEDEDE; +} + +QToolButton { + margin: 1px; + border: 0px solid transparent; + padding: 0px; + font-size: 9pt; + color: hsv(0, 0, 64); +} + +QToolButton:focus { + border: 0px solid hsv(0, 0, 160); +} + +QToolButton:hover { + border: 0px solid hsv(0, 0, 240); + margin: 2px; + padding: 2px; +} + +QToolButton:focus:hover { + border: 1px dashed hsv(0, 0, 255); +} + +QToolButton:pressed { + background: hsv(0, 0, 160); +} + +#appLabel { + color: #DEDEDE; +} + +#closeButton { + qproperty-icon: url(lxqt-runner/close-dark.svg); + qproperty-iconSize: 18px; +} diff --git a/Kogaion-daytime/lxqt-panel.qss b/Kogaion-daytime/lxqt-panel.qss new file mode 100644 index 0000000..2012c27 --- /dev/null +++ b/Kogaion-daytime/lxqt-panel.qss @@ -0,0 +1,574 @@ +/* + * Kogaion daylight lxqt theme, originated from Frost + * Author: bionel (ionel.busuioc@gmail.com) + */ + +/* + * General panel settings + */ + +LXQtPanel #BackgroundWidget { + background: #2D2D2D; +} + +QToolTip { + border: 0px solid #4C4C4C; + background:#1A1A1A; + color: #DEDEDE; + padding: 1px; + margin: 0px; +} + +/* + * General plugins settings + */ + +Plugin, +LXQtPanelPlugin { + padding: 0; + spacing: 20px; + qproperty-moveMarkerColor: #157DEC; +} + +Plugin > QWidget, +Plugin > QWidget > QWidget { + color: #DEDEDE; +} + +Plugin > QToolButton, +Plugin > QWidget > QToolButton, +Plugin > QWidget > QToolButton > QWidget > QToolButton, +LXQtPanelPlugin > QToolButton { + margin: 2px; + border: 0px solid transparent; + outline: none; + qproperty-iconSize: 24px; + color: #DEDEDE; +} + +Plugin > QToolButton:hover, +Plugin > QWidget > QToolButton:hover, +LXQtPanelPlugin > QToolButton:hover { + color: #DEDEDE; +} + +Plugin > QToolButton:pressed, +Plugin > QWidget > QToolButton:pressed, +LXQtPanelPlugin > QToolButton:pressed { + padding: 4px; +} + +/* + * Menus + */ + +QMenu { + background-color: #dedede; + border: 1px solid #6e6e6e; +} + +QMenu::separator { + height: 1px; + background: #555555; + margin-left: 2px; + margin-right: 2px; +} + +QMenu::icon { + background-color: transparent; + border: 1px solid transparent; + padding-left: 5px; +} + +QMenu::item { + color: #555555; + padding: 5px 30px 5px 30px; +} + +QMenu::item:selected { + background: #157dec; + color: #f9f9f9; +} + +QMenu::item:selected:disabled { + background-color: #2D2D2D; +} + +QMenu::item:disabled { + color: #6D6D6D; +} + +QMenu::right-arrow { + image: url(arrow-right.png); +} + +/* + * Calendar Widget +*/ + +QCalendarWidget QAbstractItemView:enabled { + color: #2D2D2D; + selection-background-color: #157DEC; + selection-color: #f9f9f9; + border: 1px solid #6e6e6e; + border-top: transparent; +} + +QCalendarWidget QAbstractItemView:disabled { + color: #4C4C4C; +} + +QCalendarWidget QWidget { + alternate-background-color: #DEDEDE; +} +QCalendarWidget #qt_calendar_navigationbar { + background-color: #dedede; + color: #555555; + padding: 2px; + border-top: 1px solid #6e6e6e; + border-left: 1px solid #6e6e6e; + border-right: 1px solid #6e6e6e; +/* border: 1px solid #6e6e6e; */ +} + +QCalendarWidget QToolButton { +/* background-color: #2d2d2d; */ + color: #555555; + padding:2px; + margin: 2px; +} + +QCalendarWidget QToolButton:hover { + color: #DEDEDE; +} + +QCalendarWidget QToolButton::menu-indicator { + image: none; +} + +QCalendarWidget #qt_calendar_nextmonth { + qproperty-icon: url(calendar-popup/right-arrow.svg); + qproperty-iconSize: 18px; +} + +QCalendarWidget #qt_calendar_prevmonth { + qproperty-icon: url(calendar-popup/left-arrow.svg); + qproperty-iconSize: 18px; +} + +QCalendarWidget QMenu { + border-color: #6e6e6e; + background-color: #dedede; + color: #555555; +} + +QCalendarWidget QMenu::item:selected { + color: #DEDEDE; + background: #157DEC; +} + +QCalendarWidget QSpinBox { + color: #DEDEDE; + background-color: #4C4C4C; + selection-background-color: #157DEC; + selection-color: #DEDEDE; +} + +/* + * Main menu plugin + */ + +#MainMenuPlugin { + padding: 0px; +} + +#MainMenu { + background: #2D2D2D; + qproperty-icon: url(mainmenu.png); + padding: 2px; + color: #DEDEDE; +} + +#MainMenu:hover { + border: 1px solid #157dec; +} + +#MainMenu:pressed { + padding: 4px; +} + +/* + * QuickLaunch + */ +#QuickLaunchPlaceHolder { + color: #DEDEDE; +} + +#QuickLaunch QToolButton{ + border: 0px; + margin: 2px; + padding: 2px; +} + +#QuickLaunch QToolButton:hover{ + border: 1px solid #157dec; +} + +#QuickLaunch QToolButton:pressed { + padding: 4px; +} + +/* + * TaskBar + */ +#TaskBar QToolButton{ + border-left: 3px solid #4C4C4C; + margin: 2px; + padding: 2px; +} + +#TaskBar QToolButton:on{ + background: #1A1A1A; + border-left: 3px solid #157DEC; +} + +#TaskBar QToolButton:hover{ + background: #157dec; + border-left: 3px solid #157dec; +} + +#TaskBar QToolButton:pressed { + padding: 4px; +} + +#TaskBar QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +#TaskBar LXQtGroupPopup { + background: #2D2D2D; + border: 1px solid #157DEC; +} +/* + * Tray Plugin + */ +#Tray { + min-width: 6px; +} + +TrayIcon { + border: 0px; + margin: 2px; + padding: 2px; +} + +/* + * Mount plugin + */ +#LXQtMountPlugin QToolButton{ + border: 0px; + margin: 2px; + padding: 2px; +} + +#LXQtMountPlugin QToolButton:hover { + border: 1px solid #157dec; +} + +#LXQtMountPlugin QToolButton:pressed { + padding: 4px; +} + +#LXQtMountPopup { + background-color: #2D2D2D; + padding: 4px; +} + +#LXQtMountPopup > MenuDiskItem { + border-radius: 0px; +} + +#LXQtMountPopup > MenuDiskItem:hover { +} + +#LXQtMountPopup #EjectButton, +#LXQtMountPopup #DiskButton { + qproperty-iconSize: 22px; + background-color: transparent; + border: none; + color: #DEDEDE; + padding: 4px; +} + +#LXQtMountPopup #EjectButton:hover, +#LXQtMountPopup #DiskButton:hover { + border: 1px solid #157dec; +} + +#LXQtMountPopup #NoDiskLabel { + margin: 6px; + color: #DEDEDE; +} + +/* + * Volume plugin + */ +#VolumePlugin QToolButton{ + border: 0px; + margin: 2px; + padding: 2px; +} + +#VolumePlugin QToolButton:hover { + border: 1px solid #157dec; +} + +#VolumePlugin QToolButton:pressed { + padding: 4px; +} + +VolumePopup { + background: #2D2D2D; + margin: 2px; + padding: 2px; +} + +VolumePopup > QPushButton { + color: #DEDEDE; + background: #2D2D2D; + padding: 2px 10px; + margin: 3px; + qproperty-iconSize: 24px; +} + +VolumePopup > QPushButton:hover { + border: 1px solid #157dec; +} + +VolumePopup > QSlider::groove:vertical { + background: hsv(0, 0, 9); + width: 6px; + border-radius: 0px; +} + +VolumePopup > QSlider::handle:vertical { + height: 10px; + background: #C2C2C2; + border-radius: 0px; + margin: 0 -3px; /* expand outside the groove */ + } + +VolumePopup > QSlider::add-page:vertical { + background: #157DEC; +/* border: 1px solid #2D2D2D; */ + border-radius: 0px; +} + +VolumePopup > QSlider::sub-page:vertical { +background: rgba(0, 0, 0, 80%); +border-radius: 0px; +} + + /* + * Clock + */ +#Clock{ + margin: 2px; + padding: 2px; +} + +#Clock:hover { + border: 1px solid #157dec; +} + +#Clock:pressed { + padding: 4px +} + +#Clock > QWidget{ + margin: 2px; +} + +#Clock QLabel{ + margin: 2px; + color: #DEDEDE; + qproperty-alignment: alignCenter; +} + +/* + * ShowDesktop + */ +#ShowDesktop { + border: 0px; + margin: 2px; + padding: 2px; +} + +#ShowDesktop:hover { + border: 1px solid #157dec; +} + +#ShowDesktop:pressed { + padding: 4px; +} + +/* + * Desktopswitch + */ +#DesktopSwitch QToolButton { + margin: 2px; + color: #DEDEDE; + border-bottom: 3px solid #4C4C4C; + background: #2D2D2D; +} + +#DesktopSwitch QToolButton:on { + background: #1A1A1A; + border-bottom: 3px solid #157DEC; +} + +#DesktopSwitch QToolButton:hover { + border: 1px solid #157dec; + border-bottom: 3px solid #157DEC; +} + +#DesktopSwitch QToolButton:pressed { + padding: 4px; +} + +#DesktopSwitch QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +/* + * Screensaver + */ +#PanelScreenSaver { + border: 0px; + margin: 2px; + padding: 2px; +} + +#PanelScreenSaver:hover { + border: 1px solid #157dec; +} + +#PanelScreenSaver:pressed { + padding: 4px; +} + +/* + * KbIndicator + */ +#KbIndicator QLabel { + padding: 3px; + border: 0px; +} + +#KbIndicator QLabel:disabled { + color: #999999; +} + +#KbIndicator QLabel:enabled { + background: #157DEC; +} + +/* + * WorldClock + */ + +#WorldClock { + margin: 2px; +} + +#WorldClock:hover { + border: 1px solid #157dec; +} + +#WorldClock QLabel { + margin: 2px; + color: #DEDEDE; +} + +/* + * SysStat + */ + +#SysStat { + padding: 1px 1px 1px 1px; +} + +#SysStat > QLabel { + font-size: 6pt; +} + +#SysStat_Graph { + qproperty-gridColor: rgba(255, 255, 255, 25%); + qproperty-titleColor: rgba(255, 255, 255, 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(96, 96, 96); + 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); +} + +/* + * CPU monitor + */ + +#LXQtCpuLoad { + qproperty-fontColor: #cacaca; +} + +/* + * DOM + */ +#DomPlugin QToolButton{ + qproperty-icon: url(/debug.png); + margin: 2px; + padding: 2px; +} + +#DomPlugin QToolButton:hover { + border: 1px solid #157dec; +} + +#DomPlugin QToolButton:pressed { + padding: 4px; +} + +/* + * Spacer + */ + +#Spacer { + background-position: center center; +} + +#Spacer[type="lined"] { + background-image: url(/spacer-plugin/spacer-line.svg); +} + +#Spacer[type="dotted"] { + background-image: url(/spacer-plugin/spacer-dots.svg); + } + +#Spacer[orientation="horizontal"] { + background-repeat: repeat-y; + margin-top: 2px; + margin-bottom: 2px; +} + +#Spacer[orientation="vertical"] { + background-repeat: repeat-x; + margin-right: 2px; + margin-left: 2px; +} diff --git a/Kogaion-daytime/lxqt-runner.qss b/Kogaion-daytime/lxqt-runner.qss new file mode 100644 index 0000000..1eb2b28 --- /dev/null +++ b/Kogaion-daytime/lxqt-runner.qss @@ -0,0 +1,70 @@ +/* + * Panel + */ + +#panel { + border: 1px solid #157DEC; + background:#dedede; + padding: 2px; + margin: 0px; +} + +/* + * Buttons + */ + +QToolButton::menu-indicator { + image: none; +} + +QToolButton { + margin: 0px; + border: 0px solid transparent; + padding: 0px; + font-size: 10pt; + color: #DEDEDE; + qproperty-iconSize: 20px; +} + +QToolButton:hover { + border: 0px solid #DEDEDE; + margin: 1px; + padding: 1px; + +} + +#closeButton { + qproperty-icon: url(lxqt-runner/close.svg); +} + +#actionButton { + qproperty-icon: url(lxqt-runner/down-arrow.svg); +} + +/* + *Search field + */ + +#commandEd { + border: 1px solid #6e6e6e; + padding: 0px; + margin: 0px; + background: white; + color: #2D2D2D; + selection-background-color: #1A80B6; + selection-color: white; +} + +/* + *Search results list + */ + +#commandList { + border: 1px solid #157DEC; + border-top: transparent; +} + +#commandList::item { + margin: 2px; + padding: 2px; +} diff --git a/Kogaion-daytime/lxqt-runner/close-dark.svg b/Kogaion-daytime/lxqt-runner/close-dark.svg new file mode 100644 index 0000000..2c5fe8a --- /dev/null +++ b/Kogaion-daytime/lxqt-runner/close-dark.svg @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + viewBox="0 0 16.000001 16.000001" + id="svg2" + version="1.1" + inkscape:version="0.48.5 r10040" + width="100%" + height="100%" + sodipodi:docname="close.svg"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1920" + inkscape:window-height="915" + id="namedview8" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:zoom="14.749999" + inkscape:cx="6.9687489" + inkscape:cy="12.392494" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="svg2" /> + <g + transform="matrix(1.1479821,0,0,1.1479821,-47.103141,-595.83858)" + id="g4"> + <path + style="line-height:normal;color:#bebebe;fill:#dedede;fill-opacity:1" + d="m 48,519.03125 c -3.85327,0 -6.96875,3.11547 -6.96875,6.96875 0,3.85327 3.11548,6.96875 6.96875,6.96875 3.85327,0 6.96875,-3.11548 6.96875,-6.96875 0,-3.85328 -3.11548,-6.96875 -6.96875,-6.96875 z M 45,523 l 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 48,524.59375 49.3125,523.3125 C 49.578125,523.082 49.759172,523.007 50,523 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -1.28125,1.28125 1.25,1.25 C 50.906938,527.46942 50.999992,527.7347 51,528 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 48,527.4375 46.71875,528.71875 C 46.530586,528.90694 46.26529,529 46,529 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 1.28125,-1.25 L 45.28125,524.75 C 45.070508,524.55537 44.97809,524.28075 45,524 l 0,-1 z" + id="path6" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/Kogaion-daytime/lxqt-runner/close.svg b/Kogaion-daytime/lxqt-runner/close.svg new file mode 100644 index 0000000..d88c98b --- /dev/null +++ b/Kogaion-daytime/lxqt-runner/close.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 16.000001 16.000001"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g4135"> + <path id="path6" style="color:#bebebe" fill="#555" d="m8 0.0000043406c-4.4235 0-8 3.5765-8 8-4.5938e-7 4.423 3.5765 8 8 8 4.423 0 8-3.577 8-8 0-4.4235-3.577-8-8-8zm-3.4439 4.5561h1.148c0.011905-0.0001378 0.023866-0.0005281 0.035874 0 0.29268 0.012857 0.58532 0.14761 0.78924 0.35874l1.4708 1.4709 1.5067-1.4709c0.305-0.2646 0.5123-0.3507 0.7893-0.3587h1.148v1.148c0 0.32886-0.03942 0.63214-0.287 0.86099l-1.4709 1.4708 1.4349 1.435c0.21604 0.21602 0.32286 0.52055 0.32287 0.82511v1.148h-1.148c-0.3046 0-0.6091-0.107-0.8251-0.323l-1.4709-1.4708-1.4709 1.4708c-0.21601 0.21604-0.52056 0.32287-0.82511 0.32287h-1.148v-1.148c-0.0000034-0.30455 0.10683-0.6091 0.32287-0.82511l1.4709-1.435-1.4709-1.4709c-0.2419-0.2234-0.348-0.5387-0.3228-0.861v-1.148z"/> + </g> +</svg> diff --git a/Kogaion-daytime/lxqt-runner/down-arrow.svg b/Kogaion-daytime/lxqt-runner/down-arrow.svg new file mode 100644 index 0000000..ec0511d --- /dev/null +++ b/Kogaion-daytime/lxqt-runner/down-arrow.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 16 16"> + <metadata id="metadata14"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g4" style="color:#bebebe" fill="#555"> + <path id="path6" d="m8 0c-4.4183 0-8 3.5817-8 8s3.5817 8 8 8 8-3.5817 8-8-3.582-8-8-8zm0 2c3.3137 0 6 2.6863 6 6s-2.6863 6-6 6-6-2.686-6-6c0-3.3137 2.6863-6 6-6z"/> + <path id="path8" d="m7 4v4h-3l4 4 4-4h-3v-4z"/> + </g> +</svg> diff --git a/Kogaion-daytime/mainmenu.png b/Kogaion-daytime/mainmenu.png Binary files differnew file mode 100644 index 0000000..9fa793b --- /dev/null +++ b/Kogaion-daytime/mainmenu.png diff --git a/Kogaion-daytime/preview.png b/Kogaion-daytime/preview.png Binary files differnew file mode 100644 index 0000000..f603284 --- /dev/null +++ b/Kogaion-daytime/preview.png diff --git a/Kogaion-daytime/spacer-plugin/spacer-dots.svg b/Kogaion-daytime/spacer-plugin/spacer-dots.svg new file mode 100644 index 0000000..6659078 --- /dev/null +++ b/Kogaion-daytime/spacer-plugin/spacer-dots.svg @@ -0,0 +1,119 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="6" + height="6" + viewBox="0 0 6.0000003 5.9999999" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="spacer-dots.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4269"> + <rect + y="883.44702" + x="765.71423" + height="37.375" + width="380" + id="rect4271" + style="fill:#1a80bf;fill-opacity:0.94117647;stroke:none" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4275"> + <rect + y="883.44702" + x="765.71429" + height="37.375" + width="380" + id="rect4277" + style="fill:#1a80bf;fill-opacity:0.94117647;stroke:none" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4286"> + <rect + y="883.44702" + x="765.71429" + height="37.375" + width="380" + id="rect4288" + style="fill:#1a80bf;fill-opacity:0.94117647;stroke:none" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="64" + inkscape:cx="1.1032851" + inkscape:cy="3.8426497" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:window-width="1880" + inkscape:window-height="951" + inkscape:window-x="38" + inkscape:window-y="-3" + inkscape:window-maximized="1" + inkscape:snap-global="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:snap-page="true" + inkscape:snap-bbox-edge-midpoints="true" + units="px"> + <sodipodi:guide + position="34.075108,-317.70535" + orientation="0,1" + id="guide4211" /> + <sodipodi:guide + position="34.610818,-350.29463" + orientation="0,1" + id="guide4213" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Capa 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-372.35346,-501.96042)"> + <circle + r="1.4999977" + cy="504.96042" + cx="375.35345" + id="circle4148" + style="fill:#ffffff;fill-opacity:0.5;stroke:none" /> + </g> +</svg> diff --git a/Kogaion-daytime/spacer-plugin/spacer-line.svg b/Kogaion-daytime/spacer-plugin/spacer-line.svg new file mode 100644 index 0000000..a33d18b --- /dev/null +++ b/Kogaion-daytime/spacer-plugin/spacer-line.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="0.84666669mm" + height="0.84666669mm" + viewBox="0 0 3.0000001 3.0000001" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="spacer-line.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4269"> + <rect + y="883.44702" + x="765.71423" + height="37.375" + width="380" + id="rect4271" + style="fill:#1a80bf;fill-opacity:0.94117647;stroke:none" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4275"> + <rect + y="883.44702" + x="765.71429" + height="37.375" + width="380" + id="rect4277" + style="fill:#1a80bf;fill-opacity:0.94117647;stroke:none" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4286"> + <rect + y="883.44702" + x="765.71429" + height="37.375" + width="380" + id="rect4288" + style="fill:#1a80bf;fill-opacity:0.94117647;stroke:none" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="64" + inkscape:cx="0.56778045" + inkscape:cy="3.1661659" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:window-width="1920" + inkscape:window-height="912" + inkscape:window-x="-2" + inkscape:window-y="-3" + inkscape:window-maximized="1" + inkscape:snap-global="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0"> + <sodipodi:guide + position="32.575118,-304.41072" + orientation="0,1" + id="guide4211" /> + <sodipodi:guide + position="33.110828,-337" + orientation="0,1" + id="guide4213" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Capa 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-373.85345,-518.25507)"> + <rect + y="518.25507" + x="373.85345" + height="3" + width="3" + id="rect4290" + style="fill:#ffffff;fill-opacity:0.5;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> +</svg> diff --git a/Kogaion-daytime/volume-plugin/mixer.svg b/Kogaion-daytime/volume-plugin/mixer.svg new file mode 100644 index 0000000..72628c9 --- /dev/null +++ b/Kogaion-daytime/volume-plugin/mixer.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> +<path style="fill:#bebebe;color:#bebebe" d="m 10.5,6 5,0 C 15.777,6 16,6.223 16,6.5 l 0,1 C 16,7.777 15.777,8 15.5,8 l -5,0 C 10.223,8 10,7.777 10,7.5 l 0,-1 C 10,6.223 10.223,6 10.5,6 z m -5,4 5,0 c 0.277,0 0.5,0.223 0.5,0.5 l 0,1 c 0,0.277 -0.223,0.5 -0.5,0.5 l -5,0 C 5.223,12 5,11.777 5,11.5 l 0,-1 C 5,10.223 5.223,10 5.5,10 z m -5,-6 5,0 C 5.777,4 6,4.223 6,4.5 l 0,1 C 6,5.777 5.777,6 5.5,6 l -5,0 C 0.223,6 0,5.777 0,5.5 l 0,-1 C 0,4.223 0.223,4 0.5,4 z M 9,2 9,14 C 9,14.554 8.554,15 8,15 7.446,15 7,14.554 7,14 L 7,2 C 7,1.446 7.446,1 8,1 8.554,1 9,1.446 9,2 z m 5,0 0,12 c 0,0.554 -0.446,1 -1,1 -0.554,0 -1,-0.446 -1,-1 L 12,2 c 0,-0.554 0.446,-1 1,-1 0.554,0 1,0.446 1,1 z M 4,2 4,14 C 4,14.554 3.554,15 3,15 2.446,15 2,14.554 2,14 L 2,2 C 2,1.446 2.446,1 3,1 3.554,1 4,1.446 4,2 z"/> +</svg> diff --git a/Kogaion-daytime/wall.png b/Kogaion-daytime/wall.png Binary files differnew file mode 100644 index 0000000..ecb969a --- /dev/null +++ b/Kogaion-daytime/wall.png diff --git a/Kogaion-daytime/wallpaper.cfg b/Kogaion-daytime/wallpaper.cfg new file mode 100644 index 0000000..085902d --- /dev/null +++ b/Kogaion-daytime/wallpaper.cfg @@ -0,0 +1,2 @@ +wallpapers/size=1 +wallpapers/1/file=wall.png |