new build
This commit is contained in:
parent
ca730f8d9a
commit
5291576064
5 changed files with 16 additions and 2 deletions
|
@ -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"
|
||||
'';
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8b58f65c84cc404b1310f05ab764ab6d2803e676
|
||||
Subproject commit 7e4bd2b49212262db5eb6e4f9a260ddbf28dca01
|
BIN
xrsh.com
BIN
xrsh.com
Binary file not shown.
|
@ -1 +1 @@
|
|||
3b03de49b2239951cd96df02c509e8246d32f062201f59b8f12cfbb5d869393e xrsh.com
|
||||
829c123b666bbf0f950e0a0c5296c8a9986625dce5398f2a83ca860024b1c4b5 xrsh.com
|
||||
|
|
Loading…
Add table
Reference in a new issue