From 59b8ffb254351d9af7ad77dca80ee2c8ada7988f Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 1 Oct 2023 10:14:45 -0500 Subject: [PATCH] Quick updates to qutebrowser containers --- user/app/browser/qutebrowser.nix | 217 ++++++++++++++++--------------- 1 file changed, 110 insertions(+), 107 deletions(-) diff --git a/user/app/browser/qutebrowser.nix b/user/app/browser/qutebrowser.nix index f1c065f2..cc41995d 100644 --- a/user/app/browser/qutebrowser.nix +++ b/user/app/browser/qutebrowser.nix @@ -267,6 +267,7 @@ c.colors.webpage.bg = base00

Welcome to Qutebrowser


+

Personal Profile


@@ -283,121 +284,15 @@ c.colors.webpage.bg = base00 ''; home.file.".config/qutebrowser/containers".text = '' -Personal Teaching Tech Finances Gaming Gamedev +Bard ''; # TODO make this final section more efficient... - home.file.".browser/Personal/config/qute-home.html".text = '' - - - - - Home - - - - - - -
- ..--------.. - .`` "'. - .` _.---.. /--| '. - /`` || | - /` /--| || | - / / | || `/----\, - | | | .-`.-/- __. \ - | \ `-.`` ..-` \ | - \ ```` ~.^` | | | - \.____.-``'|| | / / - | || |_.- / - | || / - . |_-` `------~``. - `.. ..` - ``--______-'` -
-
- -

Welcome to Qutebrowser

-
-

Personal Profile

-
- -
-

[o] [Search]

-

[b] [Quickmarks]

-

[S h] [History]

-

[t] [New tab]

-

[x] [Close tab]

-
- - - - - ''; home.file.".browser/Teaching/config/qute-home.html".text = '' @@ -934,4 +829,112 @@ Gamedev ''; + home.file.".browser/Bard/config/qute-home.html".text = '' + + + + + Home + + + + + + +
+ ..--------.. + .`` "'. + .` _.---.. /--| '. + /`` || | + /` /--| || | + / / | || `/----\, + | | | .-`.-/- __. \ + | \ `-.`` ..-` \ | + \ ```` ~.^` | | | + \.____.-``'|| | / / + | || |_.- / + | || / + . |_-` `------~``. + `.. ..` + ``--______-'` +
+
+ +

Welcome to Qutebrowser

+
+

Bard Profile

+
+ +
+

[o] [Search]

+

[b] [Quickmarks]

+

[S h] [History]

+

[t] [New tab]

+

[x] [Close tab]

+
+ + + + + ''; + + }