TimeCanvas is a powerful time management and task organization software designed to simplify your daily life. It is written in C# and is powered by avalonia & sqlite. Specially made for someone who wants to stay organized, TimeCanvas provides the tools you need to manage your time efficiently.! (ganbare, ganbare!)
Monitor DPI is calculated from values provided by XRANDR extension. These might be not accurate for your particular monitor, so you can override scaling factors for particular monitors via environment variable.
xrandr --listactivemonitors
will give you output like this:
Monitors: 1 0: +*eDP-1 1920/344x1080/194+0+0 eDP-1
eDP-1, HDMI-1, DP-1 are output names that your can configure DPI for.
- Add
AVALONIA_SCREEN_SCALE_FACTORS
environment variable to your /etc/profile, $HOME/.profile or other suitable location and relogin.
Example:
AVALONIA_SCREEN_SCALE_FACTORS='eDP-1=2;HDMI-1=1;DP-1=1.5'
this will set eDP-1 to 192 DPI, HDMI-1 to 96 DPI and DP-1 to 144 DPI.