mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-08-02 14:11:19 +02:00
use default icon
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
|
||||
<svg fill="#5651a4" height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve" stroke="#5651a4">
|
||||
|
||||
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
|
||||
|
Before Width: | Height: | Size: 1011 B |
@ -83,12 +83,12 @@ menu("winops") {
|
||||
layout {
|
||||
button {
|
||||
style = "launcher"
|
||||
value = "/usr/share/icons/hicolor/scalable/apps/tofi.svg"
|
||||
value = "/usr/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg"
|
||||
tooltip = "Quick menu"
|
||||
action = Exec "bash -c \"`tofi-drun`\""
|
||||
}
|
||||
button {
|
||||
value = "/usr/share/icons/hicolor/scalable/actions/show-desktop.svg"
|
||||
value = "/usr/share/icons/Adwaita/scalable/devices/tv-symbolic.svg"
|
||||
style = "launcher"
|
||||
tooltip = "Show Desktop"
|
||||
action = Function "target", "ShowDesktop"
|
||||
@ -123,14 +123,16 @@ layout {
|
||||
#CSS
|
||||
button#launcher, button#module{
|
||||
padding: 0px 2px 0px 2px;
|
||||
background: none;
|
||||
border-style:none;
|
||||
/*background: none;
|
||||
background-color: #5F548E;*/
|
||||
border-style:none;
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window {
|
||||
-GtkWidget-direction: top;
|
||||
background-color: rgba(0,0,0,0.6);
|
||||
/*background-color: rgba(0,0,0,0.6);*/
|
||||
border-color: rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
@ -143,7 +145,6 @@ button#taskbar_normal grid {
|
||||
padding-right: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
button#launcher image, button#taskbar_normal image, button#taskbar_active image, button#taskbar_normal:hover image {
|
||||
-GtkWidget-vexpand: true;
|
||||
box-shadow: none;
|
||||
@ -180,14 +181,21 @@ button#taskbar_normal , button#taskbar_active , button#taskbar_normal:hover {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
button#taskbar_normal label {
|
||||
color: black;
|
||||
}
|
||||
|
||||
button#taskbar_active {
|
||||
/* background-color: rgba(255,255,255,0.2);
|
||||
border-color: rgba(255,255,255,0.4); */
|
||||
border-bottom:3px solid #116cd6;
|
||||
border-bottom:3px solid #5F548E;
|
||||
}
|
||||
button#taskbar_active label, button#taskbar_normal:hover label {
|
||||
color: #5F548E;
|
||||
}
|
||||
/* button#taskbar_active:hover*/
|
||||
button#taskbar_normal:hover {
|
||||
background-color: rgba(176,176,176,0.22);
|
||||
background-color: #d2d2d2;
|
||||
border-color: rgba(234,234,234,0.44);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user