LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   This is my Slackware desktop... (https://www.linuxquestions.org/questions/slackware-14/this-is-my-slackware-desktop-725754/)

JWJones 04-14-2014 11:27 PM

^ I like it, too, but it has one too many borders, haha. :D

JWJones 04-14-2014 11:28 PM

1 Attachment(s)
How about some nice Easter colors?

JWJones 04-16-2014 09:33 AM

1 Attachment(s)
More cwm, different color scheme...

moisespedro 04-16-2014 12:50 PM

Quote:

Originally Posted by JWJones (Post 5153897)
More cwm, different color scheme...

Nice color scheme, one day I will learn to make a decent one (I usually just "steal" them :P)

What is that env-info thing?

JWJones 04-16-2014 12:58 PM

Quote:

Originally Posted by moisespedro (Post 5154036)
Nice color scheme, one day I will learn to make a decent one (I usually just "steal" them :P)

What is that env-info thing?

Thanks! "Env-info" is a nice little environment info script, without the ascii art bloat of screenfetch or archey.

EDIT: I usually just steal the colors, too.

moisespedro 04-16-2014 01:03 PM

Oh thanks, env-info is a cool thing. Could you link me to some place to get it started? Because I am still trying to figure out how to edit all this stuff.

Here is how my desktop looks (awful tbh):
http://screencloud.net/v/rkRh

I am pretty bad with this.

EDIT: I still need to set a panel, learn to use/configure 2bwm properly, etc

JWJones 04-16-2014 02:18 PM

Quote:

Originally Posted by moisespedro (Post 5154043)
Oh thanks, env-info is a cool thing. Could you link me to some place to get it started? Because I am still trying to figure out how to edit all this stuff.

For the 'env-info' script, copy/paste the code into a text editor, save the file as 'env-info' to /usr/local/bin, then (as root or sudo):

Code:

cd /usr/local/bin
chmod 777 env-info

Then you can open a terminal and type 'env-info' (minus quotes) and get the output you see in my screenshots.

TobiSGD 04-16-2014 02:48 PM

Quote:

Originally Posted by JWJones (Post 5154095)
For the 'env-info' script, copy/paste the code into a text editor, save the file as 'env-info' to /usr/local/bin, then (as root or sudo):

Code:

cd /usr/local/bin
chmod +x env-info
chmod 777 env-info

Then you can open a terminal and type 'env-info' (minus quotes) and get the output you see in my screenshots.

chmod 777 will override the previous the chmod +x command, so the +x command simply is unnecessary.

JWJones 04-16-2014 03:22 PM

Quote:

Originally Posted by TobiSGD (Post 5154113)
chmod 777 will override the previous the chmod +x command, so the +x command simply is unnecessary.

Oops, yes, you are correct! Thanks! Corrected...

moisespedro 04-16-2014 03:57 PM

I already did that, I was just asking for tips on panels/colors things like that ^^

JWJones 04-16-2014 04:06 PM

Quote:

Originally Posted by moisespedro (Post 5154145)
I already did that, I was just asking for tips on panels/colors things like that ^^

Oh, gotcha. As for panels, I have no tips, as I don't use a panel. I have considered using Lemonboy's bar (not really a panel, I guess), but haven't gotten around to it. As for colors, just edit your .Xresources file with whatever colors you want to try. Here's my base .Xresources file:

Code:

! URxvt

! General settings
URxvt.saveLines: 2000
URxvt.scrollBar: False
URxvt.scrollstyle: rxvt
URxvt.termName: xterm-256color
URxvt.urgentOnBell: True
URxvt.cursorBlink: False

! Extensions
URxvt.perl-ext-common: default,clipboard,keyboard-select,url-select
URxvt.urlLauncher: xdg-open
URxvt.urlButton: 1
URxvt.underlineURLs: True

URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard

! Keybindings
URxvt.keysym.Mod4-c: perl:clipboard:copy
URxvt.keysym.Mod4-v: perl:clipboard:paste
URxvt.keysym.Mod4-C-v: perl:clipboard:paste_escaped
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.C-Escape: perl:keyboard-select:activate
URxvt.keysym.M-u: perl:url-select:select_next

! Fonts

!Courier
!URxvt.font: xft:Courier-10

!Inconsolata
URxvt.font: xft:Inconsolata-12
URxvt.boldFont: xft:Inconsolata-12
URxvt.letterSpace: -1

!Inconsolata-g
!URxvt.font: xft:InconsolataG-10
!URxvt.letterSpace: -1

!Anonymous Pro
!URxvt.font: xft:Anonymous\ Pro-12
!URxvt.letterSpace: -1

!Monaco
!URxvt.font: xft:Monaco-10
!URxvt.letterSpace: -1

!Droid Sans Mono
!URxvt.font: xft:Droid Sans Mono-10
!URxvt.letterSpace: -1

!DejaVu Sans
!URxvt.font: xft:DejaVu Sans Mono-10
!URxvt.letterSpace: -1

!Manospace
!URxvt.font: xft:Monospace-10
!URxvt.letterSpace: -1

!Terminus
!URxvt.font: xft:Terminus-10

! Tango theme

URxvt.background: #1C1C1C
URxvt.foreground: #DEDEDE

! black
URxvt.color0 : #2E3436
URxvt.color8 : #555753
! red
URxvt.color1 : #CC0000
URxvt.color9 : #EF2929
! green
URxvt.color2 : #4E9A06
URxvt.color10 : #8AE234
! yellow
URxvt.color3 : #C4A000
URxvt.color11 : #FCE94F
! blue
URxvt.color4 : #3465A4
URxvt.color12 : #729FCF
! magenta
URxvt.color5 : #75507B
URxvt.color13 : #AD7FA8
! cyan
URxvt.color6 : #06989A
URxvt.color14 : #34E2E2
! white
URxvt.color7 : #D3D7CF
URxvt.color15 : #EEEEEC

! XTerm

! General settings
XTerm*termName: xterm-256color
XTerm*geometry: 80x24
XTerm*saveLines: 1024
XTerm*scrollBar: False
XTerm*loginshell: False
XTerm*cursorBlink: False

! Fonts and Encoding
XTerm*utf8: True
XTerm*locale: True
XTerm*utf8Title: True
XTerm*renderFont: True
XTerm*preeditType: Root
XTerm*xftAntialias: true
XTerm*faceName: xft:Inconsolata-12

! Trim trailing spaces
XTerm*trimSelection: true

! Fix alt-key inputting
XTerm*eightBitInput: false
XTerm*metaSendsEscape: true

! Copy and paste with clipboard
XTerm*translations: #override \
Ctrl Shift <KeyPress> C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD)

