Skip to content

Module: Status

AbouZakaria edited this page Dec 26, 2019 · 2 revisions

configured using any name example: 'Cpu' 'Mem' 'Text'.

;Command <string> Command to desplay in label
 Command=

;Interval <int> second default 1
Interval=1

;MaxSize <int> maximum width
MaxSize=100
    
;Label <string> default $Command ex:"Cpu: $Command "
Label=$Command

;ClickLeft <string> exec Command  
ClickLeft=$Command

;ClickRight <string> exec Command  
ClickRight=$Home/myscript.sh

;MouseWheelUp <string> exec Command
MouseWheelUp=

;MouseWheelDown <string> exec Command 
MouseWheelDown=

Common properties

;Background			<string>  color
Background=xrdb.background

;Foreground			<string>  color
Foreground=xrdb.foreground

;Underline			<string>  color
;Underline color if Border > 0
Underline=#B44B4B

;Overline			<string>  color 
;Underline color if Border > 0
Overline=xrdb.color4

; Border        <int>     default=0
Border=2

;BorderRadius  <int>     default 0
;radius corners
BorderRadius=4

;Alpha         <int>     0-to-255 default=255
;O full transparent 255 opac
Alpha=255

;FontName      <string>  default parent fontfamily
FontName=Monospace

;FontSize      <int>     default parent font size
FontSize=9

;FontBold      <bool>    default  window fontbold
FontBold=false
Clone this wiki locally