Skip to content

Commit

Permalink
Adding bin scripts, rearranging files, adding screenshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Fryzel committed Jun 27, 2010
1 parent 0e677b1 commit 5ce7a0f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
8 changes: 8 additions & 0 deletions bin/dmenu
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh
# Script to launch dmenu with colors matching IR_Black theme
# Author: Vic Fryzel
# http://github.com/vicfryzel/xmonad-config

$(dmenu_path | \
dmenu -fn '-*-terminus-*-r-normal-*-*-120-*-*-*-*-iso8859-*' \
-nb '#000000' -nf '#FFFFFF' -sb '#7C7C7C' -sf '#CEFFAC')
9 changes: 9 additions & 0 deletions bin/tray
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh
# Script to launch trayer in the correct position next to xmobar.
# Author: Vic Fryzel
# http://github.com/vicfryzel/xmonad-config

# This is setup to display on dual 1680x1050 monitors, with the right monitor
# as primary. Adjust margin as necessary for other resolutions/setups.
trayer --edge top --align left --margin 3240 --width 120 --widthtype pixel --height 12 \
--padding 1 --tint 0x000000 --transparent true
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions xmobar → xmonad/xmobar
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-- xmobar config used by Vic Fryzel
-- Author: Vic Fryzel
-- http://github.com/vicfryzel/xmonad-config
-- This is setup for dual 1680x1050 monitors, with the right monitor as primary

Expand Down
3 changes: 1 addition & 2 deletions xmonad.hs → xmonad/xmonad.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
--
-- xmonad config used by Vic Fryzel
-- Author: Vic Fryzel
-- http://github.com/vicfryzel/xmonad-config
--

import System.IO
import System.Exit
Expand Down

0 comments on commit 5ce7a0f

Please sign in to comment.