LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-18-2016, 04:02 AM   #2836
manuchelo
Member
 
Registered: Mar 2011
Location: Brasil
Distribution: Slackware current
Posts: 43

Rep: Reputation: 31
current


Current, XFCE4 theme Breeze, xfce painel bottom auto-hide, KDE5 by Alien Bob
*image https://en.wikipedia.org/wiki/File:O...beled_full.jpg
Click image for larger version

Name:	desk1.jpeg
Views:	349
Size:	133.7 KB
ID:	22497
 
1 members found this post helpful.
Old 07-18-2016, 09:28 PM   #2837
slackartist
Member
 
Registered: Oct 2015
Location: Where the buffalo's roam
Distribution: Slackware Current Multilib
Posts: 161
Blog Entries: 20

Rep: Reputation: 26
Thumbs up

sweet pic. make those actual icons. informative.

heres my neices comp I just installed idesk and am new to it. With fluxbox awesomeness....
Attached Thumbnails
Click image for larger version

Name:	sookiesookie.jpg
Views:	326
Size:	148.0 KB
ID:	22514  

Last edited by slackartist; 07-18-2016 at 09:46 PM.
 
1 members found this post helpful.
Old 07-22-2016, 01:37 PM   #2838
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Here's a new style that I wrote for xfce-engine, is a gtk-2.0 style.

Code:
style "default"
{
    GtkButton::default_border         = {0, 0, 0, 0}
    GtkButton::default_outside_border = {0, 0, 0, 0}
    GtkButton::default_spacing        = 8
    GtkButton::focus-line-width       = 1
    GtkButton::focus-padding          = 2
    GtkMenuBar::shadow_type           = out
    GtkPaned::handle_full_size        = 1
    GtkToolbar::shadow_type           = out
    GtkWidget::interior_focus         = 1
    GtkRange::slider_width            = 14
    GtkRange::stepper_size            = 14
    GtkRange::stepper_spacing         = 0
    GtkRange::trough_border           = 0

    base[ACTIVE]      = "#292f36"
    base[INSENSITIVE] = "#000000"
    base[NORMAL]      = "#000000"
    base[PRELIGHT]    = "#292f36"
    base[SELECTED]    = "#292f36"

    bg[ACTIVE]        = "#292f36"
    bg[INSENSITIVE]   = "#292f36"
    bg[NORMAL]        = "#292f36"
    bg[PRELIGHT]      = "#001b33"
    bg[SELECTED]      = "#001b33"

    fg[ACTIVE]        = "#A2A4A5"
    fg[INSENSITIVE]   = "#A2A4A5"
    fg[NORMAL]        = "#A2A4A5"
    fg[PRELIGHT]      = "#FF6600"
    fg[SELECTED]      = "#FF6600"

    text[ACTIVE]      = "#A2A4A5"
    text[INSENSITIVE] = "#111111"
    text[NORMAL]      = "#A2A4A5"
    text[PRELIGHT]    = "#FF6600"
    text[SELECTED]    = "#FF6600"
    
    engine "xfce" 
    {
        smooth_edge = true
        grip_style = none
        boxfill
        {
            fill_style = plain
        }
    }
}
widget_class "*"                style "default"

style "scrollbar" = "default"
{
   
    bg[ACTIVE]        = "#111111"
    bg[INSENSITIVE]   = "#111111"
    bg[NORMAL]        = "#292f36"
    bg[PRELIGHT]      = "#292f36"
    bg[SELECTED]      = "#292f36"

    xthickness = 2
    ythickness = 2
    engine "xfce" 
    {
        smooth_edge = true
        grip_style = none
        boxfill
        {
            fill_style = plain
        }
    }
}

style "tooltips" = "default"
{
    bg[NORMAL]          = "#111111"
    fg[NORMAL]          = "#A2A4A5"
    fg[PRELIGHT]        = "#A2A4A5"
    fg[SELECTED]        = "#A2A4A5"

}

widget "*tooltip*"                 style "tooltips"
class "*tooltip*"                  style "tooltips"
widget "*Button*"                  style "scrollbar"
class "*Button*"                   style "scrollbar"
widget_class "*Scale*"             style "scrollbar"
class "*Scale*"                    style "scrollbar"
widget_class "*Scrollbar*"         style "scrollbar"
class "*Scrollbar*"                style "scrollbar"
widget_class "*Progress*"          style "scrollbar"
class "*Progress*"                 style "scrollbar"
Attached Thumbnails
Click image for larger version

Name:	gtkrc.png
Views:	246
Size:	17.9 KB
ID:	22535  
 
4 members found this post helpful.
Old 08-08-2016, 10:19 PM   #2839
trxdraxon
Member
 
Registered: Jan 2006
Location: Command Line
Distribution: Slackware
Posts: 75
Blog Entries: 1

Rep: Reputation: Disabled
New machine, 14.2 current with KDE decided to stay pure 64 bit this time. Nothing special other than Cairo Dock. Rock solid as always.
Attached Thumbnails
Click image for larger version

Name:	snapshot2.jpg
Views:	238
Size:	185.1 KB
ID:	22686   Click image for larger version

Name:	snapshot1.jpg
Views:	243
Size:	215.1 KB
ID:	22687  
 
2 members found this post helpful.
Old 08-17-2016, 12:56 AM   #2840
manuchelo
Member
 
Registered: Mar 2011
Location: Brasil
Distribution: Slackware current
Posts: 43

Rep: Reputation: 31
Long live Slackware

Only Slackware is KISS, and Patrick Volkerding his prophet

Long Live Slackware =)

Click image for larger version

Name:	desk2.jpeg
Views:	279
Size:	128.0 KB
ID:	22782
 
