forked from vicfryzel/xmonad-config
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding bin scripts, rearranging files, adding screenshot.
- Loading branch information
Vic Fryzel
committed
Jun 27, 2010
1 parent
0e677b1
commit 5ce7a0f
Showing
5 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters