diff --git a/README.md b/README.md index d6f643c..5ac98c7 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,4 @@ sudo apt-get install python3.8 wget python3-setproctitle python3-gi python3-pyxd # Images ![1 UTop single pane. ](images/pic1.png) ![2 UTop pane filled. ](images/pic2.png) +![2 UTop terminal tab. ](images/pic3.png) diff --git a/images/pic1.png b/images/pic1.png index 060914d..e1691e3 100644 Binary files a/images/pic1.png and b/images/pic1.png differ diff --git a/images/pic2.png b/images/pic2.png index b045fd8..978ff36 100644 Binary files a/images/pic2.png and b/images/pic2.png differ diff --git a/images/pic3.png b/images/pic3.png new file mode 100644 index 0000000..9ab2fe7 Binary files /dev/null and b/images/pic3.png differ diff --git a/user_config/usr/share/utop/key-bindings.json b/user_config/usr/share/utop/key-bindings.json index 0efa5cd..b1191d5 100644 --- a/user_config/usr/share/utop/key-bindings.json +++ b/user_config/usr/share/utop/key-bindings.json @@ -1,9 +1,10 @@ { "keybindings": { - "help" : "F1", - "guake_key" : "KP_Insert", - "focus-search" : "s", - "focus-apps" : "a", - "focus-terminal" : "t" + "help" : "F1", + "guake_key" : "KP_Insert", + "focus-search" : "s", + "focus-apps" : "a", + "focus-terminal" : "t", + "load-interactive-debug" : "d" } } diff --git a/user_config/usr/share/utop/stylesheet.css b/user_config/usr/share/utop/stylesheet.css index 99b5cfe..f2c4e80 100644 --- a/user_config/usr/share/utop/stylesheet.css +++ b/user_config/usr/share/utop/stylesheet.css @@ -1,13 +1,30 @@ /* ---- Make most desired things base transparent ---- */ -/* ---- Make most desired things base transparent ---- */ popover, 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, .base-container, .body-container, .center-container, .header-container, -.footer-containerm, +.footer-container, .left-containerm, .right-container { background: rgba(0, 0, 0, 0.0); @@ -15,7 +32,7 @@ popover > box, } .base-container { - background: rgba(0, 0, 0, 0.64); + background: rgba(39, 43, 52, 0.64); margin: 10px; }