diff --git a/shell.nix b/shell.nix index 21a6eab..563d882 100644 --- a/shell.nix +++ b/shell.nix @@ -21,6 +21,7 @@ shellHook = '' + export NIX_SHELL_XRSH=1 echo -e "\n run: './make standalone' to generate binary\n" echo -e "\n run: ./xrsh.com to launch XR Shell\n\n" ''; diff --git a/src/index.css b/src/index.css index 1f15f67..fae58c8 100644 --- a/src/index.css +++ b/src/index.css @@ -147,6 +147,19 @@ button,input,.btn{ border: none; } +.winbox .wb-body *::-webkit-scrollbar { + width: 4px; + height: 4px; +} +.winbox .wb-body *::-webkit-scrollbar-track { + background: var(--xrsh-gray); + border-left: 9px solid white; + border-right: 9px solid white; +} +.winbox .wb-body *::-webkit-scrollbar-thumb { + background: var(--xrsh-white); +} + /* * icons for non-XR (please source from https://css.gg diff --git a/src/xrsh-com b/src/xrsh-com index 8b58f65..7e4bd2b 160000 --- a/src/xrsh-com +++ b/src/xrsh-com @@ -1 +1 @@ -Subproject commit 8b58f65c84cc404b1310f05ab764ab6d2803e676 +Subproject commit 7e4bd2b49212262db5eb6e4f9a260ddbf28dca01 diff --git a/xrsh.com b/xrsh.com index d6a1ff7..7552f39 100755 Binary files a/xrsh.com and b/xrsh.com differ diff --git a/xrsh.com.txt b/xrsh.com.txt index 56101aa..6022460 100644 --- a/xrsh.com.txt +++ b/xrsh.com.txt @@ -1 +1 @@ -3b03de49b2239951cd96df02c509e8246d32f062201f59b8f12cfbb5d869393e xrsh.com +829c123b666bbf0f950e0a0c5296c8a9986625dce5398f2a83ca860024b1c4b5 xrsh.com