-
-
Save emmanuelnk/b8bc648198ae221dd490ac6b9a9e6770 to your computer and use it in GitHub Desktop.
| # [UPDATE] | |
| # Its no longer complicated! Yay! | |
| # Install Glassit Linux VSCode Extension | |
| # then install this: | |
| sudo apt install -y wmctrl x11-utils bash | |
| # then restart VSCode. Done! |
| { | |
| "window.transparent": true, | |
| "workbench.colorCustomizations": { | |
| "activityBar.background": "#5e46465e", | |
| "sideBar.background": "#332727d8", | |
| "sideBarSectionHeader.background": "#00000000", | |
| "titleBar.activeBackground": "#00000030", | |
| "statusBar.background": "#00000030", | |
| "list.inactiveSelectionBackground": "#00000040", | |
| "list.activeSelectionBackground": "#00000040", | |
| "list.hoverBackground": "#00000040", | |
| "editor.background": "#00000000", | |
| "editor.lineHighlightBackground": "#FFFFFF15", | |
| "editorGroupHeader.tabsBackground": "#3d2d2d20", | |
| "workbench.background": "#000000a9", | |
| "panel.background": "#3f383800", | |
| "terminal.background": "#292c3300", | |
| "tab.activeBackground": "#00000000", | |
| "tab.inactiveBackground": "#00000010", | |
| "button.background": "#00000020", | |
| "button.hoverBackground": "#00000040", | |
| }, | |
| } |
Or just use https://marketplace.visualstudio.com/items?itemName=nowsci.glassit-linux
Extension doesn't work at all.
¿Crees que funciona para Linux Deepin?
Puedes usar devilspie funciona en las distros de linux...
1- abre la terminal escribe: sudo apt-get install devilspie (esperas que se instale)
2- mkdir -p ~/.devilspie
3- nano ~/.devilspie/vscode_transparent.ds (y guardas)
Dentro el archivo copia el siguiente codigo:
( if
( contains ( window_class ) "Code" )
( begin
( spawn_async (str "xprop -id " (window_xid) " -f _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY 0xdfffffff") )
)
)
4- Por ultimo escribe en la terminal devilspie
Y tendras vs code en modo transparente
Sylveon repo no longer exists: https://github.com/sylveon/vscode.git
:(
See my update. Hope that works for you instead.
¿Crees que funciona para Linux Deepin?
Puedes usar devilspie funciona en las distros de linux...
1- abre la terminal escribe: sudo apt-get install devilspie (esperas que se instale)
2- mkdir -p ~/.devilspie
3- nano ~/.devilspie/vscode_transparent.ds (y guardas)
Dentro el archivo copia el siguiente codigo:
( if
( contains ( window_class ) "Code" )
( begin
( spawn_async (str "xprop -id " (window_xid) " -f _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY 0xdfffffff") )
)
)
4- Por ultimo escribe en la terminal devilspie
Y tendras vs code en modo transparente
It works !! xD
Do you think that works for Linux Deepin?