Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2024
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Config { font = "xft:Montserrat:size=8:antialias=true"
  2.        , borderColor = "black"
  3.        , border = TopB
  4.        , bgColor = "black"
  5.        , fgColor = "grey"
  6.        , position = Top
  7.        , lowerOnStart = False
  8.        , persistent = True
  9.        , overrideRedirect = True
  10.        , allDesktops = True
  11.        , hideOnStart = False
  12.        , commands = [ Run Weather "KOLM" ["-t","<station>: <tempF>F","-L","45","-H","75","--normal","green","--high","red","--low","lightblue"] 36000
  13.                     , Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
  14.                     , Run Network "wlp2s0" ["-L","0","-H","32","--normal","#3ea857","--high","#cf6a4c"] 10
  15.                     , Run Cpu ["-L","3","-H","50","--normal","#3ea857","--high","red"] 10
  16.                     , Run Memory ["-t","Mem: <usedratio>%"] 10
  17.                     , Run Com "id" ["-u", "-n"] "" 36000
  18.                     , Run Date "%a %b %m/%_d/%y" "date" 10
  19.                     , Run Date "%-I:%M %p" "time" 10
  20.                     , Run Battery [ "-t", "<acstatus>"
  21.                                   , "-L", "10", "-H", "80"
  22.                                   , "-l", "red", "-h", "#3ea857"
  23.                                   , "--", "-O", "<fc=green>Charging</fc>", "-o", "Battery: <left>% / <timeleft>" ] 30
  24.                     ]
  25.        , sepChar = "%"
  26.        , alignSep = "}{"
  27.        , template = "%cpu% | %memory% | %eth0% - %wlp2s0% } %StdinReader% { [%battery%] | <fc=#ee9a00>%date%</fc> <fc=green>%time%</fc> | %KOLM% | <fc=#8fbfdc>%id%</fc>@<fc=#cf6a4c>%hostname%</fc>"
  28.        }
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement