such_lettuce7970

u/such_lettuce7970@beehaw.org
9 posts · 45 comments

Recent posts

Recent comments

We can, with the same link structure as for other Lemmy communities. I'm subbed to a few. Or if you use the search function, I think you leave out the ! and replace with @. Also, I think they're having server issues today due to a DDOS attack.

on How?! · c/cats · 3 pts · 3y

And this is just the kind of stuff you actually see.

on Redshift Alternative? · c/linux · 5 pts · 3y

Have you considered using Redshift manually? Here's what I do:

First, uninstall redshift-gtk and just install redshift.

Next, according to redshift -h

The neutral temperature is 6500K. Using this value will not change the color
temperature of the display. Setting the color temperature to a value higher
than this results in more blue light, and setting a lower value will result in
more red light.

Default values:
Daytime temperature: 6500K
Night temperature: 4500K

So, create two scripts, for example "Redshift-On.sh" and "Redshift-Off.sh". In the former copy and paste:

#!/bin/sh 
redshift -P -O 4500K

and in the latter copy and paste:

#!/bin/sh 
redshift -P -O 6500K

In my case, I create custom menu items (Mint's menu editor) and link them to those scripts so I can run them from the main application menu/ add them to my dock.

on Discussion about lemmy.ml · c/meta · 6 pts · 3y

This is all very concerning. I didn't leave uber-capitalist reddit just to end up at the other extreme.