mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/xmobar: add notes
This commit is contained in:
parent
b5ed691937
commit
47f4fb9e43
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
programs.xmobar = {
|
programs.xmobar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
# XMobar's config file is not a segment of valid Haskell source code -- it is instead a DSL
|
||||||
|
# Note how `Run` handles its arguments properly without parens?
|
||||||
|
#
|
||||||
|
# Also xmobar wants GHC if we use it as a library, and I'm lazy, you probably want to keep it this way.
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
Config { overrideRedirect = False
|
Config { overrideRedirect = False
|
||||||
, font = "Iosevka 13"
|
, font = "Iosevka 13"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue