Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'dzen2'

1350096 - disk.sh: dzen2
  1.    #!/bin/sh
  2.    PID=/home/lepagee/.awesome/awesome_clock.pid
  3.    amazing & #Lunch amazing
  4.    updateClock() {
  5.         # See 'man date' to see the possible replacements for the % fields.
  6.         echo "1 widget_tell mystatusbar2 clock text "   " `date +\"%a, %b %d %I:%M %p\"`" | awesome-client
  7.    }
  8.  
  9.  
1350095 - menu.sh: dzen2
  1. #!/bin/bash
  2. #
  3. # Dzen2 App Launcher script box version by Rasmus Edgar.
  4. # -tw = Width of titlebar, -w = Width of slavewindow,
  5. # -l = length of slavewindow. Remember to adjust -l accordingly when adding
  6. # apps. ^pa(*) is for text/decoration alignment.
  7. #
  8. # The getcurpos(x+y) programs are minor hacks of Robert Manea's getcurpos available
  9.  
fantasy-obligation