! Allow selecting email/url by double-click
XTerm*charClass: 33:48,37-38:48,45-47:48,64:48,58:48,126:48,61:48,63:48,43:48,35:48

! Tango Theme

XTerm*background: #1C1C1C
XTerm*foreground: #DEDEDE

! black
XTerm*color0 : #2E3436
XTerm*color8 : #555753
! red
XTerm*color1 : #CC0000
XTerm*color9 : #EF2929
! green
XTerm*color2 : #4E9A06
XTerm*color10 : #8AE234
! yellow
XTerm*color3 : #C4A000
XTerm*color11 : #FCE94F
! blue
XTerm*color4 : #3465A4
XTerm*color12 : #729FCF
! magenta
XTerm*color5 : #75507B
XTerm*color13 : #AD7FA8
! cyan
XTerm*color6 : #06989A
XTerm*color14 : #34E2E2
! white
XTerm*color7 : #D3D7CF
XTerm*color15 : #EEEEEC


moisespedro 04-16-2014 04:11 PM

Thanks :)
Another config I grab, I will see if I can find some tips on doing it myself.

moisespedro 04-16-2014 04:33 PM

By the way do you use Compton? I am with a weird issue

TobiSGD 04-16-2014 04:40 PM

Quote:

Originally Posted by moisespedro (Post 5154161)
By the way do you use Compton? I am with a weird issue

Maybe I can help there, but please open a new thread about that issue.

moisespedro 04-16-2014 04:52 PM

Be advised: it is really silly
http://www.linuxquestions.org/questi...on-4175501990/


All times are GMT -5. The time now is 07:24 AM.