Arch Theme for IceWM

Hi, I've been designing a theme for IceWM, based on the Archlinux's current artwork.  I started the design from scratch using Inkscape and Gimp, and implemented it by modifying SIlverXPs theme configuration files. You can download it here .
Here are some screenshots:
Hope you liked it![/url]

Wow, this is really nice.
Too bad that the last update to this was 2 years ago and since then Arch's logo has been updated as well... it would be great to have an updated version of this theme.
I suck at Gimp.

Similar Messages

  • Complete theme for Arch Linux

    Hi guys. In celebration of Arch's new design, I finally decided to learn more about making wallpapers and GTK+ themes. Unfortunately, I had to basically hack an existing GTK+ theme (Smooth-Line), but it still looks good and matches the overall feel of Arch Linux, in my opinion.
    I've created a collection of files that themes the following things:
    GTK widgets
    Fluxbox
    desktop background
    urxvt
    The goal was to integrate seamlessly with the website's look and feel. I think I've succeeded:
    Unfortunately, I don't have an xcf of the background, so I doubt it can be scaled easily. I guess it's one of those things you don't think about when a project starts out being 'just for me'.
    I've uploaded a g-zipped tarball of the files you'll need to use the theme.
    http://sporkbox.us/linux/arch-theme.tar.gz
    * The sample .Xdefaults file allows you to change the colors for urxvt. Feel free to delete all the stuff before the "color#" lines.
    * gtkrc goes wherever you want it, but should be put in /usr/share/themes/Smooth-Arch/gtk-2.0/ if you want theme switching apps to recognize it.
    * The background can be put anywhere.
    * Arch-Linux goes in /usr/share/fluxbox/styles or ~/.fluxbox/styles.
    I hope you guys like it.
    EDIT: Updated the screenshot and fixed the link to the archive.
    Last edited by xelados (2009-12-07 11:46:15)

    xelados wrote:
    mfolnovic wrote:Can you please give us links to GTK+ theme documentation? I can't find any ...
    Sure! GNOME Live: GTK Theme Tutorial
    Beat me to it.
    I've got loads of half-finished themes here (or did have; they might have gone when I switched to Arch) - once I found QtCurve, it just seemed too much hassle. It's not totally configurable from the GUI, but it certainly beats poring over gtkrcs until your eyes hurt.
    Edit: I meant to add that the wallpaper works quite well cropped to 5:4 if you take the right end. The big Arch logo loses its bottom left point, but it's not too bad.
    Last edited by dunc (2008-02-03 20:12:34)

  • Xdm-arch-logo theme for xdm

    Hi,
    Quick announcement to say I forked the xdm-arch-theme by Xappe & the-isz to create xdm-arch-logo.
    The original idea developed in this forum thread: https://bbs.archlinux.org/viewtopic.php?id=69299
    I've forked and renamed it because:
        a) The directory structure was too complex (compared with xdm-archlinux - now in community)
        b) Installed directory names did not match the package named leading to (my) confusion
        c) I could never remember which xdm arch theme was the decent one with the official logo
    I also added support for systemd service.
    AUR Package: https://aur.archlinux.org/packages/xdm-arch-logo/
    Github: https://github.com/jwm-art-net/xdm-arch-logo/
    Screenshot: https://github.com/jwm-art-net/xdm-arch-logo/wiki
    This is the one that should be in community, not that horrible sky blue/cyan one!
    Thanks Xappe & the-isz
    Last edited by jwm-art (2014-06-05 15:47:51)

    I know those themes. but I don't like them. Their style and colors are too similar, and they are often too complicated.
    I read about writing your own themes (that's how I did the uzbl one), but it cost me a lot of time, which I would rather not invest now.
    And since I will present an Arch related presentation on Archcon, I want an Arch theme

  • Pinux mouse icon theme for Arch

    I just created an arch variant of the pingux mouse icon theme. I thought I might share it .
    PKGBUILD
    # Contributor: pressh <pressh>
    pkgname=pArch
    pkgver=1.0
    pkgrel=1
    pkgdesc="Pinux icon theme for Arch"
    url="http://www.archlinux.org"
    license="gpl"
    source=(pArch-1.0.tar.bz2)
    depends=('xorg-clients')
    makedepends=('xorg-apps')
    md5sums=('b9bc4d5dd6180449a03423f3ea174cde')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./Build.sh
    mkdir -p $startdir/pkg/usr/share/icons/pArch/cursors
    cd cursors
    install -Dm644 * $startdir/pkg/usr/share/icons/pArch/cursors
    Get the file from here
    Put both files in the same directory, and run makepkg and install with pacman -A
    Well, that's it, if someone wants to make a package of it, or upload the archive on some decent space, you're free to do so  8)
    And of course a screenshot

    Romashka wrote:
    pressh wrote:I will post instructions for a 32x32 version soon.
    Thank you!
    P.S.: I've already uploaded updated xcursor-pinux to AUR.
    I created a new archive, which holds both 24x24 and 32x32 versions. Also I noticed that the old 24x24 version had wrong sized cursors in it, which is now corrected. I guess everything should be okay now.
    The new archive can be found here
    About the ubuntu theme, I have no idea. If some of their cursors are better, we should replace some in the arch theme as well

  • Is arch ready for server deployments?

    Well, tittle says it all, say I want to deploy a samba server on a corporate environment, is arch suitable for this? I mean, how stable is it for this kind of stuff? being a rolling release my guess is that it isnt, correct me if im wrong.
    just want to hear your opinions and past experiences
    regards

    The thing with servers in big, corporate environments is that you're usually supposed to avoid putting them through constant updates, as with every update there's a chance that something could break.  If you do decide to go with Arch, I might recommend  having a "test" server, which is basically on a mini simulated network (say, some VMs or something), which gets updates daily or weekly, which you develop a series of stress-tests for.  After every update cycle it goes through, test everything that people are supposed to use the server for.  If everything seems to be in order, you can update the main server, _BUT_ be prepared to backtrack in case things go wrong.
    It might be better to go with Debian or Slackware or CentOS, though, if you're worried that an update might break something.  Not to say that updates won't break things there, either, but the updates there are typically slower, and supposedly more tested.
    But even if you go with one of those, I'd still recommend a test server.  I'm serious.  All the cool kids are doing it.

  • GTK wiki - A way to set themes for GTK2 and GTK3 in XFCE

    Hi,
    I think I have something to add to the GTK page of the Arch wiki but I wanted to confirm if this works for others or if I just found an exception to the rule.  Anways, I was trying to figure out why some of my apps on XFCE were looking different than others and I came too the GTK page to find the section explaining that XFCE tries to use the same theme for both GTK 2 & 3 which causes errors if the theme you use isn't for both.
    Since I could not find a theme that I liked a lot that worked for both, I tried to manually fix the issue.  The way I did so was by simply making a new directory in the themes folder and copying all the files from the GTK 3 theme I liked and then replacing the gtk-2.0 folder with the folder of the theme for GTK2 that I liked.  This seems to be working flawlessly so I was wondering if I should add it to the wiki in the section that mentions the few themes that work for both GTK 2 & 3.
    I wasn't sure if the GTK wiki should have more XFCE specific information added or if this would be more appropriate in the XFCE wiki but I was thinking that since there is already mention of the problem and a potential solution on the GTK page, it might make sense to add it there.
    Can anyone confirm that this works for them as well or does anyone have objections to the addition to the GTK wiki?
    Last edited by boswbr25 (2012-05-28 21:47:14)

    I am not that familiar with this bug because I do not use xfce. But I would say adding it as a tip or similar on the xfce page would be the better place to put it as opposed to the gtk wiki.

  • How do I leverage a custom theme for Outlook 2013?

    Microsoft has a problem. They use the term "theme" in Office in 2 different ways: 1) the 3 background colors you can choose of the Office applications and 2) a collection of colors, fonts, and layout that can be customized and defined by the user
    for the applications.
    I know how to create a theme in PowerPoint and save it as a default for all new presentations. Allegedly you can you this across Office applications but this is where it breaks down (as far as my user experience goes).
    I've created a theme in PowerPoint. It has my custom colors. I want to use that same collection in Outlook.
    I can apply it on a email by email basis (Options menu for an email), but I want the default email (new or reply) to use that custom theme. I see my theme in the drop down menu under a heading of Custom, but there isn't a way to set it as default
    (behavior differs from PowerPoint here).
    So I look under the Outlook File menu, then Options and select Mail. You can change stationary, but the custom theme isn't an option there.
    Then there is Styles under the Format Text menu when in a new email. There are color options and font options, but again, no way to leverage the work I did in creating the custom theme.
    Searching on customizing themes for Outlook only gets me answers on the first use of the word theme, not the latter.
    Is there no way to you the theme I created for Outlook 2013?

    Its very simple - if you want a product that remains consistent and does not change its layout every few years, that is fully customizable, and will remain being supported by subsequent operating systems, then get an open source product running in an open
    source OS. It seems that you can no longer rely on MS to provide consistency, stability, or support for their own products. 
    When will MS realise that customer familiarity with their products is their intellectual property, like branding, which you would never trash every five years. Imagine that MS wanted to change their name to a new company name, or their Outlook brand to Inlook
    - it would never happen. So why is thee trade getup and arrangement changing so often and against what their customers want? Is it to justify thee new products? Maybe with cloud and 365, they will finally be happy and stop mucking about with what works (after
    they change everything back to '95 /XP format?).

  • I have an ipad mini 1st gen 64 gb (wifi only) and i have problem with some of my apps. These apps have lags when you play with them for a few seconds the apps are having lags are call of duty strike team, gta San Andreas and nfs most wanted.pleas help me

    I have an ipad mini 1st gen 64 gb (wifi only) and i have problem with some of my apps. These apps have lags when you play with them for a few seconds the apps are having lags are call of duty strike team, gta San Andreas and nfs most wanted.pleas help me

    I'm going to guess videos buffer for a while also...
    Two possibilities, one is you should close apps on the iPad, the other is your internet speed is not able to handle the demands of a high speed device.
    To close apps:   Double click home button, swipe up to close the apps.
    To solve internet problem, contact your provider.   Basic internet is not enough for video games and movies.   Your router may be old and slow.

  • PLEASE: How can I save my iphone texts and "notes" (not "the note") to my computer? I need them for reference and legal purposes. I have yet to find an app for this and iphone doesn't sync either one.

    Greetings!
    I am brand new to using a Support Community -- I'm more of a in-person show me learner but...huge snowstorm and I don't want to
    to make an appointment at a Genius Bar, driving 15 miles, especially since I asked about this once before  and no one there was able to
    give me an "official" Apple answer .  I do hope I am posting my question (and plea) for help properly.
    LOL when I had my first lil' Mac Classic, over 20 years ago, my participation in the techno world was soooo much easier, simpler.
    My current situation: I have soooo many texts on my iphone and I haven't deleted many because I need the information contained in them for
    future reference and for legal purposes.  I would really like to find a means and way to save them other than on the phone itself.
    I've done searches for various apps yet I'm not finding what I think I would need.  It appears Apple does not sync the texts between the iphone and
    my MacBook Pro.
    Also I often use Notes for quick journaling as well as copy and pasting from other apps, usually inspirational, that I know I am going to want
    to read again (always with credit noted ) and these too are taking up space.  If I could email myself I would but the apps I'm using don't offer that and each day there is a new commentary -- no way to go "back".
    I am currently using OS 10.6.8 on my MacBook -- my disc drive doesn't work and upgrading has to be done at the Apple Store so I don't have iCloud yet.
    My iphone 4  is running OS 6.0.1 -- no upgrade until I'm at a wifi connection -- most of the time I'm using my personal hotspot.
    I'm a very busy self-employed Nana raising grandchildren and a great-grandchild.  I don't have a lot of time and certainly not enough for copying and pasting every text as well as note and emailing it to myself.  There has got to be a better, easier way, yes?
    I'd be most appreciative of any and all assistance here.  Oh, someone mentioned to me I ought to get a "stick" for downloading but were talking
    in a language I'm still learning. 
    Thank you!
    Melinda

    SkyDaughter29 wrote:
    My current situation: I have soooo many texts on my iphone and I haven't deleted many because I need the information contained in them for future reference and for legal purposes.  I would really like to find a means and way to save them other than on the phone itself. I've done searches for various apps yet I'm not finding what I think I would need.  It appears Apple does not sync the texts between the iphone and my MacBook Pro.
    Try the computer apps PhoneView (Mac) or TouchCopy (Mac & PC):
    http://www.ecamm.com/mac/phoneview/
    http://www.wideanglesoftware.com/touchcopy/index.php
    Best of luck.

  • I am traveling with my macbook pro and I forgot to install final cut express and quicktime pro before I left. How can I in a way download them for free on my laptop from where I am

    I am traveling with my macbook pro and I forgot to install final cut express and quicktime pro before I left. How can I in a way download them for free on my laptop from where I am? I need them and don't want naturally to buy them again!!!
    Thank you    

    Assuming you purchased QT Pro, you can always download it again at no extra charge by logging in to your Apple account.
    Regarding FCE, there is no way to download & install the product.  You need an original FCE install disk and your FCE serial number.
    Final Cut Pro X (aka FCPX) can be purchased & downloaded from the App Store.

  • "Example on reading combined signals from a serial port and separating them for display purposes". I am a beginner in Labview and would appreciate if anyone help with that

    I am working on a wireless vital sign monitor. I have 3 signals; heart rate and temperature. I filter and amplify the signals before converting them into digital form. I then pass them via MAX232 before passing them to RS232 serial cable.
    I am therefore working on a program to receive the combined signal and separate them.
    I have come across serial read and write examples on ni.com but am looking for one where I can actually separate combined signals and display them separately.

    Reading the serial port will give you a string. How you divide the channels depends on how the data was formatted before it was sent over the serial channel.
    If you are designing the instrument, as it seems from your query, then you can set up any form you wish. If your data is always floating point numeric, you could use space or tab characters to separate data words. You could use and XML format. If the instrument is provided by a vendor, contact them for the protocol.
    If tabs are used between words and returns between sets of readings, the resutlant string can be interpretted by the Spreadsheet String to Array function in LV.
    Things to avoid are characters often used by serial communications systems as control characters. Carraige returns are
    often used as command terminators by serial protocols, but may also be used by the port.
    Lynn

  • Can I send an e-mail to a specific person in Communities?  Want to thank them for their answer to a question that I didn't ask.  Just wanted to give him/her feedback that their info was very helpful.  Just a pat on the back to perhaps brighten their day.

    Can I send an e-mail to a specific person in Communities?  Want to thank them for their answer to a question that I didn't ask.  Just wanted to give him/her feedback that their info was very helpful.  Just a pat on the back to perhaps brighten their day.

    If you click on the person's name, you go to the public profile they have posted.  If there is an email address given you can email directly.  If not, you cannot email the person directly.
    You could post a reply to the persons reply on the communities to note their help.

  • I have an ipad 2 and want to get a wireless keyboard so my daughter can practice typing? can you get them for ipad 2?

    i have an ipad 2 and want to get a wireless keyboard so my daughter can practice typing? can you get them for ipad 2?

    Yes, there are lots of Bluetooth keyboards available for the iPad 2. Logitech and Zagg have several.

  • I see people from different ages at my work and every month I need to count how many people from each age I've seen that month. How can I do to give the entries to numbers in a single cell and make numbers count them for me?

    I see people from different ages at my work and every month I need to count how many people from each age I've seen that month. How can I do to give the entries to numbers in a single cell and make numbers count them for me? The final result would be a spreadsheet telling there were 8 people from 20 to 39 years old, 14 peolple from 40 to 59 and so on...

    jpqcampos wrote:
    This appears to be an 'input form' using 'Radio Buttons' to select the category. Neither of these features are supported in Numbers '09.
    You can input the data on one table and summarize it on a second table, but the input table will continue to hold data for each event.
    And by using the Reorganize button, you can hide all but two rows of that table to approximate the appearance and performance of an input form.
    Here are the two tables, Data on the left and Summary on the right. Notes below.
    The grey-filled columns in both tables are 'working' columns, and may be hidden (as shown in the image below).
    Data table:
    D1 contains the word "TRUE" (in capital letters). (This row is always shown.)
    D2 is empty, or may contain any value except "TRUE" (This row is always hidden under the Reorganize rule.)The rest of Row 2 of this table requires the data shown: a number outside the range to be counted (999), and two checkboxes, both checked.
    D3 (and filled down the rest of column D):   =AND(OR(B2,C2),NOT(OR(B3,C3)))
    The formula returns TRUE only for the first unused row in the table (ie. the first row for which neither checkbox has been checked)
    Summary table:
    Column A contains labels for the age ranges to be counted.
    Column B contains the same information in the form necessary for the formulas in columns C and D. They need a numeric value, and that value must be the largest acceptable value in the range to be counted.
    C2 (and filled right to column D, then both filled down to row 5):
        =COUNTIFS(Data :: $A,"<="&$B,Data :: B,TRUE)-SUM(C$1:C1)
    Two changes from the previous example:
    COUNTIFS is used to separate the Native and Foreign counts as well as the age range to be counted.
    The amount subtracted from each result is the SUM of the earlier results, and includes the text value in the first cell of the column (which is interpreted by SUM as a zero).
    See note below regarding my earlier formula.
    When the greyed columns are hidden and the checkbox in the Reorganize pane is checked, the two tables will appear as shown below:
    Close the reorganize pane, and the 'data entry form' is ready to use.
    To use, enter the age first, then check one of the boxes.
    As soon as one box is checked, the row will be hidden, and the next (unused) row will be shown.
    Regards,
    Barry
    Note regarding formula in my earlier post:
    The earlier formula will give erroneous results as it subtracts only the count directly above it from its count of persons in the age range 0-n.
    In E2 of that table, replace "-E1" with "-SUM(E1:E$1)
    Fill down to E8.
    Ignore the instructions (in that post) following "Fill down to E8."
    B

  • My pages documents on my ipad wont sync to icloud. Some documents have had the upload icon on them for over a month. It was all working fine but now I cant figure out what is going on.

    MY pages documents on my ipad wont sync to icloud. Some of the documents have had the upload icon on them for over a month. It was all working fine a month or so ago but I cant figure out why it wont work now.

    Why start a new and very similar thread to your other one which you have not responded to (have you read the replies?)
    I suggest that no response is made to this duplicate thread. 

Maybe you are looking for

  • Changing OSX Versions During HD Replacement

    I currently have a late '06 Mini Mac (166 Ghz w/80 GIG HD) that has Tiger version 10.4.11 installed. I will be replacing the existing HD with a 750 GIG HD w/7200 RPM. I also wanted to upgrade to Snow Leopard somewhere in the process. Should I reinsta

  • Adobe Reader 8.1.2 and MAC OS X 10.4.11

    Hi, Just installed Adobe Reader 8.1.2 and when I try to open a .pdf, the file opens for around 5seconds and then disappears and Reader closes without any apparent error message. In all my years of using free Acrobat (now reader? - why the change in n

  • How much RAM for ONE App & does OS X limit allocation?

    Hello all, This question concerns how much RAM I realistically need to run ONE application to it's fullest. I mainly use ProToolsLE 7.3, but sometimes use LogicPro 8 and Final Cut Express 4, again, only one running at a time. I've read on the ProTool

  • New install HTMLDB in 9.2.0.2 - no access

    I started with a new 9.2.0.4 instance on Redhat and installed HTML DB from a Windows client. Install log list no unusual issues, but trying to go to http://host:7777/pls/htmldb gives the following error: Service Temporarily Unavailable The server is

  • How to Start Oracle Apps Services?

    Hi All, I am using RDBMS : 9.2.0.6.0; Oracle Applications : 11.5.10.2 on AIX. I am new to Apps and what to know how can I start and stop the Application and database services. Thanks