mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
xmobar: reduce clutter
Move the date and time to the right hand side. Move most of the system metrics to the right hand side.
This commit is contained in:
@@ -4,14 +4,14 @@ Config {
|
||||
font = "xft:Fira Code:size=10:bold:antialias=true"
|
||||
, bgColor = "black"
|
||||
, fgColor = "#CCC"
|
||||
, position = Top
|
||||
, position = TopP 0 80
|
||||
, border = BottomB
|
||||
, borderColor = "#646464"
|
||||
|
||||
-- layout
|
||||
, sepChar = "%" -- delineator between plugin names and straight text
|
||||
, alignSep = "}{" -- separator between left-right alignment
|
||||
, template = "%UnsafeStdinReader% | %date% | %battery% | %multicpu% | %memory% | %dynnetwork% "
|
||||
, template = "%UnsafeStdinReader% }{ %multicpu% | %memory% | %dynnetwork% | %battery% | %date%"
|
||||
|
||||
-- general behavior
|
||||
, lowerOnStart = True -- send to bottom of window stack on start
|
||||
|
Reference in New Issue
Block a user