mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Quick updates to qutebrowser containers
This commit is contained in:
parent
d858a1d838
commit
59b8ffb254
|
@ -267,6 +267,7 @@ c.colors.webpage.bg = base00
|
|||
<!--qutebrowser title-->
|
||||
<p style="color:#''+config.lib.stylix.colors.base01+''">Welcome to Qutebrowser</p>
|
||||
<br>
|
||||
<p><b>Personal Profile</b></p>
|
||||
<br>
|
||||
<!--basic keyboard commands-->
|
||||
<div>
|
||||
|
@ -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 = ''
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Home</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
/*body*/
|
||||
body {
|
||||
background-color: #''+config.lib.stylix.colors.base00+''
|
||||
|
||||
}
|
||||
/*paragraphs*/
|
||||
p {
|
||||
font-family:''+font+'';
|
||||
|
||||
font-size:24px;
|
||||
text-align:center;
|
||||
color: #''+config.lib.stylix.colors.base08+'';
|
||||
|
||||
line-height: 1.35;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.open {
|
||||
color: #''+config.lib.stylix.colors.base09+'';
|
||||
font-weight: bold;
|
||||
}
|
||||
.quickmarks {
|
||||
color: #''+config.lib.stylix.colors.base0A+'';
|
||||
font-weight: bold;
|
||||
}
|
||||
.history {
|
||||
color: #''+config.lib.stylix.colors.base0B+'';
|
||||
font-weight: bold;
|
||||
}
|
||||
.newtab {
|
||||
color: #''+config.lib.stylix.colors.base0C+'';
|
||||
font-weight: bold;
|
||||
}
|
||||
.close {
|
||||
color: #''+config.lib.stylix.colors.base0D+'';
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*xmp tag style for ascii art*/
|
||||
xmp {
|
||||
font-family:''+font+'';
|
||||
|
||||
font-size:22px;
|
||||
color: #''+config.lib.stylix.colors.base01+''
|
||||
|
||||
text-align:center;
|
||||
}
|
||||
/*div*/
|
||||
div {
|
||||
margin:auto;
|
||||
width:50%;
|
||||
text-align:center;
|
||||
}
|
||||
/*class made for ascii art icon*/
|
||||
.icon {
|
||||
line-height:10%
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!--start with cool qutebrowser ascii art-->
|
||||
<div class="icon">
|
||||
<xmp> ..--------.. </xmp>
|
||||
<xmp> .`` "'. </xmp>
|
||||
<xmp> .` _.---.. /--| '. </xmp>
|
||||
<xmp> /`` || | </xmp>
|
||||
<xmp> /` /--| || | </xmp>
|
||||
<xmp>/ / | || `/----\, </xmp>
|
||||
<xmp>| | | .-`.-/- __. \ </xmp>
|
||||
<xmp>| \ `-.`` ..-` \ |</xmp>
|
||||
<xmp>\ ```` ~.^` | | |</xmp>
|
||||
<xmp> \.____.-``'|| | / / </xmp>
|
||||
<xmp> | || |_.- / </xmp>
|
||||
<xmp> | || / </xmp>
|
||||
<xmp> . |_-` `------~``. </xmp>
|
||||
<xmp> `.. ..` </xmp>
|
||||
<xmp> ``--______-'` </xmp>
|
||||
</div>
|
||||
<br>
|
||||
<!--qutebrowser title-->
|
||||
<p style="color:#''+config.lib.stylix.colors.base01+''">Welcome to Qutebrowser</p>
|
||||
<br>
|
||||
<p><b>Personal Profile</b></p>
|
||||
<br>
|
||||
<!--basic keyboard commands-->
|
||||
<div>
|
||||
<p class="open"> [o] [Search] </p>
|
||||
<p class="quickmarks"> [b] [Quickmarks] </p>
|
||||
<p class="history"> [S h] [History] </p>
|
||||
<p class="newtab"> [t] [New tab] </p>
|
||||
<p class="close"> [x] [Close tab] </p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
'';
|
||||
|
||||
home.file.".browser/Teaching/config/qute-home.html".text = ''
|
||||
<!DOCTYPE html>
|
||||
|
@ -934,4 +829,112 @@ Gamedev
|
|||
|
||||
'';
|
||||
|
||||
home.file.".browser/Bard/config/qute-home.html".text = ''
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Home</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
/*body*/
|
||||
body {
|
||||
background-color: #''+config.lib.stylix.colors.base00+''
|
||||
|
||||
}
|
||||
/*paragraphs*/
|
||||
p {
|
||||
font-family:''+font+'';
|
||||
|
||||
font-size:24px;
|
||||
text-align:center;
|
||||
color: #''+config.lib.stylix.colors.base08+'';
|
||||
|
||||
line-height: 1.35;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.open {
|
||||
color: #''+config.lib.stylix.colors.base09+'';
|
||||
font-weight: bold;
|
||||
}
|
||||
.quickmarks {
|
||||
color: #''+config.lib.stylix.colors.base0A+'';
|
||||
font-weight: bold;
|
||||
}
|
||||
.history {
|
||||
color: #''+config.lib.stylix.colors.base0B+'';
|
||||
font-weight: bold;
|
||||
}
|
||||
.newtab {
|
||||
color: #''+config.lib.stylix.colors.base0C+'';
|
||||
font-weight: bold;
|
||||
}
|
||||
.close {
|
||||
color: #''+config.lib.stylix.colors.base0D+'';
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*xmp tag style for ascii art*/
|
||||
xmp {
|
||||
font-family:''+font+'';
|
||||
|
||||
font-size:22px;
|
||||
color: #''+config.lib.stylix.colors.base01+''
|
||||
|
||||
text-align:center;
|
||||
}
|
||||
/*div*/
|
||||
div {
|
||||
margin:auto;
|
||||
width:50%;
|
||||
text-align:center;
|
||||
}
|
||||
/*class made for ascii art icon*/
|
||||
.icon {
|
||||
line-height:10%
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!--start with cool qutebrowser ascii art-->
|
||||
<div class="icon">
|
||||
<xmp> ..--------.. </xmp>
|
||||
<xmp> .`` "'. </xmp>
|
||||
<xmp> .` _.---.. /--| '. </xmp>
|
||||
<xmp> /`` || | </xmp>
|
||||
<xmp> /` /--| || | </xmp>
|
||||
<xmp>/ / | || `/----\, </xmp>
|
||||
<xmp>| | | .-`.-/- __. \ </xmp>
|
||||
<xmp>| \ `-.`` ..-` \ |</xmp>
|
||||
<xmp>\ ```` ~.^` | | |</xmp>
|
||||
<xmp> \.____.-``'|| | / / </xmp>
|
||||
<xmp> | || |_.- / </xmp>
|
||||
<xmp> | || / </xmp>
|
||||
<xmp> . |_-` `------~``. </xmp>
|
||||
<xmp> `.. ..` </xmp>
|
||||
<xmp> ``--______-'` </xmp>
|
||||
</div>
|
||||
<br>
|
||||
<!--qutebrowser title-->
|
||||
<p style="color:#''+config.lib.stylix.colors.base01+''">Welcome to Qutebrowser</p>
|
||||
<br>
|
||||
<p><b>Bard Profile</b></p>
|
||||
<br>
|
||||
<!--basic keyboard commands-->
|
||||
<div>
|
||||
<p class="open"> [o] [Search] </p>
|
||||
<p class="quickmarks"> [b] [Quickmarks] </p>
|
||||
<p class="history"> [S h] [History] </p>
|
||||
<p class="newtab"> [t] [New tab] </p>
|
||||
<p class="close"> [x] [Close tab] </p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
'';
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue