redshift -l0:0 -t 7800:7800 to Startup Application app
-
https://askubuntu.com/questions/1003101/how-to-use-xrandr-gamma-for-gnome-night-light-like-usage
-
https://unix.stackexchange.com/questions/97721/how-to-change-the-xorg-gamma-brightness
-
https://askubuntu.com/questions/1306/how-do-you-change-your-screens-color-temperature
-
Too tiny dpi settings https://www.reddit.com/r/pop_os/comments/bfl19c/issue_with_fractional_scaling_on_pop_os_1904/ https://www.linuxuprising.com/2019/04/how-to-enable-hidpi-fractional-scaling.html Just increase the scaling factor in Tweaks/Font
-
Fish
-
Kitty
I am using Pop_OS! as it seems to be a stable distro.
- Install Tweaks to change the system font to San Francisco Pro
Because other emojis just suck: https://github.com/samuelngs/apple-emoji-linux
- Tweaks (Swap CTRL and ALT)
- https://github.com/autokey/autokey/wiki/Special-Keys
- Clipboard Indicator
- CPU Power Manager
- Dash to Dock
- Flipper move clock
- Hide Activities Button
- Panel OSD
- Remove dropdown arrows
- Steal my Focus
Due to the font-stack they use in CSS. It usually defaults to Arial. This mapping fixes this globally.
Set this in your ~/.config/fontconfig/fonts.conf file:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match>
<test name="family"><string>Arial</string></test>
<edit name="family" mode="assign" binding="strong">
<string>SF Pro Display</string>
</edit>
</match>
<match>
<test name="family"><string>Liberation Mono</string></test>
<edit name="family" mode="assign" binding="strong">
<string>SFMono</string>
</edit>
</match>
<alias>
<family>serif</family>
<prefer><family>Tinos</family></prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer><family>SF Pro Display</family></prefer>
</alias>
<alias>
<family>sans</family>
<prefer><family>SF Pro Display</family></prefer>
</alias>
<alias>
<family>monospace</family>
<prefer><family>SFMono</family></prefer>
</alias>
</fontconfig>Credits to https://jichu4n.com/posts/how-to-set-default-fonts-and-font-aliases-on-linux/
Also change the font settings in your browser.
- Go to chrome://settings/fonts
- Set Font Size to 18
- Set Minimum Font Size to 18
- You can also set Standard font, Serif font, Sans-serif font, and Fixed-width font here.