dotties

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

config (549B)


      1 separator_block_width=15
      2 markup=none
      3 
      4 [screencast]
      5 command=cat /tmp/recordingicon
      6 signal=11
      7 
      8 [music]
      9 command=cmus-remote -Q | grep "^file" | sed 's/^file\s\/.*\///'
     10 interval=10
     11 #signal=
     12 
     13 [xkb-layout]
     14 command=cat "$XDG_CONFIG_HOME/keymaps/current-layout"
     15 interval=once
     16 signal=9
     17 
     18 [cpu-temp]
     19 command=sensors | awk '/^CPU:/ {print $2}' | sed 's/+//'
     20 interval=60
     21 
     22 [wifi]
     23 command=sed "s/down//;s/up/✴/" /sys/class/net/w*/operstate
     24 interval=once
     25 
     26 [volume]
     27 command=volumkontroll
     28 interval=once
     29 signal=10
     30 
     31 [time]
     32 command=printf "%s " "$(ordur)"
     33 interval=25