You are not logged in.
Meskarune wrote:What's the terminal you use ?
Tilda Terminal. Its a terminal that drops down like the console in video games do when you press ~
Homepage | Arch Linux Women | Arch Linux Classroom
Acer Aspire E5-575G-53VG:
Intel Dual-Core i5-6200U 2.3 GHz; Skylake rev3 | 8GB DDR4 ram | Intel HD Graphics 520 + NVIDIA GeForce 940MX
Qualcomm Atheros QCA9377 802.11ac | Realtek RTL8111/8168/8411 Gigabit Ethernet Controller
Offline
Really loving that wallpaper, mind uploading it somewhere or linking to where you found it?
- [ My Blog ] | [ AUR Packages ] | [ My deviantART ] | [ screenFetch ] | [ SilverIRC ] -
Offline
Meskarune wrote:Really loving that wallpaper, mind uploading it somewhere or linking to where you found it?
I resized this picture for my tiny netbook screen: http://ravenskar.deviantart.com/art/com … anuka&qo=2
Homepage | Arch Linux Women | Arch Linux Classroom
Acer Aspire E5-575G-53VG:
Intel Dual-Core i5-6200U 2.3 GHz; Skylake rev3 | 8GB DDR4 ram | Intel HD Graphics 520 + NVIDIA GeForce 940MX
Qualcomm Atheros QCA9377 802.11ac | Realtek RTL8111/8168/8411 Gigabit Ethernet Controller
Offline
Here's mine, with just openbox + conky.
The idea in this one was to use the whole screen to display windows in fullscreen, with no space "wasted" with task bars and such.The conky window is always on top and the same color as title bars, so that with a window in fullscreen, the conky window blends into the title bar. Like that, I can display usual information in conky without wasting any space.
I really like what you did here. Might have to copy in some fashion.
Homepage | Arch Linux Women | Arch Linux Classroom
Acer Aspire E5-575G-53VG:
Intel Dual-Core i5-6200U 2.3 GHz; Skylake rev3 | 8GB DDR4 ram | Intel HD Graphics 520 + NVIDIA GeForce 940MX
Qualcomm Atheros QCA9377 802.11ac | Realtek RTL8111/8168/8411 Gigabit Ethernet Controller
Offline
dwm with pertag and basic config.h-stuff. Other dotfiles in the github repo. Wallpaper from wallbase.
Offline
Offline
http://pbrisbin.com/static/screenshots/ … 012034.png
Last edited by brisbin33 (2010-11-02 14:22:15)
//github/
Offline
qchapter wrote:Awesome! Will you post your concky/openbox configs?
Thanks,
Kevin
Sure, here's my conkyrc :
total_run_times 0 out_to_console no double_buffer yes no_buffers yes own_window yes own_window_transparent no own_window_type normal own_window_hints undecorated,above,sticky,skip_taskbar,skip_pager own_window_colour 564941 border_inner_margin 0 border_width 0 draw_borders no minimum_size 500 maximum_width 500 update_interval 1 cpu_avg_samples 2 net_avg_samples 2 alignment top_right use_xft yes xftfont DejaVu Sans:size=7 draw_shades yes short_units yes default_color ffffff gap_x 54 gap_y 4 TEXT ${image /home/mia/Pictures/Icons/Conky/disk.png -p 8,2}${goto 20}${fs_used /home}\ ${image /home/mia/Pictures/Icons/Conky/ram.png -p 58,2}${goto 70}${mem}\ ${image /home/mia/Pictures/Icons/Conky/cpu.png -p 108,2}${goto 120}${cpu cpu0}%\ ${image /home/mia/Pictures/Icons/Conky/cpu.png -p 158,2}${goto 170}${cpu cpu1}%\ ${image /home/mia/Pictures/Icons/Conky/up.png -p 208,2}${goto 220}${upspeed eth0}\ ${image /home/mia/Pictures/Icons/Conky/down.png -p 258,2}${goto 270}${downspeed eth0}\ ${image /home/mia/Pictures/Icons/Conky/volume.png -p 308,2}${goto 320}${mixer Master}%\ ${image /home/mia/Pictures/Icons/Conky/clock.png -p 358,2}${goto 370}${time %a %d %b %Y %H:%M}
The small icons are 8x8 PNG images converted from sm4tik's icons (conky alone doesn't support XBM as far as I know).
Openbox theme is Natura (included by default).
Can you upload already converted icons?
Offline
I'll try and get some configs up when I get home. I have some temperature issues I can't work out.. and also, my xmonad "ScartchPad" doesn't inherit Xdefaults settings, so urxvt shows up as a xterm-like-colored-terminal, weird. TODO.
GTK theme and icon theme, please?
Last edited by taskfall (2010-11-02 11:24:20)
Offline
valvet wrote:I'll try and get some configs up when I get home. I have some temperature issues I can't work out.. and also, my xmonad "ScartchPad" doesn't inherit Xdefaults settings, so urxvt shows up as a xterm-like-colored-terminal, weird. TODO.
GTK theme and icon theme, please?
Really just standard stuff.
.gtkrc-2.0
# -- THEME AUTO-WRITTEN DO NOT EDIT
include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"
style "user-font" {
font_name = "Droid Sans Mono 8"
}
widget_class "*" style "user-font"
gtk-font-name="Droid Sans Mono 8"
include "/home/michael/.gtkrc.mine"
# -- THEME AUTO-WRITTEN DO NOT EDIT
.gtkrc-2.0.mine
gtk-icon-theme-name = "Tango"
Offline
taskfall wrote:valvet wrote:I'll try and get some configs up when I get home. I have some temperature issues I can't work out.. and also, my xmonad "ScartchPad" doesn't inherit Xdefaults settings, so urxvt shows up as a xterm-like-colored-terminal, weird. TODO.
GTK theme and icon theme, please?
Really just standard stuff.
.gtkrc-2.0
# -- THEME AUTO-WRITTEN DO NOT EDIT include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc" style "user-font" { font_name = "Droid Sans Mono 8" } widget_class "*" style "user-font" gtk-font-name="Droid Sans Mono 8" include "/home/michael/.gtkrc.mine" # -- THEME AUTO-WRITTEN DO NOT EDIT
.gtkrc-2.0.mine
gtk-icon-theme-name = "Tango"
Can we see dzen configs and Xdefaults (especially colors)?
And how do you get that font rendering? Which packages, how fonts.conf is configured, etc.?
Last edited by toorlv (2010-11-02 13:40:56)
Offline
valvet wrote:taskfall wrote:GTK theme and icon theme, please?
Really just standard stuff.
.gtkrc-2.0
# -- THEME AUTO-WRITTEN DO NOT EDIT include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc" style "user-font" { font_name = "Droid Sans Mono 8" } widget_class "*" style "user-font" gtk-font-name="Droid Sans Mono 8" include "/home/michael/.gtkrc.mine" # -- THEME AUTO-WRITTEN DO NOT EDIT
.gtkrc-2.0.mine
gtk-icon-theme-name = "Tango"
Can we see dzen configs and Xdefaults (especially colors)?
And how do you get that font rendering? Which packages, how fonts.conf is configured, etc.?
Hey
I'll make some git repo when I'm done compiling this kernel.. taking forever ;x.
Here's Xdefaults: http://pastebin.ca/1979709
I haven't changed anything in fonts.conf. All I'm using is the Droid font with some antialias, avail. in AUR. It's pretty standard everything, besides xmonad and dzen configs. They'll take a little bit of explaining - but one thing, I'm using dzen2 with xft support, which might be why the font is looking so clean on the dzen bars, and then just specify the font with xft: infront, like so: http://pastebin.ca/1979709
Back later.
edit I forgot colors.. http://pastebin.ca/1979709
Last edited by valvet (2010-11-02 17:20:21)
Offline
toorlv wrote:valvet wrote:Really just standard stuff.
.gtkrc-2.0
# -- THEME AUTO-WRITTEN DO NOT EDIT include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc" style "user-font" { font_name = "Droid Sans Mono 8" } widget_class "*" style "user-font" gtk-font-name="Droid Sans Mono 8" include "/home/michael/.gtkrc.mine" # -- THEME AUTO-WRITTEN DO NOT EDIT
.gtkrc-2.0.mine
gtk-icon-theme-name = "Tango"
Can we see dzen configs and Xdefaults (especially colors)?
And how do you get that font rendering? Which packages, how fonts.conf is configured, etc.?Hey
I'll make some git repo when I'm done compiling this kernel.. taking forever ;x.
Here's Xdefaults: http://pastebin.ca/1979709
I haven't changed anything in fonts.conf. All I'm using is the Droid font with some antialias, avail. in AUR. It's pretty standard everything, besides xmonad and dzen configs. They'll take a little bit of explaining - but one thing, I'm using dzen2 with xft support, which might be why the font is looking so clean on the dzen bars, and then just specify the font with xft: infront, like so: http://pastebin.ca/1979709
Back later.
edit I forgot colors.. http://pastebin.ca/1979709
There's no colors
Offline
@Skyalmian
Thank you very much.
Sorry for my english. It's not my native language..
Offline
Oh, wrong paste thingie then.. one sec. Your paste can be seen here: http://pastebin.ca/1979725
Offline
Same wmfs more or less :
Can you provide that wallpaper please?
Offline
those're very nice colors and theme!
"I know what you're thinking, 'cause right now I'm thinking the same thing. Actually, I've been thinking it ever since I got here:
Why oh why didn't I take the BLUE pill?"
Offline
Thanks. It's based on colortest -w output.
Terminal colorscheme mimics gnome-terminal and vim colorscheme is the default one.
Offline
Oh, wrong paste thingie then.. one sec. Your paste can be seen here: http://pastebin.ca/1979725
Could you share your vim colorscheme?
Offline