You are not logged in.
http://i42.tinypic.com/30xfz1s.png
Openbox, 3 conky configs. Murrine as my GTK engine, no wallpaper, 8-pixel fonts, Terminus for all Conky configs. 2 Bash scripts extract the song information from MOC.
Minimal, clean, simple. The bottom bar disappears when no song is played
Last edited by Iguleder (2010-03-27 16:25:45)
Offline
http://farm5.static.flickr.com/4023/446 … 16c9_m.jpg
Arch Linux and Evilwm. The previous setup was just too blue so I am using this now, which I like.
nice work, although I'm not a fan of monochromatic desktops
Offline
NilsKunnas wrote:http://farm5.static.flickr.com/4023/446 … 16c9_m.jpg
Arch Linux and Evilwm. The previous setup was just too blue so I am using this now, which I like.
nice work, although I'm not a fan of monochromatic desktops
I have periods of time where I am the same way. Sooner or later, I'll blow all of this away and have a naked girl in the background.
Last edited by NilsKunnas (2010-03-27 18:31:50)
Arch Linux = Teh Happy!
Offline
@Berticus : Thanks for showing some VHDL
Yeah, well it was something very simple for class. It'd be more exciting if it was something complicated.
Offline
wallpaper please?
Offline
wallpaper please?
Correct me if i'm wrong but the first picture is the wallpaper?
Bitbucket - DeviantART - Userstyles
*Currently Not Using Arch
Offline
karabaja4 wrote:wallpaper please?
Correct me if i'm wrong but the first picture is the wallpaper?
Fail.
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
karabaja4 wrote:wallpaper please?
Correct me if i'm wrong but the first picture is the wallpaper?
Yes but I'd like different resolution if possible.
Offline
Roline wrote:karabaja4 wrote:wallpaper please?
Correct me if i'm wrong but the first picture is the wallpaper?
Yes but I'd like different resolution if possible.
Aahh my bad!
Bitbucket - DeviantART - Userstyles
*Currently Not Using Arch
Offline
Thanks, I can't believe I saw that
.
, more funny with a dot
Last edited by n0dix (2010-03-27 21:31:52)
Offline
Here is mine
http://omploader.org/tM3lqZAOpenbox
Tint2
Conky
what's that vim theme ?
.:[dotfiles]:.
Offline
doby wrote:Here is mine
http://omploader.org/tM3lqZAOpenbox
Tint2
Conkywhat's that vim theme ?
i think it's emacs
Offline
skrite wrote:JesusSuperstar wrote:what's that vim theme ?
i think it's emacs
damn emacs!
well, if i am mistaken, i want the vim theme too
Offline
Roline wrote:karabaja4 wrote:wallpaper please?
Correct me if i'm wrong but the first picture is the wallpaper?
Yes but I'd like different resolution if possible.
Sorry, I didn't get any other resolution, and I don't know the source of it. I did a quick google but came up with only the same resolution background. :S
Offline
Offline
Setting Up a Scripting Environment | Proud donor to wikipedia - link
Offline
Hi everyone,
It's emacs. I used the Dashboard theme for Emacs and I modified it a bit. Anyway here is the colors.el script I used.
;;
;; Color theme emacs lisp
;;
;; Colors in shell
(autoload 'ansi-color-for-comint-mode-on "ansi-color" nil t)
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
(setq ansi-color-names-vector ["#1C1C1C" "#CD3F3F" "#A6E22E" "#FEA63C" "#66AADD" "#B76685" "#66D9EF" "#EEEEEE"])
(add-hook 'shell-mode-hook '(lambda () (toggle-truncate-lines 1)))
(setq comint-prompt-read-only t)
;; Colors in buffer
(require 'color-theme)
(defun color-theme-blackboard ()
(interactive)
(color-theme-install
'(color-theme-blackboard
((background-color . "#1C1C1C")
(background-mode . dark)
(border-color . "#1C1C1C")
(cursor-color . "#EEEEEE")
(foreground-color . "#EEEEEE")
(mouse-color . "#EEEEEE")
)
(default ((t (:background "#1C1C1C" :foreground "#EEEEEE"))))
(bold ((t (:bold t))))
(bold-italic ((t (:bold t))))
(border-glyph ((t (nil))))
(buffers-tab ((t (:background "#1C1C1C" :foreground "#EEEEEE"))))
(font-lock-builtin-face ((t (:foreground "#EEEEEE"))))
(font-lock-comment-face ((t (:foreground "#CD3F3F"))))
(font-lock-constant-face ((t (:foreground "#66AADD"))))
(font-lock-doc-string-face ((t (:foreground "FEA63C"))))
(font-lock-string-face ((t (:foreground "#FEA63C"))))
(font-lock-function-name-face ((t (:foreground "#FEA63C"))))
(font-lock-keyword-face ((t (:foreground "#A6E22E"))))
(font-lock-preprocessor-face ((t (:foreground "#66AADD"))))
(font-lock-reference-face ((t (:foreground "66AADD"))))
(font-lock-regexp-grouping-backslash ((t (:foreground "#FEA63C"))))
(font-lock-regexp-grouping-construct ((t (:foreground "#CD3F3F"))))
(font-lock-string-face ((t (:foreground "#FEA63C"))))
(font-lock-type-face ((t (:foreground "#66D9EF"))))
(font-lock-variable-name-face ((t (:foreground "#FEA63C"))))
(font-lock-warning-face ((t (:bold t :foreground "#CD3F3F"))))
(font-lock-attribute-face ((t (:foreground "#B76685"))))
(font-lock-reserved-words-face ((t (:foreground "#B76685"))))
(vhdl-font-lock-function-face ((t (:foreground "#B76685"))))
(gui-element ((t (:background "#D4D0C8" :foreground "#1C1C1C"))))
(region ((t (:background "#EEEEEE" :foreground "#1C1C1C"))))
(highlight ((t (:background "#EEEEEE" :foreground "#1C1C1C"))))
(highline-face ((t (:background "#A6E22E"))))
(isearch ((t (:background "#EEEEEE" :foreground "#1C1C1C"))))
(italic ((t (nil))))
(left-margin ((t (nil))))
(text-cursor ((t (:background "#FEA63C" :foreground "#1C1C1C"))))
(toolbar ((t (nil))))
(linum ((t (:foreground "#7D7D7D"))))
(underline ((nil (:underline nil))))
(mode-line ((t (:background "#EEEEEE" :foreground "#1C1C1C"))))
(mode-line-inactive ((t (:background "#7D7D7D" :foreground "#1C1C1C"))))
(minibuffer-prompt ((t (:foreground "#A6E22E"))))
(zmacs-region ((t (:background "#EEEEEE" :foreground "#1C1C1C")))))))
(color-theme-blackboard)
PS: I just add these lines in my .emacs file :
;; Add various lisp scripts
(add-to-list 'load-path "~/.elisp/")
(load "colors")
Software is like sex, it's better when it's free - L. Torvalds
Offline
Here is mine
http://omploader.org/tM3lqZAOpenbox
Tint2
Conky
Could you share your Tint2 configuration?? Thanks...
Offline
@nanotube09 : Of course.
#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 0
border_width = 1
background_color = #1C1C1C 40
border_color = #1C1C1C 100
rounded = 0
border_width = 1
background_color = #EEEEEE 20
border_color = #1C1C1C 100
rounded = 0
border_width = 1
background_color = #1C1C1C 20
border_color = #1C1C1C 100
rounded = 0
border_width = 0
background_color = #EEEEEE 20
border_color = #1C1C1C 100
#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = top
panel_size = 80% 40
panel_margin = 5 5
panel_padding = 15 5 15
font_shadow = 0
panel_background_id = 1
wm_menu = 0
#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
taskbar_padding = 0 0 0
taskbar_background_id = 2
taskbar_active_background_id = 3
#---------------------------------------------
# TASK
#---------------------------------------------
task_icon = 10
task_text = 0
task_width = 25
task_centered = 1
task_padding = 2 5
task_font = Bitstream Vera Sans 6
task_font_color = #1C1C1C 80
task_active_font_color = #1C1C1C 100
task_background_id = 0
task_active_background_id = 4
#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
#systray_padding = 2 5 5
#systray_background_id =2
#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M
time1_font = Bitstream Vera Sans Bold 7
time2_format = %a %d %b
time2_font = Bitstream Vera Sans 6
clock_font_color = #EEEEEE 80
clock_padding = 4 4
clock_background_id = 0
#---------------------------------------------
# MOUSE ACTION ON TASK
#---------------------------------------------
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify
Software is like sex, it's better when it's free - L. Torvalds
Offline