Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 50

Thread: Post your fluxbox setting with screenshot

  1. #31
    Join Date
    Nov 2006
    Location
    Swansea, Wales
    Beans
    59
    Distro
    Ubuntu

    Re: Post your fluxbox setting with screenshot

    Thanks guys. I guess what I ideally want is a tabbed xterm. I really hate having 4 or 5 xterm windows open at the same time especially on my laptop which has a 12" screen. Do you know of a tabbed xterm??

  2. #32
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Post your fluxbox setting with screenshot

    Quote Originally Posted by RedSquirrel View Post
    If you don't want transparency, then xterm (or uxterm) is a nice terminal.

    This is what I'm using:

    Code:
    uxterm -bg black -fg white +sb -geometry 100x40 -fa DejaVuSansMono -fs 10
    By the way, transparency works well on urxvt (rxvt-unicode) if you want to use that instead of aterm or eterm. Up to you.


    EDIT:

    ... and here's my screenshot as well.

    - conky
    - fbpager
    - no toolbar
    - no desktop icons
    - Noir theme with a few modifications (many thanks to happy-and-lost for mentioning that one; great-looking theme)
    - urxvt (rxvt-unicode) for a transparent terminal (eye candy)
    - uxterm for my regular terminal (getting work done)

    wow, your background looks like it was taken downtown in waikiki, hawaii.

  3. #33
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Post your fluxbox setting with screenshot

    Quote Originally Posted by Glenn Jones View Post
    Thanks guys. I guess what I ideally want is a tabbed xterm. I really hate having 4 or 5 xterm windows open at the same time especially on my laptop which has a 12" screen. Do you know of a tabbed xterm??
    tabbed terminal try eterm, you get the best of all worlds.

  4. #34
    Join Date
    Nov 2006
    Location
    Swansea, Wales
    Beans
    59
    Distro
    Ubuntu

    Re: Post your fluxbox setting with screenshot

    So I decided to give rxvt-unicode a go and it seems to do everything I want it to do. I can get tabbs if I need them and the fonts look quite cool.



    Originally Posted by RedSquirrel
    If you don't want transparency, then xterm (or uxterm) is a nice terminal.

    This is what I'm using:


    Code:
    uxterm -bg black -fg white +sb -geometry 100x40 -fa DejaVuSansMono -fs 10By the way, transparency works well on urxvt (rxvt-unicode) if you want to use that instead of aterm or eterm. Up to you.


    EDIT:

    ... and here's my screenshot as well.

    - conky
    - fbpager
    - no toolbar
    - no desktop icons
    - Noir theme with a few modifications (many thanks to happy-and-lost for mentioning that one; great-looking theme)
    - urxvt (rxvt-unicode) for a transparent terminal (eye candy)
    - uxterm for my regular terminal (getting work done)
    Any chance you could post your .Xdefaults RedSquirrel??

  5. #35
    Join Date
    Dec 2006
    Beans
    1,806

    Re: Post your fluxbox setting with screenshot

    Quote Originally Posted by kerry_s View Post
    wow, your background looks like it was taken downtown in waikiki, hawaii.


    It's Vancouver, British Columbia, Canada. It's hard to beat in terms of sheer physical beauty. Every view is a postcard. You should see the view looking West (into the picture) from the midpoint of that bridge!

    I change my backgrounds a lot, but I think I'll be sticking with this one for a while.
    Last edited by RedSquirrel; July 25th, 2007 at 08:18 PM.

  6. #36
    Join Date
    Dec 2006
    Beans
    1,806

    Re: Post your fluxbox setting with screenshot

    Quote Originally Posted by Glenn Jones View Post
    So I decided to give rxvt-unicode a go and it seems to do everything I want it to do. I can get tabbs if I need them and the fonts look quite cool.




    Any chance you could post your .Xdefaults RedSquirrel??
    I'm not using one at the moment. I just tweaked the settings on the command line and then I made a shortcut in my ~/.fluxbox/keys file. Here are the settings I used (or something close to this):

    Code:
    urxvt -tr -tint white -sh 50 -fg white -bg black +sb -geometry 100x40 -fn "xft:DejaVuSansMono:size=10" -sl 1000
    Last edited by RedSquirrel; July 25th, 2007 at 08:17 PM.

  7. #37
    Join Date
    Aug 2006
    Location
    Sothern California
    Beans
    Hidden!
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Post your fluxbox setting with screenshot

    This one was one of my personal favorites.

    http://ubuntuforums.org/attachment.p...8&d=1181103273
    Your Signature: View My Google page and Guide on Making the Linux desktop look better LHHS Linux Club
    T60 2.0GHZ-T7200 ATI-X1400M-128mb 2GB-667MHZ 80GB-5400RPM WIFI-3945 on Chakra-Project (Archlinux) w/Ext4

  8. #38
    Join Date
    Nov 2006
    Location
    Swansea, Wales
    Beans
    59
    Distro
    Ubuntu

    Re: Post your fluxbox setting with screenshot

    Thanks.

    Ok my final question on the whole configuration thing of urvxt is how do I make the colors the same as in xterm? I use ls -G so I get coloured output, but the xterm highlighting of directories(/folders) is a lighter than in urxvt (or linux). The darker blue outpured is quite difficult to see in on a black background. How can I change the output in urxvt so it is the same as in xterm

    Cheers

  9. #39
    Join Date
    Jan 2007
    Location
    IA & NC
    Beans
    289
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your fluxbox setting with screenshot

    This is my VERY first screenshot post (for flux, or anything for that matter).. I want to thank all of you for helping me by answering my questions and coming on here to share your original ideas...

    So here it is..

    I use black_harmony theme from a flux-look.org type site
    deviant art wallpaper
    (tango icons in thunar... looking for a better 'black/grey' alternative)
    conky

    and thats it....
    Attached Images Attached Images
    Last edited by ghandi69_; July 26th, 2007 at 12:13 AM.
    Our Society has replaced Heroes with Celebrities, the quest for a well informed character with the search for a flat stomach, and substance and depth with image and personality.

  10. #40
    Join Date
    Dec 2006
    Beans
    1,806

    Re: Post your fluxbox setting with screenshot

    Quote Originally Posted by Glenn Jones View Post
    Thanks.

    Ok my final question on the whole configuration thing of urvxt is how do I make the colors the same as in xterm? I use ls -G so I get coloured output, but the xterm highlighting of directories(/folders) is a lighter than in urxvt (or linux). The darker blue outpured is quite difficult to see in on a black background. How can I change the output in urxvt so it is the same as in xterm
    Have a look at the file:
    /etc/X11/app-defaults/XTerm-color

    For now, I just borrowed them from there and put them in ~/.Xdefaults.

    Code:
    URxvt*color0: black
    URxvt*color1: red3
    URxvt*color2: green3
    URxvt*color3: yellow3
    URxvt*color4: blue2
    URxvt*color5: magenta3
    URxvt*color6: cyan3
    URxvt*color7: gray90
    URxvt*color8: gray50
    URxvt*color9: red
    URxvt*color10: green
    URxvt*color11: yellow
    URxvt*color12: rgb:5c/5c/ff
    URxvt*color13: magenta
    URxvt*color14: cyan
    URxvt*color15: white
    Do have a look at this too:

    http://gentoo-wiki.com/TIP_Linux_Colors_in_Aterm/rxvt

    It's very good.

Page 4 of 5 FirstFirst ... 2345 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •