You are not logged in.
Posting Guidelines
· DO NOT post full resolution screenshots! You can use the "mogrify" command (pacman -S imagemagick) to make a thumbnail of your screenshot:
$ convert -resize 250x250 screenie.png thumb-screenie.png
Sizes Twenty percent of the original size is great for 1024x768 screenies. For bigger sizes (and especially for multi-monitor setups), we ask you to keep in mind not everyone uses broadband, and use an even smaller size (10% of a Full HD setup will still be 192x180, for example). NOTE: Anything wider than 250px or over 50Kb in size will be removed.
You can then upload these images to your server and use the following code to show them on the forum:
[url=http://my.site.com/screenie.png][img]http://my.site.com/thumb-screenie.png[/img][/url]
*Thanks to Thayer for the screenie (more...)
· Several websites offer free image hosting.
Use the "thumbnail for forums" link code that is supplied by the image host to post your thumbnail link.
· Once the new month begins please do not post new screenies in the old threads.
· If the screenshot has questionable material that might not be safe to view while at work or in a school setting, please post only a link and not a thumbnail, along with a mention of "Not Safe for Work". Posts that do not adhere to this are subject to deletion without notice at any time.
· Please try to include any links to your wallpaper or configs that you may have and/or the names of your icon theme, running apps, DE, etc. in the same post to reduce unnecessary clutter later.
***** Your screenshot will be replaced by a reminder if you do not follow these guidelines *****
* As a simple way to include information about your setup in the screenshot, you can use a tool like Archey, screenfetch or screenfo (all in AUR) to print out details about your window manager, font, shell etc., with a very attractive ASCII Arch logo...
Offline
Offline
Compiz Standalone
Wallpaper: Here
Gtk Theme: xl_Ambichrome
Icons: AwOken (customised to snowsabre dark subtype), Text icons
emerald and awn: Radiance and Glassybottom by nale12
Last edited by easysid (2013-06-01 11:56:51)
Desktop screenshots :: Origami :: github
Offline
Getting used to i3.
Can you please share the config files ?
Offline
ill wrote:Getting used to i3.
Can you please share the config files ?
Colors -- Modified http://dotshare.it/dots/446/
*background: #111111
*foreground: #9a875f
*cursorColor: #93a1a1
!! black dark/light
*color0: #332d29
*color8: #817267
!! red dark/light
*color1: #8c644c
*color9: #9f7155
!! green dark/light
*color2: #c4be90
*color10: #bec17e
!! yellow dark/light
*color3: #bfba92
*color11: #fafac0
!! blue dark/light
! *color4: #293033
! *color12: #303b40
*color4: #646a6d
*color12: #626e74
!! magenta dark/light
*color5: #6d6871
*color13: #756f7b
!! cyan dark/light
*color6: #3b484a
*color14: #444d4e
!! white dark/light
*color7: #9a875f
*color15: #9a875f
.i3/config -- Modified http://dotshare.it/dots/473/
#.......
# font
#.......
font -*-profont-*-*-*-*-11-*-*-*-*-*-*-*
#font xft:profont:pixelsize=11
#..........
# windows
#..........
new_window 1pixel
new_float 1pixel
#..........
# colors
#..........
#class border backgr. text
client.focused #9a875f #9a875f #825969
client.focused_inactive #191919 #191919 #999999
client.unfocused #222222 #222222 #999999
client.urgent #cd989a #cd989a #2e3436
client.background #121212
set $mod Mod4
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
#...........
# Keybinds
#...........
# start a terminal
bindsym $mod+Return exec urxvt
# kill focused window
bindsym $mod+q kill
# start dmenu (a program launcher)
bindsym $mod+x exec dmenu_run -fn "-*-profont-*-*-*-*-11-*-*-*-*-*-*-*" -nb "#101010" -nf "#5f5f5f" -sb "#191919" -sf "#9a875f"
# Media keys
bindsym XF86AudioRaiseVolume exec amixer -c 1 set Master 2dB+
bindsym XF86AudioLowerVolume exec amixer -c 1 set Master 2dB-
bindsym XF86AudioMute exec amixer -c 1 set Master toggle
bindsym XF86AudioPlay exec ncmpcpp toggle
bindsym XF86AudioStop exec ncmpcpp stop
bindsym XF86AudioPrev exec ncmpcpp prev
bindsym XF86AudioNext exec ncmpcpp next
bindsym XF86WebCam exec cheese
# Apps
bindsym $mod+Control+c exec chromium
bindsym $mod+Control+f exec firefox
bindsym $mod+Control+p exec pidgin
bindsym $mod+Control+v exec vlc
bindsym $mod+Control+t exec thunar
bindsym $mod+Control+g exec gedit
# change focus
bindsym $mod+j focus left
bindsym $mod+k focus down
bindsym $mod+i focus up
bindsym $mod+l focus right
# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# move focused window
bindsym $mod+Shift+j move left
bindsym $mod+Shift+k move down
bindsym $mod+Shift+l move up
bindsym $mod+Shift+i move right
# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
bindsym $mod+h split h
# split in vertical orientation
bindsym $mod+v split v
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent
# focus the child container
#bindsym $mod+d focus child
# switch to workspace
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3
bindsym $mod+4 workspace 4
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace 1
bindsym $mod+Shift+2 move container to workspace 2
bindsym $mod+Shift+3 move container to workspace 3
bindsym $mod+Shift+4 move container to workspace 4
bindsym $mod+Shift+5 move container to workspace 5
bindsym $mod+Shift+6 move container to workspace 6
# reload the configuration file
bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+q exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
#Screenshot
#bindsym $mod+0xff57 exec scrot ~/Pictures/Screenshots/screenshot_%Y_%m_%d_%H_%M_%S.png
# resize window (you can also use the mouse for that)
mode "resize" {
# These bindings trigger as soon as you enter the resize mode
# Pressing left will shrink the window’s width.
# Pressing right will grow the window’s width.
# Pressing up will shrink the window’s height.
# Pressing down will grow the window’s height.
bindsym j resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt
bindsym i resize shrink height 10 px or 10 ppt
bindsym l resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"
#Status bar
bar {
mode dock
position top
font -*-profont-*-*-*-*-11-*-*-*-*-*-*-*
workspace_buttons yes
status_command ~/.i3/conky.sh
tray_output none
colors {
background #101010
statusline #605c5a
focused_workspace #101010 #101010 #9a875f
active_workspace #5f5f5f #101010 #101010
inactive_workspace #101010 #101010 #5f5f5f
urgent_workspace #2e3436 #9a878f
}
}
#assign application to workspace
#assign [class="firefox"] 2
#assign [class="chromium"] 2
#assign [class="URxvt"] 3
#assign [class="MPlayer"] 4
#assign [class="Vlc"] 4
#assign [class="FBReader"] 5
#assign [class="libreoffice-writer"] 5
#assign [class="Gimp"] 6
#assign [class="Virtualbox"] 6
.i3/conky.sh
#!/bin/sh
echo "{\"version\":1}"
echo "[[] ,"
conky -c ~/.i3/conkyrc
.i3/conkyrc
out_to_x no
own_window no
out_to_console yes
background no
max_text_width 0
# Update interval in seconds
update_interval 2.0
total_run_times 0
override_utf8_locale yes
TEXT
[{ "full_text" : "${time %H:%M}" }] ,
Offline
Thank you.
Offline
Offline
Summertime is here !
Still using i3 just like last month. Clean + Fake busy.
EDIT: I changed my console and i3bar font.
Last edited by Nylo (2013-06-02 00:48:06)
Offline
xfce+dockbarx+conky
gtk-theme numix
icons faenza
conky by LaGaDesk
wallpaper don't know, comes with e17
Offline
can you share colors?
Offline
Offline
After a few months I thing I could share my current desktop
Xmonad + st + vifm + pmus + vim
If someone has a question about it, feel free to ask me.
Fork me on Github | Eri @ Arch Linux i686
Offline
OK100 wrote:can you share colors?
Offline
Offline
v.nice are your configs+wall on your github?
Offline