Updated images and readme
This commit is contained in:
@@ -15,3 +15,4 @@ sudo apt-get install python3.8 wget python3-setproctitle python3-gi python3-pyxd
|
|||||||
# Images
|
# Images
|
||||||

|

|
||||||

|

|
||||||
|

|
||||||
|
|||||||
BIN
images/pic1.png
BIN
images/pic1.png
Binary file not shown.
|
Before Width: | Height: | Size: 514 KiB After Width: | Height: | Size: 518 KiB |
BIN
images/pic2.png
BIN
images/pic2.png
Binary file not shown.
|
Before Width: | Height: | Size: 366 KiB After Width: | Height: | Size: 514 KiB |
BIN
images/pic3.png
Normal file
BIN
images/pic3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 783 KiB |
@@ -4,6 +4,7 @@
|
|||||||
"guake_key" : "<Shift><Control>KP_Insert",
|
"guake_key" : "<Shift><Control>KP_Insert",
|
||||||
"focus-search" : "<Control>s",
|
"focus-search" : "<Control>s",
|
||||||
"focus-apps" : "<Control>a",
|
"focus-apps" : "<Control>a",
|
||||||
"focus-terminal" : "<Control>t"
|
"focus-terminal" : "<Control>t",
|
||||||
|
"load-interactive-debug" : "<Control>d"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,30 @@
|
|||||||
/* ---- Make most desired things base transparent ---- */
|
/* ---- Make most desired things base transparent ---- */
|
||||||
/* ---- Make most desired things base transparent ---- */
|
|
||||||
popover,
|
popover,
|
||||||
popover > box,
|
popover > box,
|
||||||
|
notebook,
|
||||||
|
header,
|
||||||
|
stack,
|
||||||
|
scrolledwindow,
|
||||||
|
viewport {
|
||||||
|
background: rgba(0, 0, 0, 0.0);
|
||||||
|
color: rgba(255, 255, 255, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
tab {
|
||||||
|
color: rgba(255, 255, 255, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
tab:checked {
|
||||||
|
border-bottom-color: rgba(125, 125, 125, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.main-window,
|
.main-window,
|
||||||
.base-container,
|
.base-container,
|
||||||
.body-container,
|
.body-container,
|
||||||
.center-container,
|
.center-container,
|
||||||
.header-container,
|
.header-container,
|
||||||
.footer-containerm,
|
.footer-container,
|
||||||
.left-containerm,
|
.left-containerm,
|
||||||
.right-container {
|
.right-container {
|
||||||
background: rgba(0, 0, 0, 0.0);
|
background: rgba(0, 0, 0, 0.0);
|
||||||
@@ -15,7 +32,7 @@ popover > box,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.base-container {
|
.base-container {
|
||||||
background: rgba(0, 0, 0, 0.64);
|
background: rgba(39, 43, 52, 0.64);
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user