mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 13:19:09 +02:00
chore: update flake
This commit is contained in:
parent
e1659c9312
commit
adf28e4a14
4 changed files with 523 additions and 471 deletions
|
|
@ -19871,10 +19871,10 @@ This holds configuration that is specific to framework laptops.
|
||||||
};
|
};
|
||||||
systemd.services."systemd-suspend-then-hibernate".aliases = [ "systemd-suspend.service" ];
|
systemd.services."systemd-suspend-then-hibernate".aliases = [ "systemd-suspend.service" ];
|
||||||
powerManagement.enable = true;
|
powerManagement.enable = true;
|
||||||
systemd.sleep.extraConfig = ''
|
systemd.sleep.settings.Sleep = {
|
||||||
HibernateDelaySec=120m
|
HibernateDelaySec = "120m";
|
||||||
SuspendState=freeze
|
SuspendState = "freeze";
|
||||||
'';
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
@ -38220,7 +38220,7 @@ The double source block is intended here to circumvent a org-babel convenience w
|
||||||
:root{
|
:root{
|
||||||
--uc-autohide-toolbox-delay: 200ms; /* Wait 0.1s before hiding toolbars */
|
--uc-autohide-toolbox-delay: 200ms; /* Wait 0.1s before hiding toolbars */
|
||||||
--uc-toolbox-rotation: 82deg; /* This may need to be lower on mac - like 75 or so */
|
--uc-toolbox-rotation: 82deg; /* This may need to be lower on mac - like 75 or so */
|
||||||
|
/* swarsel: added colorscheme */
|
||||||
--base00: #1D252C;
|
--base00: #1D252C;
|
||||||
--base01: #171D23;
|
--base01: #171D23;
|
||||||
--base02: #5EC4FF;
|
--base02: #5EC4FF;
|
||||||
|
|
@ -38275,9 +38275,9 @@ The double source block is intended here to circumvent a org-babel convenience w
|
||||||
|
|
||||||
:root[window-modal-open] #urlbar[popover],
|
:root[window-modal-open] #urlbar[popover],
|
||||||
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel), > #tab-group-editor > [panelopen]) ~ toolbox #urlbar[popover],
|
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel), > #tab-group-editor > [panelopen]) ~ toolbox #urlbar[popover],
|
||||||
/* swarsel: removed :hover from below line */
|
/* swarsel: removed hover from next line */
|
||||||
#navigator-toolbox:is(:focus-within,[movingtab]) #urlbar[popover],
|
#navigator-toolbox:is(:focus-within,[movingtab]) #urlbar[popover],
|
||||||
#urlbar-container > #urlbar[popover]:is([focused],[open]){
|
:where(:root[sessionrestored]) #urlbar-container > #urlbar[popover]:is([focused],[open]){
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition-delay: 33ms;
|
transition-delay: 33ms;
|
||||||
|
|
@ -38287,7 +38287,7 @@ The double source block is intended here to circumvent a org-babel convenience w
|
||||||
:root[window-modal-open] #navigator-toolbox,
|
:root[window-modal-open] #navigator-toolbox,
|
||||||
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel), > #tab-group-editor > [panelopen]) ~ toolbox,
|
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel), > #tab-group-editor > [panelopen]) ~ toolbox,
|
||||||
#navigator-toolbox:has(#urlbar:is([open],[focus-within])),
|
#navigator-toolbox:has(#urlbar:is([open],[focus-within])),
|
||||||
/* swarsel: removed :hover from below line */
|
/* swarsel: removed hover from next line */
|
||||||
#navigator-toolbox:is(:focus-within,[movingtab]){
|
#navigator-toolbox:is(:focus-within,[movingtab]){
|
||||||
transition-delay: 33ms !important;
|
transition-delay: 33ms !important;
|
||||||
transform: rotateX(0);
|
transform: rotateX(0);
|
||||||
|
|
@ -38307,7 +38307,16 @@ The double source block is intended here to circumvent a org-babel convenience w
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigator-toolbox > *{ line-height: normal; pointer-events: auto }
|
/* swarsel: set pointer-events to none !important */
|
||||||
|
#navigator-toolbox > *{ line-height: normal; pointer-events: none !important }
|
||||||
|
|
||||||
|
/* swarsel: make toolbox clickable */
|
||||||
|
:root[window-modal-open] #navigator-toolbox > *,
|
||||||
|
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel), > #tab-group-editor > [panelopen]) ~ toolbox > *,
|
||||||
|
#navigator-toolbox:has(#urlbar:is([open],[focus-within])) > *,
|
||||||
|
#navigator-toolbox:is(:focus-within,[movingtab],:hover) > * {
|
||||||
|
pointer-events: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Don't apply transform before window has been fully created */
|
/* Don't apply transform before window has been fully created */
|
||||||
:root:not([sessionrestored]) #navigator-toolbox{ transform:none !important }
|
:root:not([sessionrestored]) #navigator-toolbox{ transform:none !important }
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ See the above repository for updates as well as full license text. */
|
||||||
:root{
|
:root{
|
||||||
--uc-autohide-toolbox-delay: 200ms; /* Wait 0.1s before hiding toolbars */
|
--uc-autohide-toolbox-delay: 200ms; /* Wait 0.1s before hiding toolbars */
|
||||||
--uc-toolbox-rotation: 82deg; /* This may need to be lower on mac - like 75 or so */
|
--uc-toolbox-rotation: 82deg; /* This may need to be lower on mac - like 75 or so */
|
||||||
|
/* swarsel: added colorscheme */
|
||||||
--base00: #1D252C;
|
--base00: #1D252C;
|
||||||
--base01: #171D23;
|
--base01: #171D23;
|
||||||
--base02: #5EC4FF;
|
--base02: #5EC4FF;
|
||||||
|
|
@ -63,9 +63,9 @@ See the above repository for updates as well as full license text. */
|
||||||
|
|
||||||
:root[window-modal-open] #urlbar[popover],
|
:root[window-modal-open] #urlbar[popover],
|
||||||
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel), > #tab-group-editor > [panelopen]) ~ toolbox #urlbar[popover],
|
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel), > #tab-group-editor > [panelopen]) ~ toolbox #urlbar[popover],
|
||||||
/* swarsel: removed :hover from below line */
|
/* swarsel: removed hover from next line */
|
||||||
#navigator-toolbox:is(:focus-within,[movingtab]) #urlbar[popover],
|
#navigator-toolbox:is(:focus-within,[movingtab]) #urlbar[popover],
|
||||||
#urlbar-container > #urlbar[popover]:is([focused],[open]){
|
:where(:root[sessionrestored]) #urlbar-container > #urlbar[popover]:is([focused],[open]){
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition-delay: 33ms;
|
transition-delay: 33ms;
|
||||||
|
|
@ -75,7 +75,7 @@ See the above repository for updates as well as full license text. */
|
||||||
:root[window-modal-open] #navigator-toolbox,
|
:root[window-modal-open] #navigator-toolbox,
|
||||||
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel), > #tab-group-editor > [panelopen]) ~ toolbox,
|
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel), > #tab-group-editor > [panelopen]) ~ toolbox,
|
||||||
#navigator-toolbox:has(#urlbar:is([open],[focus-within])),
|
#navigator-toolbox:has(#urlbar:is([open],[focus-within])),
|
||||||
/* swarsel: removed :hover from below line */
|
/* swarsel: removed hover from next line */
|
||||||
#navigator-toolbox:is(:focus-within,[movingtab]){
|
#navigator-toolbox:is(:focus-within,[movingtab]){
|
||||||
transition-delay: 33ms !important;
|
transition-delay: 33ms !important;
|
||||||
transform: rotateX(0);
|
transform: rotateX(0);
|
||||||
|
|
@ -95,7 +95,16 @@ See the above repository for updates as well as full license text. */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigator-toolbox > *{ line-height: normal; pointer-events: auto }
|
/* swarsel: set pointer-events to none !important */
|
||||||
|
#navigator-toolbox > *{ line-height: normal; pointer-events: none !important }
|
||||||
|
|
||||||
|
/* swarsel: make toolbox clickable */
|
||||||
|
:root[window-modal-open] #navigator-toolbox > *,
|
||||||
|
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel), > #tab-group-editor > [panelopen]) ~ toolbox > *,
|
||||||
|
#navigator-toolbox:has(#urlbar:is([open],[focus-within])) > *,
|
||||||
|
#navigator-toolbox:is(:focus-within,[movingtab],:hover) > * {
|
||||||
|
pointer-events: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Don't apply transform before window has been fully created */
|
/* Don't apply transform before window has been fully created */
|
||||||
:root:not([sessionrestored]) #navigator-toolbox{ transform:none !important }
|
:root:not([sessionrestored]) #navigator-toolbox{ transform:none !important }
|
||||||
|
|
|
||||||
746
flake.lock
generated
746
flake.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -22,9 +22,9 @@
|
||||||
};
|
};
|
||||||
systemd.services."systemd-suspend-then-hibernate".aliases = [ "systemd-suspend.service" ];
|
systemd.services."systemd-suspend-then-hibernate".aliases = [ "systemd-suspend.service" ];
|
||||||
powerManagement.enable = true;
|
powerManagement.enable = true;
|
||||||
systemd.sleep.extraConfig = ''
|
systemd.sleep.settings.Sleep = {
|
||||||
HibernateDelaySec=120m
|
HibernateDelaySec = "120m";
|
||||||
SuspendState=freeze
|
SuspendState = "freeze";
|
||||||
'';
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue