LinuxQuestions.org
Help answer threads with 0 replies.
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 04-24-2019, 08:14 PM   #1
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Share your Fluxbox setup/configs etc


OK, I want to get back to my roots with Fluxbox. One of the best distros Ive seen with a customized Fluxbox desktop are my own NfluxOS (dead) and Hag Linux (dead).
https://archiveos.org/hag/

I borrowed all my stuff from various distros including Hag and modified the Arch linux xdg menus for Slackware, to contribute and make a SlackBuild/pkg for Slackware-xdg-menus from SlackBuilds.

Now, after about 4-6yrs abscence I want to again make a great Fluxbox desktop.
So, any screenshots, advice, menus, configs you can contribute would be Great!
 
Old 04-24-2019, 08:21 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
Gosh, I got a bunch of them on my blog and I've posted several of them here in the Slackware forum, where there's a long "show your desktop" thread, and in the Desktop-->Desktop Screenshots forum. I think that, if you look in those two threads, you will find a lot of interesting images.

Here's Fluxbox on Mageia v. 6: http://pineviewfarm.net/weblog/wp-co...iaFlux_500.jpg

Here's a little script I adapted from FVWM to change my wallpapers every unit time. (I switch to the "Christmas" directory for the holidays.)

Code:
 $ cat wallpaper.sh
#!/bin/sh

while true; do
       fbsetbg -f -R ~/wallpapers
#      fbsetbg -f -R ~/Christmas
        sleep 30m
done

Last edited by frankbell; 04-24-2019 at 08:25 PM.
 
2 members found this post helpful.
Old 04-24-2019, 09:14 PM   #3
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Awesome thanks frankbell

here's my NfluxOS Ubuntu 10.10 build with customized menu from Hag linux, customized by me Fluxbox menu, fbpanel and conky

I lost my MinimalX slackware 13.37/12.2 distros but will rebuild it now.
Attached Thumbnails
Click image for larger version

Name:	Screenshot.jpg
Views:	121
Size:	120.4 KB
ID:	30415  

Last edited by linus72; 04-24-2019 at 09:16 PM.
 
Old 04-24-2019, 09:33 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
You are most welcome.

Nice piece of work there.

I played with Conky once and understand the eye candy appeal, but I prefer GKrellM for its compactness, especially when I can get the fully transparent Glass theme to work. These days, it doesn't seem to work with most DEs. It tends to work on WMs on most distros, but not on Mageia. But there are dozens of other themes that I like.

I have noticed that not all distros include the Fluxbox regen menu script in the Fluxbox build in their repos. If you need it, I posted it to my LQ Blog: https://www.linuxquestions.org/quest...ox-menu-37797/

Last edited by frankbell; 04-24-2019 at 09:38 PM.
 
1 members found this post helpful.
Old 04-25-2019, 01:12 PM   #5
_peter
Member
 
Registered: Sep 2014
Location: paris
Distribution: slackware
Posts: 314

Rep: Reputation: Disabled
Thanks for the info both, fluxbox is quite useful indeed and very stable on slackware.
Following another thread on LQ, to get proper display of wallpaper i had to comment out the 3 statements below from the system theme file in use

/usr/share/fluxbox/styles/bora_green/theme.cfg copied to ~/.fluxbox/styles/theme.cfg

Is there a better way without messing anything in theme files ?

Code:
#background:                                    flat 
#background.color:                              #355021
#background.colorTo:                            #355021
for tiling i use these keys quite a bit, placed in ~/.fluxbox/keys

Code:
Alt A     :ArrangeWindows
Alt Left  :ArrangeWindowsStackRight
Alt Right :ArrangeWindowsStackLeft
Alt Up    :ArrangeWindowsStackBottom
Alt Down  :ArrangeWindowsStackTop
 
Old 04-25-2019, 03:11 PM   #6
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Glad I stumbled on this thread - I am inspired to give fluxbox another go. Been using cwm for so long (it just works) that I had forgotten how cool fluxbox is.
 
1 members found this post helpful.
Old 04-25-2019, 08:17 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
I use fbsetbg to set the wallpaper. I've never had to mess with the internal configuration of a theme file.

See man fbsetbg.
 
Old 04-26-2019, 07:29 AM   #8
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
I too do not pair wallpaper with themes. I use feh to set wallpaper and launch it via .xinitrc, works perfectly. Got my fluxbox set up reinstalled last night, forgotten how nice it was: gives you a menu option to list your wallpaper and I just set it with feh --bg-fill.
 
1 members found this post helpful.
Old 04-26-2019, 08:42 AM   #9
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
I've got one of those too..

Code:
xv -max -root ~/image.png && pkill xv
 
  


Reply



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
Wanted! Members awesome WM configs for like Wmaker, fvwm-crystal, e17,etc! linus72 Debian 36 12-31-2009 04:51 AM
/etc/shadow + pam.d configs -- Do they hate each other? ddxC Red Hat 2 09-18-2009 01:31 AM
[SOLVED] fluxbox-configs wanted wingevil Slackware 3 09-13-2009 03:31 AM
Enabling ~/.fluxbox configs tip echowarpt Slackware 8 02-27-2007 04:32 PM
Fluxbox error /usr/share/fluxbox/nls/en_GB/fluxbox.cat humbletech99 Debian 2 12-29-2005 10:16 AM

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

All times are GMT -5. The time now is 11:13 PM.

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