|
|
@@ -7,6 +7,8 @@
|
|
|
|
...
|
|
|
|
...
|
|
|
|
}: {
|
|
|
|
}: {
|
|
|
|
inherit id name;
|
|
|
|
inherit id name;
|
|
|
|
|
|
|
|
# Note: This profile relies on the global tridactylrc logic in default.nix
|
|
|
|
|
|
|
|
# to dynamically set 'newtab' via the TRIDACTYL_NEWTAB environment variable.
|
|
|
|
search.force = true;
|
|
|
|
search.force = true;
|
|
|
|
search.default = "ddg";
|
|
|
|
search.default = "ddg";
|
|
|
|
extensions.force = true;
|
|
|
|
extensions.force = true;
|
|
|
@@ -75,19 +77,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
:root{
|
|
|
|
:root{
|
|
|
|
/* Height of Tabs + Nav Bar approx 80px */
|
|
|
|
/* Height of Tabs + Nav Bar approx 80px */
|
|
|
|
--uc-navbar-transform: -85px;
|
|
|
|
--uc-navbar-transform: -85px;
|
|
|
|
--uc-autohide-toolbar-delay: 0.1s;
|
|
|
|
--uc-autohide-toolbar-delay: 0.1s;
|
|
|
|
--uc-autohide-toolbar-duration: 200ms;
|
|
|
|
--uc-autohide-toolbar-duration: 200ms;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
:root[uidensity="compact"]{ --uc-navbar-transform: -70px }
|
|
|
|
:root[uidensity="compact"]{ --uc-navbar-transform: -70px }
|
|
|
|
|
|
|
|
|
|
|
|
#navigator-toolbox > div{ display: contents; }
|
|
|
|
#navigator-toolbox > div{ display: contents; }
|
|
|
|
|
|
|
|
|
|
|
|
/* Apply transform to TabsToolbar AND Nav-bar */
|
|
|
|
/* Apply transform to TabsToolbar AND Nav-bar */
|
|
|
|
:root[sessionrestored] :where(#nav-bar,#PersonalToolbar,#TabsToolbar,#tab-notification-deck,.global-notificationbox,#notifications-toolbar){
|
|
|
|
:root[sessionrestored] :where(#nav-bar,#PersonalToolbar,#TabsToolbar,#tab-notification-deck,.global-notificationbox,#notifications-toolbar){
|
|
|
|
transform: translateY(var(--uc-navbar-transform))
|
|
|
|
transform: translateY(var(--uc-navbar-transform))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root:is([customizing],[chromehidden*="toolbar"]) :where(#nav-bar,#PersonalToolbar,#TabsToolbar,#tab-notification-deck,.global-notificationbox,#notifications-toolbar){
|
|
|
|
:root:is([customizing],[chromehidden*="toolbar"]) :where(#nav-bar,#PersonalToolbar,#TabsToolbar,#tab-notification-deck,.global-notificationbox,#notifications-toolbar){
|
|
|
|
transform: none !important;
|
|
|
|
transform: none !important;
|
|
|
|
opacity: 1 !important;
|
|
|
|
opacity: 1 !important;
|
|
|
@@ -99,6 +101,7 @@
|
|
|
|
transition: transform var(--uc-autohide-toolbar-duration) ease var(--uc-autohide-toolbar-delay), opacity var(--uc-autohide-toolbar-duration) ease var(--uc-autohide-toolbar-delay) !important;
|
|
|
|
transition: transform var(--uc-autohide-toolbar-duration) ease var(--uc-autohide-toolbar-delay), opacity var(--uc-autohide-toolbar-duration) ease var(--uc-autohide-toolbar-delay) !important;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
|
|
|
z-index: 2;
|
|
|
|
|
|
|
|
background-color: #1c1b22 !important; /* Solid background */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#navigator-toolbox,
|
|
|
|
#navigator-toolbox,
|
|
|
@@ -153,7 +156,7 @@
|
|
|
|
z-index: 10000;
|
|
|
|
z-index: 10000;
|
|
|
|
pointer-events: auto;
|
|
|
|
pointer-events: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* When hitbox is hovered, reveal bars */
|
|
|
|
/* When hitbox is hovered, reveal bars */
|
|
|
|
#navigator-toolbox:hover :where(#nav-bar,#PersonalToolbar,#TabsToolbar) {
|
|
|
|
#navigator-toolbox:hover :where(#nav-bar,#PersonalToolbar,#TabsToolbar) {
|
|
|
|
transform: translateY(0) !important;
|
|
|
|
transform: translateY(0) !important;
|
|
|
@@ -171,3 +174,4 @@
|
|
|
|
#PersonalToolbar { visibility: collapse !important; }
|
|
|
|
#PersonalToolbar { visibility: collapse !important; }
|
|
|
|
'';
|
|
|
|
'';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|