You are not logged in.

#701 2014-08-01 13:29:04

Lala0KjOA
Member
Registered: 2011-12-23
Posts: 123
Website

Re: Show off your XFCE desktop!

Screenshot of the month

chwSdrF.jpg

GTK: +1
Icons: GNOME-Colors and Faba
xfwm: mod of Orchid

Offline

#702 2014-08-18 07:38:22

somearchfan
Member
Registered: 2014-08-18
Posts: 35

Re: Show off your XFCE desktop!

Here's mine. Nothing fancy.


45719518.png

Last edited by somearchfan (2014-08-18 08:47:23)

Offline

#703 2014-08-19 11:41:21

GosuSan
Member
Registered: 2014-08-19
Posts: 32

Re: Show off your XFCE desktop!

So i just switched to Arch and XFCE today (from LMDE Cinnamon) and came up with this:

jz3hnvsh.png

.conkyrc (The Arch Logo is on the Wallpaper big_smile)

######################
### Conky Settings ###
######################

alignment top_right
background yes
use_xft yes
xftfont 123:size=8
xftalpha 0.1
update_interval 0.5
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 250 5
maximum_width 250
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color gray
default_shade_color red
default_outline_color green
gap_x 35
gap_y 190
no_buffers no
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
use_spacer yes
text_buffer_size 256

#####################
### Text Settings ###
#####################

TEXT

### Header ###
#${font Arial:size=20}${color Ivory}LINUX${color #1793d1}MINT

