diff options
| author | nathansmith117 <nathansmith@posteo.com> | 2025-03-10 12:37:34 +0000 | 
|---|---|---|
| committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-10 12:37:34 +0000 | 
| commit | 35f1e34e3f3ff9c1ce4aae4379395eaed49d759a (patch) | |
| tree | aabe2cc3875cb7b54f91531a7a3c6f53bb8a1db8 /linuxRoom.html | |
| parent | 15f57c27e59d3065f9504b40433de889fee4db67 (diff) | |
| download | shittyweb-35f1e34e3f3ff9c1ce4aae4379395eaed49d759a.tar.gz shittyweb-35f1e34e3f3ff9c1ce4aae4379395eaed49d759a.tar.bz2 shittyweb-35f1e34e3f3ff9c1ce4aae4379395eaed49d759a.zip  | |
Starting to really change the website
Diffstat (limited to 'linuxRoom.html')
| -rw-r--r-- | linuxRoom.html | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/linuxRoom.html b/linuxRoom.html index 824e77e..c82abc9 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -27,7 +27,7 @@ table {  <body>      <center> -        <img src="https://media.tenor.com/ko4tpRh2FTcAAAAi/mr-free-super-tux.gif" alt="Tux the penguin flying"/> +        <img src="images/flying_tux.gif" alt="Tux the penguin flying"/>          <table border="1" width="60%">              <tr>                  <td> @@ -49,7 +49,7 @@ table {              <tr>                  <td> -                    <h2><a href="https://github.com/nathansmith117/dotfiles" target="_blank">Dotfiles</a></h2> +                    <h2><a href="https://codeberg.org/nathansmith/dotfiles" target="_blank">Dotfiles</a></h2>                      <p>This is a repo for my dotfiles and its kind of fucked up.                      Some configs have there own repos because I didn't think ahead lmao.                      </p> @@ -297,7 +297,7 @@ table {                      <h3>lite-xl config</h3>                      <p> -                        I have my config on a repo here <a href="https://github.com/nathansmith117/liteLXConfig" target="_blank">here</a>. +                        I have my config on a repo here <a href="https://codeberg.org/nathansmith/liteLXConfig" target="_blank">here</a>.                          On different screen sizes lite-xl may look bad and to fix it you need to set the <code>LITE_SCALE</code> environment variable.                          <br/><br/> @@ -317,9 +317,9 @@ table {                          mpv uses lua for its config files and is really simple by default. It also can play youtube videos                          or other online streams just by giving it a url.<br/><br/> -                        The only thing I did to config mine -                        was install a plugin for a nicer interface yet -                        <a href="https://github.com/nathansmith117/mpvconfig" target="_blank">it has its own repo</a> when it +                        The only thing I did to config mine was install plugins for a nicer interface +                        and mpris yet +                        <a href="https://codeberg.org/nathansmith/mpvconfig" target="_blank">it has its own repo</a> when it                          could just be in the dotfiles repo. Like I said, my dotfiles are kind of fucked up.                      </p>                  </td> @@ -346,7 +346,7 @@ table {                                  You can turn youtube channels into rss feeds with                                  <code>https://www.youtube.com/feeds/videos.xml?channel_id={channel_id}</code><br/>                                  This can be done for all your subscriptions with -                                <a href="https://gist.github.com/nathansmith117/1ad3ffbf22a4c04ca169dd76a99a5236" target="_blank"> +                                <a href="scripts/youtube_subs_export.py" target="_blank">                                      this script</a>                              </li>                              <li> @@ -369,7 +369,7 @@ table {                          alacritty now has a option for toml files for the config. The yml files was                          one of the biggest things keeping me away from alacritty.<br/><br/>                          You can find my config on the -                        <a href="https://github.com/nathansmith117/dotfiles/tree/main/.config/alacritty" target="_blank">dotfiles repo</a>. +                        <a href="https://codeberg.org/nathansmith/dotfiles/src/branch/main/.config/alacritty" target="_blank">dotfiles repo</a>.                      </p>                  </td>              </tr>  | 
