diff --git a/.gitignore b/.gitignore index 84acc52..87de34b 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,14 @@ discord/themes/* ### there's actually nothing here yet lol # ---> status.cafe -status.cafe/*.css -status.cafe/*.css.* -status.cafe/img/ \ No newline at end of file +miscellany/websites/status cafe/*.css +miscellany/websites/status cafe/*.css.* +miscellany/websites/status cafe/img/ + +# ---> piclog +miscellany/websites/piclog/*.css +miscellany/websites/piclog/*.css.* +miscellany/websites/piclog/img/ + +# ---> Thunar +thunar/accels.scm \ No newline at end of file diff --git a/linkdir.pl b/linkdir.pl index 3e877a9..c6315fd 100755 --- a/linkdir.pl +++ b/linkdir.pl @@ -15,6 +15,7 @@ my %confDirs = ( "picom" => "picom", "rofi" => "rofi", "BetterDiscord" => "discord", + "Thunar" => "thunar", ); while (my ($key, $value) = each %confDirs) { diff --git a/miscellany/websites/invidious/wider.css b/miscellany/websites/invidious/wider.css new file mode 100644 index 0000000..bbd965b --- /dev/null +++ b/miscellany/websites/invidious/wider.css @@ -0,0 +1,7 @@ +div.pure-u-md-2-24:nth-child(1), div.pure-u-md-2-24:nth-child(3) { + width: 5%; +} + +div#contents { + width: 90% !important; +} \ No newline at end of file diff --git a/miscellany/websites/piclog/2023-07.scss b/miscellany/websites/piclog/2023-07.scss new file mode 100644 index 0000000..0486863 --- /dev/null +++ b/miscellany/websites/piclog/2023-07.scss @@ -0,0 +1,97 @@ +@use "sass:math"; + +$border: 1px solid black; +$padding: 1.2rem; + +// ------ page-wide or multi-element +html, body { + font-family: sans-serif; +} + +a { + text-decoration: none; + font-family: monospace; + font-weight: bold; +} + +.main-header, main, .main-footer { + max-width: 60rem; +} + +.main-header, h1:nth-of-type(1), p.rss { + text-align: center; +} + +h1:nth-of-type(1), p.rss, div#nuAboutCont, div.pagination { + grid-column: 1/-1; +} + +// ------ main body +main { + display: grid; + grid-template-columns: 1fr 1fr 1fr 1fr; + gap: math.div($padding, 2); +} + +// --- about section + +p.about, p:nth-of-type(2) { + display: none +} + +div#nuAboutCont { + display: flex; + justify-content: center; +} + +div#nuAboutInnr { + max-width: 35rem; + border: $border; +} + +div.nuAboutSec { + padding: $padding; + border-top: 1px solid black; +} + +div.nuAboutSec:nth-of-type(1) { + border-top: none; +} + +h3.nuAboutHdr { + margin-top: 0; +} + +div.nuAboutTbl { + display: grid; + grid-template-columns: 1fr 1fr 1fr 1fr; + gap: $padding; + div.nuAboutTbl { + width: 100%; + text-align: center; + } +} + +// --- gallery +article { + padding: math.div($padding, 2); + width: 100%; + aspect-ratio: 1 / 1; + overflow: scroll; + img { max-width: 100% } + border: $border; +} + +h2.title { + font-size: 1rem; +} + +p.description { + font-size: 0.8rem; + padding: 0; +} + +div.meta { + font-size: 0.8rem; + font-style: italic; +} \ No newline at end of file diff --git a/status.cafe/2023-06.scss b/miscellany/websites/status cafe/2023-06.scss similarity index 100% rename from status.cafe/2023-06.scss rename to miscellany/websites/status cafe/2023-06.scss diff --git a/thunar/uca.xml b/thunar/uca.xml new file mode 100644 index 0000000..11b76d8 --- /dev/null +++ b/thunar/uca.xml @@ -0,0 +1,15 @@ + + + + utilities-terminal + Open terminal here + + 1660871780809056-1 + exo-open --working-directory %f --launch TerminalEmulator + Opens a terminal in the selected directory + + * + + + +