### System ###
${voffset -90}
${font Arial:bold:size=10}${color #1793d1}SYSTEM ${color #1275a6}${hr 2}
${color DimGray}
${font}
${font Arial:bold:size=10}${color #1793d1}SYSTEM ${color #1275a6} ${hr 2}
$font${color DimGray}$sysname $kernel $alignr $machine
Intel Pentium D $alignr${freq_g cpu0}Ghz
Uptime $alignr${uptime}
File System $alignr${fs_type}

### CPU ###
${font Arial:bold:size=10}${color #1793d1}PROCESSORS ${color #1275a6}${hr 2}
$font${color DimGray}CPU1  ${cpu cpu1}% ${cpubar cpu1}
CPU2  ${cpu cpu2}% ${cpubar cpu2}
CPU3  ${cpu cpu3}% ${cpubar cpu3}
CPU4  ${cpu cpu4}% ${cpubar cpu4}

### RAM ###
${font Arial:bold:size=10}${color #1793d1}MEMORY ${color #1275a6}${hr 2}
$font${color DimGray}MEM $alignc $mem / $memmax $alignr $memperc%
$membar

### HDD ###
${font Arial:bold:size=10}${color #1793d1}HDD ${color #1275a6}${hr 2}
$font${color DimGray}/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
${fs_bar /}
/home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}%
${fs_bar /home}
extHDD $alignc ${fs_used /media/gosu/extHDD1} / ${fs_size /media/gosu/extHDD1} $alignr ${fs_free_perc /media/gosu/extHDD1}%
${fs_bar /media/gosu/extHDD1}

### Network ###
${font Arial:bold:size=10}${color #1793d1}NETWORK ${color #1275a6}${hr 2}
$font${color DimGray}IP local $alignr ${addr eth0}
IP extern $alignr ${execi 7200 wget http://v4.ipv6-test.com/api/myip.php -q -O -}

Down $alignr ${downspeed eth0} kb/s
Up $alignr ${upspeed eth0} kb/s

Downloaded: $alignr  ${totaldown eth0}
Uploaded: $alignr  ${totalup eth0}

### EVE Server Status ###
#${font Arial:bold:size=10}${color #1793d1}EVE SERVER STATUS ${color #1275a6}${hr 2}
#${font}${color DimGray}Tranquility (Live): ${alignr}${execi 30 ~/.conky/pingtest.sh 87.237.38.200}
#${font}${color DimGray}Singularity (Test): ${alignr}${execi 30 ~/.conky/pingtest.sh 87.237.38.50}

### Top Processes ###
${font Arial:bold:size=10}${color #1793d1}TOP PROCESSES ${color #1275a6}${hr 2}
${color DimGray}$font${top_mem name 1}${alignr}${top mem 1} %
$font${top_mem name 2}${alignr}${top mem 2} %
$font${top_mem name 3}${alignr}${top mem 3} %
$font${top_mem name 4}${alignr}${top mem 4} %
$font${top_mem name 5}${alignr}${top mem 5} %
$font${top_mem name 6}${alignr}${top mem 6} %
$font${top_mem name 7}${alignr}${top mem 7} %
$font${top_mem name 8}${alignr}${top mem 8} %
$font${top_mem name 9}${alignr}${top mem 9} %
$font${top_mem name 10}${alignr}${top mem 10} %

### Weather / unused ###
#${font Arial:bold:size=10}${color #1793d1}WEATHER ${color #1275a6}${hr 2}
#${font}${color DimGray}

screenshot-function

#screenfetchss function
function screenfetch-ss {
   resize -s 22 75
   clear
   screenfetch
   sleep 1
   import -window root ~/Bilder/Screenfetch_$(date '+%Y%m%d-%H%M%S').png
   sleep 1
   resize -s 40 120
   clear
}

PS1

# custom prommpt
CYAN=$'\033[0;36m'
WHITE=$'\033[1;37m'
GREEN=$'\033[0;93m'
LBLUE=$'\033[1;34m'
RED=$'\033[1;31m'
LGREEN=$'\033[0;92m'
RESET=$'\033[m'

get_exit_status(){
   es=$?
   if [ $es -eq 0 ]
   then
       echo -e "${LGREEN}${es}${CYAN}"
   else
       echo -e "${RED}${es}${CYAN}"
   fi
}
PROMPT_COMMAND='exitStatus=$(get_exit_status)'
PS1='\[${CYAN}\]┌─[\[${WHITE}\]\u@\h\[${RESET}\]\[${CYAN}\]]─[\[${exitStatus}\]]─[\[${GREEN}\]\w\[${CYAN}\]]\n└─[\[${LBLUE}\]\A\[${CYAN}\]]> \[${RESET}\]'

Offline

#704 2014-08-29 21:22:07

X5-452
Member
Registered: 2014-08-29
Posts: 1

Re: Show off your XFCE desktop!

First post ever! smile

Super basic set-up, just how I like them.

WgNnefvs.png

Numix GTK theme,
Numix-Circle icon theme,
Docky,
and a transparent top xfce4-panel with Workspace switcher, Window Buttons, Notification Area, Audio Mixer, Date, Power Off Button and Time.

Wallpaper is "custom-made", link here: http://imgur.com/OzqNSK7

Offline

#705 2014-09-14 05:38:34

lingawakad
Member
Registered: 2014-02-11
Posts: 2

Re: Show off your XFCE desktop!

I'll cross-post from SotM:
Got the background from space.com, i believe...


6znaRF5s.png

Last edited by lingawakad (2014-09-14 05:45:51)


v/r,
noah

Offline

#706 2014-09-17 17:01:18

Lala0KjOA
Member
Registered: 2011-12-23
Posts: 123
Website

Re: Show off your XFCE desktop!

sy4uZ9r.jpg

Icons: GNOME-Colors
GTK and Openbox: Shiki-Dust
Wallpaper: Birch (mod)
Pidgin, thunar, tint2

Offline

#707 2014-09-24 20:02:43

bdalenoord
Member
Registered: 2012-06-14
Posts: 25

Re: Show off your XFCE desktop!

After some DE-hopping I've ended up with XFCE once more. For me it is just a reminder about how great this DE actually is for my purposes. Lightweight, highly configurable and reasonably beautiful. I've got it running on my Dell XPS15 L502x with Samsung 840EVO SSD and it is absolutely blazingly fast...

Images are clickable...

Clean
IJkCitYs.jpg

System info
nqrPbi8s.jpg

Full-screen application (top panel integration)
lBFz4wzs.jpg

GTK+-theme: Numix   
XFWM-theme: Numix Dark
Icon-theme: Numix Square
System font: Roboto Medium
   
Wallpaper: concinnity by minteastwood
   
Dock: Docky
Running: Terminator, Firefox

Last edited by bdalenoord (2014-09-24 20:04:43)

Offline

#708 2014-09-25 05:16:44

thedeli
Member
Registered: 2010-02-14
Posts: 59

Re: Show off your XFCE desktop!

bdalenoord wrote:

After some DE-hopping I've ended up with XFCE once more. For me it is just a reminder about how great this DE actually is for my purposes. Lightweight, highly configurable and reasonably beautiful. I've got it running on my Dell XPS15 L502x with Samsung 840EVO SSD and it is absolutely blazingly fast...

Images are clickable...

Clean
http://i.imgur.com/IJkCitYs.jpg

System info
http://i.imgur.com/nqrPbi8s.jpg

Full-screen application (top panel integration)
http://i.imgur.com/lBFz4wzs.jpg

GTK+-theme: Numix   
XFWM-theme: Numix Dark
Icon-theme: Numix Square
System font: Roboto Medium
   
Wallpaper: concinnity by minteastwood

Dock: Docky
Running: Terminator, Firefox

This is perfect smile I need to ask how did you do the top panel integration thingy smile

Last edited by thedeli (2014-09-25 05:17:17)

Offline

#709 2014-09-25 06:02:40

bdalenoord
Member
Registered: 2012-06-14
Posts: 25

Re: Show off your XFCE desktop!

It's easy... The panel is set to length 1% with auto-increase and told 'don't reserve space on borders'. It will snap to the middle of the screen if you move across the top slowly...

Offline

#710 2014-09-25 20:27:07

thedeli
Member
Registered: 2010-02-14
Posts: 59

Re: Show off your XFCE desktop!

bdalenoord wrote:

It's easy... The panel is set to length 1% with auto-increase and told 'don't reserve space on borders'. It will snap to the middle of the screen if you move across the top slowly...

Thanks smile

Offline

#711 2014-09-28 15:47:23

XoseM
Member
Registered: 2013-08-17
Posts: 11
Website

Re: Show off your XFCE desktop!

thedeli wrote:
bdalenoord wrote:

It's easy... The panel is set to length 1% with auto-increase and told 'don't reserve space on borders'. It will snap to the middle of the screen if you move across the top slowly...

Thanks smile

please thedeli, how you did it?
I've got numix-themes, set de panel on center, installed plank,... but no way the panel integrates on the application window.

I'm new to xfce, so please be patience tongue

Offline

#712 2014-10-21 08:17:38

archuser
Member
From: Northamptonshire, UK
Registered: 2006-09-10
Posts: 122

Re: Show off your XFCE desktop!

rNWvJKps.png

Theme: ZenX-nigra
Icons: Faenza-Ambiance (with a couple of my own)

Unfortunately imgur's background colour is the same as my panel colour.


Intel i7-920 (stock), ASUS P6TD-Deluxe, AMD R9 270X, RAM: 6GB

Offline

#713 2014-11-07 12:10:21

jdonaghy
Member
Registered: 2014-03-15
Posts: 7

Re: Show off your XFCE desktop!

scrot111.png

Offline

#714 2014-11-16 20:26:31

Brother Root
Member
Registered: 2014-11-09
Posts: 43

Re: Show off your XFCE desktop!

Offline

#715 2014-11-25 02:09:16

sean169
Member
Registered: 2014-11-25
Posts: 1

Re: Show off your XFCE desktop!

What font & theme are you using here? font looks so nice.

Offline

#716 2014-11-25 18:37:36

josemota
Member
Registered: 2010-10-24
Posts: 47

Re: Show off your XFCE desktop!

sean169 wrote:

What font & theme are you using here? font looks so nice.

It seems to me that it is Roboto Condensed. http://www.google.com/fonts/specimen/Roboto+Condensed

Offline

#717 2014-11-25 21:07:14

Brother Root
Member
Registered: 2014-11-09
Posts: 43

Re: Show off your XFCE desktop!

sean169 wrote:

What font & theme are you using here? font looks so nice.

Might sound silly, but I do not remember name of the theme I was using at that time. big_smile Tried to find it later, but failed. hmm Zukitwo

As per the font - Roboto Condensed + infinality.

Last edited by Brother Root (2014-11-25 21:11:14)

Offline

#718 2014-11-28 03:36:14

ryanmichaelmcclure
Member
From: Cloudsdale, Equestria
Registered: 2012-10-26
Posts: 44
Website

Re: Show off your XFCE desktop!

Here's my desktop. Inspired by Pantheon and OSX.

Desktop:

vN4IHzF.png

Midori Home page:

iFTroO7.png

Mission Control for XFCE:

OyH4YSf.png

Last edited by ryanmichaelmcclure (2014-11-28 04:59:17)

Offline

#719 2014-11-28 11:51:57

runical
Member
From: The Netherlands
Registered: 2012-03-03
Posts: 896

Re: Show off your XFCE desktop!

That looks great. Care to share a link to the wallpaper?

Offline

#720 2014-11-30 18:47:59

Lala0KjOA
Member
Registered: 2011-12-23
Posts: 123
Website

Re: Show off your XFCE desktop!

crossposting

WGAeMTR.jpg

xfce+openbox

gtk: ArchNumixWhite
openbox: Nilinca Flat
icons: mostly Ozon + ACYL
Avant Window Navigator, xfce4-panel, compton

Offline

#721 2014-12-01 00:47:55

woomia
Member
Registered: 2012-06-09
Posts: 111

Re: Show off your XFCE desktop!

Lala0KjOA wrote:

crossposting

https://i.imgur.com/WGAeMTR.jpg

xfce+openbox

gtk: ArchNumixWhite
openbox: Nilinca Flat
icons: mostly Ozon + ACYL
Avant Window Navigator, xfce4-panel, compton


That's awesome! Can you post a little how to so it can replicated?

Offline

#722 2014-12-01 12:04:30

Lala0KjOA
Member
Registered: 2011-12-23
Posts: 123
Website

Re: Show off your XFCE desktop!

Thanks! What do you want to know?

Offline

#723 2014-12-01 18:54:21

Debasish Patra
Member
Registered: 2014-03-06
Posts: 64

Re: Show off your XFCE desktop!

Arch Linux Xfce big_smile
34zhr8z_th.png


Keep Calm, And Enjoy Life smile

Offline

#724 2014-12-01 23:40:58

woomia
Member
Registered: 2012-06-09
Posts: 111

Re: Show off your XFCE desktop!

Lala0KjOA wrote:

Thanks! What do you want to know?

How did you get the panel that way?

Also, what's that launcher on the bottom?

Last edited by woomia (2014-12-01 23:41:59)

Offline

#725 2014-12-02 13:24:25

Lala0KjOA
Member
Registered: 2011-12-23
Posts: 123
Website

Re: Show off your XFCE desktop!

The panel has expanded separators on both sides of the clock. The systray icons (ACYL) are located in ~/.icons/my icon theme/16x16 and 22x22.

The launcher is avant window navigator. You can customize each icon. I mostly used ACYL.

ACYL icon theme : http://www.deviantart.com/browse/all/#/ … 24910?hf=1

Last edited by Lala0KjOA (2014-12-02 13:25:13)

Offline

Board footer

Powered by FluxBB