[-] HrBingR@beehaw.org 2 points 1 year ago

Honestly, I have no idea; can't say that's happened to me, but it might be best to post about it in /c/support so the admins see the issue and can potentially look at a fix (if it's not already been reported to the Lemmy devs).

[-] HrBingR@beehaw.org 2 points 1 year ago

Honestly, that was my biggest reason for starting this up. It just kind of snowballed from there.

[-] HrBingR@beehaw.org 2 points 1 year ago

I tried it for a time but had a few annoyances here and there. The need to reboot everytime I wanted to install something got to me a bit. Eventually went back to normal Fedora, though this was on my work laptop, for a home device I wholeheartedly agree.

[-] HrBingR@beehaw.org 2 points 1 year ago

That's awesome! You're more than welcome to submit it to the repo as well if you want to, otherwise I'm glad other people are doing Lemmy theming as well - I'm all for expanding user choice.

[-] HrBingR@beehaw.org 2 points 1 year ago

Hey so I setup a repo; swap to the default green litely theme, and then test a few of these out, I think they turned out quite well!

https://github.com/HrBingR/Lemmy_CSS/

Please feel free to submit pull requests if you have other colors or ideas you think would look nice. The more the merrier!

[-] HrBingR@beehaw.org 2 points 1 year ago

Hey so just a heads up, I made a few more changes that I quite like (again, for the red theme, tweak appropriately for the default green theme), so thought I'd just update you.

This changes the main feed quite a bit, adding a bit more of a card-like design to posts, though I have done my best to make sure there isn't too much white-space from this change, I just feel it looks a bit more modern, but again, feel free not to use it :)

It also, and this is my favorite change, changes the title color of any post you've visited, something that I feel is basic but for some reason Lemmy didn't have before. So now any posts you've visited before will be a light-gray color instead. Hope you find some value here.

.container-lg {
    max-width: 1600px;
}
.col-md-8 {
    max-width: 80%;
    flex: 0 0 80%;
}
.col-md-4 {
    max-width: 20%;
    flex: 0 0 20%;
}
.col-sm-2 {
    max-width: 10%;
    flex: 0 0 10%;
}
.col-sm-9 {
    margin-left: 5px;
    max-width: 80%;
    flex: 0 0 80%;
}
.post-listing {
    border: 1px solid rgba(34,34,34,.125);
    /*border-bottom: 0px;*/
    border-color: #c80000;
    border-radius: 5px;
    margin-bottom: 8px;
    padding-top: 10px;
    background-color: #fff;
    transition: all .2s;
    box-shadow: 2px 2px 1px #c80000;
}

hr {
    display: none;
}
.border-top {
    border-top: 1px solid rgba(34,34,34,.125)!important;
}
.border-light {
    border-color: #e4e4e5!important;
}
body {
    background-color: #ecf0f1;
}
.navbar {
    background-color: #fff;
}
.card {
    background-color: #fff;
    box-shadow: 2px 2px 1px #c80000;
}
.col-12 .card {
    box-shadow: none;
}
.comments {
    padding-left: 10px;
    background-color: #fff;
}
a:visited .d-inline-block {
    color:#d6d7d9!important;
}
.my-2 {
    margin-bottom: 0px!important;
}
[-] HrBingR@beehaw.org 1 points 1 year ago

According to the GitHub page it’s heavily inspired by Apollo, so that’s got me quite excited.

[-] HrBingR@beehaw.org 1 points 1 year ago

I'm going to have to look that one up; been scared to mix and match from different modpacks without understanding the modpack, but might need to do just that. That having been said, I am running an absolute ton of mods, mostly convenience.

[-] HrBingR@beehaw.org 1 points 1 year ago

So yes. I had a similar setup to you, passed through my Nvidia card to Windows and kept my onboard Intel card for Linux, but much like you I wanted to game with both Linux and Windows, so now my onboard Intel card is disabled and instead I have some qemu scripts that detach the Nvidia card from Linux and to the VM, and vice versa once the VM is shut down. Was a pain to get setup, but actually works really well.

[-] HrBingR@beehaw.org 1 points 1 year ago* (last edited 1 year ago)

So one thing that might be worth looking into is virtual machines.

Currently on my desktop I run a variant of Arch (Endeavor I think) where I primarily do my gaming , but for any highly incompatible games, or Game Pass games, I have a virtual machine running Windows that uses pass-through to pass my graphics card through to the virtual machine for games I can't play on Linux. I also use CPU pinning to 'pin' 10 of my 12 CPU cores to the virtual machine to reduce potential overhead.

Works really well, might be an option for you, although it's not super easy to setup. I've tried passthrough on PopOS as well before, but it wasn't as performant, and Arch Wiki provides a ridiculous amount of super useful guides for doing just about anything, including setting this up.

Edit: Otherwise in terms of daily driver, I love Fedora, and likely won't move away anytime soon on my laptop.

[-] HrBingR@beehaw.org 1 points 1 year ago

Is there any particular reason you use flatpaks rather than snaps? (Not that I’m suggesting using snaps, I myself prefer flatpak, just curious)

[-] HrBingR@beehaw.org 1 points 1 year ago* (last edited 1 year ago)

Currently running a docker environment from a laptop with the following:

Firefly III - For budgeting

Seafile - For file sync. Was using OneDrive, but since it's not supported by Linux went with Seafile. Works great!

Keycloak - SSO

Cloudflare Tunnel - For connection to my services from outside without needing to forward ports, and to enforce SSO for platforms that don't support it.

PHP Apache - Hosting a few small websites

view more: ‹ prev next ›

HrBingR

joined 1 year ago