You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
| Config { font = "xft:Monospace-10:bold"
 | |
|        , additionalFonts = []
 | |
|        , border = NoBorder
 | |
|        , bgColor = "black"
 | |
|        , fgColor = "white"
 | |
|        , alpha = 255
 | |
|        , position = Top
 | |
|        --, textOffset = -1
 | |
|        --, iconOffset = -1
 | |
|        , lowerOnStart = False
 | |
|        , pickBroadest = False
 | |
|        , persistent = False
 | |
|        , hideOnStart = False
 | |
|        , iconRoot = "."
 | |
|        , allDesktops = True
 | |
|        , overrideRedirect = True
 | |
|        , commands = [ Run DynNetwork ["-L","0","-H","32","--normal","green","--high","red"] 10
 | |
|                     , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
 | |
|                     , Run Memory ["-t","Mem: <usedratio>%"] 10
 | |
|                     , Run Battery ["-t", "Batt: <left>%, <watts>W -> <timeleft>"] 10
 | |
|                     , Run Date "%F %H:%M:%S" "date" 10
 | |
|                     --, Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
 | |
|                     , Run StdinReader
 | |
|                     , Run Brightness [] 10
 | |
|                     , Run Volume "default" "Master" [] 10
 | |
|                     ]
 | |
|        , sepChar = "%"
 | |
|        , alignSep = "}{"
 | |
|        , template = " %StdinReader% }\
 | |
|                     \{ %cpu% | %memory% | %dynnetwork% | %battery% | %bright% | %default:Master% | <fc=#ee9a00>%date%</fc>"
 | |
|        }
 | |
| 
 |