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 11-02-2019, 08:12 PM   #3991
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,349
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145

The lion in Fluxbox on v. 14.2 with the "Operation" style:

http://pineviewfarm.net/wp-content/u...-11-02.jpg.jpg
 
2 members found this post helpful.
Old 11-03-2019, 04:40 AM   #3992
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,477
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Quote:
Originally Posted by SCerovec View Post
speaking of custom shutdown scripts:

~/bin/allowoff:
Code:
#! /bin/bash

play /home/cest/toot01.wav &
answer=$(xmessage -center -print -timeout 45 -buttons LOGOUT:2,SHUTDOWN:3,HIBERNATE:4,CANCEL:5 -default LOGOUT "Checkout options, pick one:")

echo user: $answer

case $answer in
	LOGOUT)
	echo "Logging out"
	# LOGOUT
	killall -QUIT fluxbox
	;;
	SHUTDOWN)
	echo "Shutting down"
	# SHUTDOWN
	sync && halt
	;;
	HIBERNATE)
	echo "Entering hibernation"
	# HIBERNATE
	sudo /usr/local/sbin/sws
	;;
	CANCEL)
	echo canceled
	exit
	;;
	*)
	echo Not possible to get an answer
	exit 2
esac
this was in old times when i placed it on a button on gkrellm...
I forgot to note it might (or not) be setuid to root as it is in ~bin and quite non standard of a name it might (or again not) pose a security risk worthy (or not again!) the gain.

That might be necessary (or not) for the halt and suspend (sws) commands to work.
(or not)
 
1 members found this post helpful.
Old 11-03-2019, 06:03 AM   #3993
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 820

Rep: Reputation: 440Reputation: 440Reputation: 440Reputation: 440Reputation: 440
Some new Fluxbox, not really done. But happy so far.
Attached Thumbnails
Click image for larger version

Name:	2019-11-03-125350_1920x1080_scrot.jpg
Views:	154
Size:	178.9 KB
ID:	31749   Click image for larger version

Name:	2019-11-03-130009_1920x1080_scrot.jpg
Views:	123
Size:	167.5 KB
ID:	31750  
 
3 members found this post helpful.
Old 11-03-2019, 06:09 AM   #3994
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Quote:
Originally Posted by Bindestreck View Post
Some new Fluxbox, not really done. But happy so far.
Beautiful, one of your best so far.
 
1 members found this post helpful.
Old 11-03-2019, 06:18 AM   #3995
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Quote:
Originally Posted by Bindestreck View Post
Some new Fluxbox, not really done. But happy so far.
Just funny. I don't know where did you get the picture on background - but is just reminded me Alien Night one of default background for KDE 3.5 . But Alien Night is greenish.
 
Old 11-03-2019, 06:19 AM   #3996
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Not much change in the design, but the only reason I'm posting this is because I've now beaten my uptime record. It's not that good, I know, but it is for me. Now, let no-one say that hibernate doesn't work in Slackware!
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2019-11-03_12-17-38.jpg
Views:	117
Size:	113.1 KB
ID:	31751  
 
2 members found this post helpful.
Old 11-03-2019, 07:10 AM   #3997
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 820

Rep: Reputation: 440Reputation: 440Reputation: 440Reputation: 440Reputation: 440
Quote:
Originally Posted by igadoter View Post
Just funny. I don't know where did you get the picture on background - but is just reminded me Alien Night one of default background for KDE 3.5 . But Alien Night is greenish.
It is a wallpaper made by Joey Jazz: https://www.deviantart.com/joeyjazz/...ghts-818393485

Check his gallery, he has some other nice stuff there.
 
1 members found this post helpful.
Old 11-03-2019, 08:15 AM   #3998
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,477
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
http://i.imgur.com/h6ruJ88.png
i've got bitten by the lolcat bug
(Yes, I downloaded more RAM)
 
2 members found this post helpful.
Old 11-03-2019, 10:07 AM   #3999
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 820

Rep: Reputation: 440Reputation: 440Reputation: 440Reputation: 440Reputation: 440
Quote:
Originally Posted by Lysander666 View Post
Beautiful, one of your best so far.
Thank you, I feel that wallpaper fits good with the latest Fluxbox theme I created. This setup will run on my gaming machine which have been using Cinnamon for a very long time, but, time to go back to Fluxbox.
 
Old 11-03-2019, 10:07 AM   #4000
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 820

Rep: Reputation: 440Reputation: 440Reputation: 440Reputation: 440Reputation: 440
Quote:
Originally Posted by SCerovec View Post
http://i.imgur.com/h6ruJ88.png
i've got bitten by the lolcat bug
(Yes, I downloaded more RAM)
W00t, never heard of lolcat lol.
 
1 members found this post helpful.
Old 11-03-2019, 12:19 PM   #4001
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,477
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Talking

Quote:
Originally Posted by Bindestreck View Post
W00t, never heard of lolcat lol.
We urgently need find more uses for it!
 
1 members found this post helpful.
Old 11-04-2019, 01:08 PM   #4002
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,011

Rep: Reputation: Disabled
Quote:
Originally Posted by SCerovec View Post
We urgently need find more uses for it!
I am glad that you like lolcat.
Some time ago I was trying to find a way of making kernel boot messages more "interesting" and accidently I discovered lolcat.
Unfortunately the only colors that can be used for kernel boot messages are
red (1 or 9), green (2 or 10), yellow (3 or 11), blue (4 or 12) magenta (5 or 13), cyan (6 or 14), white (7 or 15), black (0) dark or bright for foreground and background (for background change need to modify vt.color entry
that can be added to lilo.conf in the line
append="vt.color=x"

However lolcat is still fun

Last edited by Aeterna; 11-04-2019 at 01:10 PM.
 
2 members found this post helpful.
Old 11-04-2019, 01:15 PM   #4003
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 820

Rep: Reputation: 440Reputation: 440Reputation: 440Reputation: 440Reputation: 440
I am gonna stay with this for a while, quite happy, I don't know, but my eyes like the "redish" colors, it feels, relaxing.

lolcat, lets have this as a tradition from now on!

https://cdn.scrot.moe/images/2019/11...1080_scrot.png
Attached Thumbnails
Click image for larger version

Name:	2019-11-04-201502_1920x1080_scrot.jpg
Views:	127
Size:	222.3 KB
ID:	31769  

Last edited by Bindestreck; 11-04-2019 at 01:20 PM.
 
1 members found this post helpful.
Old 11-05-2019, 01:46 AM   #4004
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,477
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Question

Quote:
Originally Posted by Bindestreck View Post
I am gonna stay with this for a while, quite happy, I don't know, but my eyes like the "redish" colors, it feels, relaxing.

lolcat, lets have this as a tradition from now on!

https://cdn.scrot.moe/images/2019/11...1080_scrot.png
That ain't bash, right?
 
Old 11-05-2019, 01:48 AM   #4005
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 820

Rep: Reputation: 440Reputation: 440Reputation: 440Reputation: 440Reputation: 440
Quote:
Originally Posted by SCerovec View Post
That ain't bash, right?
Yes, it is. Why?
 
  


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 12:11 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