2 members found this post helpful.
Old 08-17-2016, 05:17 PM   #2841
mlan
LQ Newbie
 
Registered: Jan 2005
Location: Aremark, NORWAY
Distribution: Arch Linux/FreeBSD
Posts: 4

Rep: Reputation: 4
Slackware 14.2 Xfce without any modifications (except for the kernel).
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2016-08-16_19-46-33.png
Views:	201
Size:	224.4 KB
ID:	22789  
 
2 members found this post helpful.
Old 08-18-2016, 06:32 PM   #2842
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,471
Blog Entries: 2

Rep: Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980
Thumbs up

Color sheme: Tactle (GTK)
Icon theme: Moka
Manager theme: Ater
Backdrop: photo of a fortress (Бач) nearby found on web
kernel: generic-smp-4.4.14-smp
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2016-08-19_01-18-08.jpg
Views:	197
Size:	247.2 KB
ID:	22797  
 
1 members found this post helpful.
Old 08-18-2016, 10:12 PM   #2843
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
I've been testing out Lumina and really like it. I normally use KDE, but I like this as a lightweight Qt-based alternative.

* Lumina with PCBSD10-Default Color Scheme and Lumina-default theme template
* Emerald icons
* 10-pt Noto Sans font
* Custom fluxbox window theme
* Conky

A couple utilities I am using to add functionality to the window manager (both from SBo):

* Pytyle: tiles windows on demand
* Skippy-xd: "Exposé" view (called "Present windows" in kwin)
Attached Thumbnails
Click image for larger version

Name:	lumina.jpg
Views:	242
Size:	206.5 KB
ID:	22798  
 
2 members found this post helpful.
Old 08-19-2016, 03:00 AM   #2844
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,471
Blog Entries: 2

Rep: Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980
Question

while i do like to twiddle with config files, and find lua most exciting,
i just fail to appreciate conky above gkrellm :
I can't have a nice conky that can traverse under and above windows on my DE?
is there a way?
can conky be transparent for windows and lowered/rised?
Attached Thumbnails
Click image for larger version

Name:	gkrellm.jpg
Views:	138
Size:	39.0 KB
ID:	22799  
 
1 members found this post helpful.
Old 08-21-2016, 05:35 PM   #2845
coldbeer
Member
 
Registered: May 2006
Location: Orion–Cygnus Arm, MWG
Distribution: Slackware, Ubuntu
Posts: 249

Rep: Reputation: 130Reputation: 130
Finally got around to installing 14.2

Finally got around to installing 14.2! Works GREAT! Smooth install, no issues. :-)
Attached Thumbnails
Click image for larger version

Name:	snapshot1.jpg
Views:	163
Size:	201.0 KB
ID:	22819  
 
1 members found this post helpful.
Old 08-21-2016, 05:46 PM   #2846
jstg
Member
 
Registered: Apr 2006
Distribution: Slackware
Posts: 59

Rep: Reputation: 37
Slackware64-14.2 Fvwm-2.6.6
Not the prettiest setup but it's functional.
Attached Thumbnails
Click image for larger version

Name:	fvwm_screenshot-08-21-2016-1541.jpg
Views:	185
Size:	106.1 KB
ID:	22820  
 
2 members found this post helpful.
Old 08-22-2016, 05:43 AM   #2847
mocca
LQ Newbie
 
Registered: May 2011
Distribution: Slackware
Posts: 13

Rep: Reputation: 7
my simple setup. fluxbox + tint2

http://i.imgur.com/MyJrG3s.jpg
 
2 members found this post helpful.
Old 08-22-2016, 06:12 AM   #2848
coldbeer
Member
 
Registered: May 2006
Location: Orion–Cygnus Arm, MWG
Distribution: Slackware, Ubuntu
Posts: 249

Rep: Reputation: 130Reputation: 130
Quote:
Originally Posted by mocca View Post
my simple setup. fluxbox + tint2

http://i.imgur.com/MyJrG3s.jpg
Tint2 - I wasn't aware of this - sweet! I'll have to check this out.
 
Old 08-22-2016, 06:37 AM   #2849
stoffepojken
Member
 
Registered: Jul 2005
Location: Stockholm, Sweden
Distribution: Slackware, Gentoo
Posts: 35

Rep: Reputation: 21
Quote:
Originally Posted by mocca View Post
my simple setup. fluxbox + tint2

http://i.imgur.com/MyJrG3s.jpg
Looks great. Can you share your conkyrc?
 
Old 08-26-2016, 08:52 AM   #2850
stoffepojken
Member
 
Registered: Jul 2005
Location: Stockholm, Sweden
Distribution: Slackware, Gentoo
Posts: 35

Rep: Reputation: 21
Slackware 14.2, KDE, Weechat och Chrome
Attached Thumbnails
Click image for larger version

Name:	slackware.jpg
Views:	172
Size:	274.6 KB
ID:	22854  

Last edited by stoffepojken; 08-26-2016 at 08:55 AM.
 
1 members found this post helpful.
  


Reply

Tags
background, cwm, dwm, framebuffer, gnome, gui, i3, ion3, kde, monitor, musca, screenshot, tmux, wallpaper, xfce4, xterm



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
3D Desktop on Slackware? darkhatter Slackware 3 10-10-2006 12:26 PM
Slackware 10.0 with NO Desktop NiPP Linux - Newbie 2 01-02-2006 10:43 AM
3d desktop on Slackware k1ll3r_x Linux - Software 1 09-20-2005 10:47 PM
Desktop Slackware s0no Slackware 5 12-04-2004 11:20 AM
I can't get my desktop in Slackware 10 DraGoNsLaYeR Linux - Newbie 1 06-27-2004 02:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration