bunsen-themes/README.md
2018-04-04 11:37:42 +02:00

18 lines
705 B
Markdown

# bunsen-themes
Bunsen Theme Collection
[![bunsenlabs_default_theme_by_capn_damo-d91begp.md.png](https://cdn.scrot.moe/images/2017/02/27/bunsenlabs_default_theme_by_capn_damo-d91begp.md.png)](https://scrot.moe/image/1JVVl)
Screenshot of Bunsen, the default theme.
## Manual tweaks needed for Beam-HiDPI
Add these two lines to ``~/.Xresources`` and re-login or run ``xrdb -merge ~/.Xresources`` to activate. For ``Xft.dpi`` uncommenting and adjusting line 7 is fine, too. Just remove the leading ``!`` and replace ``96`` by ``160``.
```
Xft.dpi: 160
Xcursor.size: 48
```
These values were found giving the best results but depending on your screen's resolution ymmv. Adjust them to your preferences.