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

Similar Messages

  • DMZ mouse icon theme not taking on full effect

    I just installed the DMZ vanilla mouse cursor theme and it is not working right. It will resort back to the default xcursor theme (the crappy black one) when i hover over the panels and background, and the title bars. I am using xfce4.4 and i got the icon theme from the aur.
    thanks.
    Last edited by theringmaster (2007-11-08 19:09:16)

    thayer wrote:
    Not sure if this helps, but both versions of dmz are available in the standard repos as pre-built packages:
    xcursor-vanilla-dmz
    xcursor-vanilla-dmz-aa
    No that did not solve the problem, but thanks anyway.
    I tried installing this same cursor theme on my gnome arch (via virtual box) and it worked flawlessly. This makes me think that xfce4.4 is having a problem with this theme. conflict maybe??
    Last edited by theringmaster (2007-11-08 21:49:59)

  • 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)

  • Ubuntu look-alike gnome theme for arch linux

    Is there any theme/gnome package(s) for arch linux that will give me gnome that looks kind of like the gnome package for ubuntu? I'm moving over from ubuntu to arch, and I'm hoping to ease the transition at first while I get used to the rest of the system. Thanks!
    EDIT:  Actually, how configurable is xfce? I've used gnome and kde for arch a bit, but they're just so vanilla, and I'm still looking for a relatively nice graphical interface on top of cli. Thanks!
    Last edited by pythonscript (2009-07-27 23:29:40)

    xfce4 is just about as configurable as GNOME at the level of gconf/ xfconf and way more configurable via the settings GUI.

  • Simple and elegant fbsplash theme for arch (arch-elegant)

    This theme is better to use in silent mode without textbox.
    That is how it looks:
    And here it is
    http://opendesktop.org/content/show.php?content=125311
    Background for verbose mode is also provided. Unfortunately, I failed to make a screenshot.
    I know, it is veeery simple, but I hope you will like it.
    Last edited by eDio (2010-05-26 15:52:26)

    This is a cool theme.  I'd like to use it, but right now I want to try and get my entire bootup sequence themed in a consistent way.  Are there any sets of themes out there? and/or how have you paired this up with kdm, or something like that, and even a kde/gnome spash screen?

  • Awesome menu icon themes

    I've just started playing around with awesome (normally use gnome). Is there anyway of setting an icon theme for the menus and things?
    The standard themes manually set the icons in theme.lua .
    theme.awesome_icon = "~/muh_icon.png"
    beautiful.awesome_icon
    In theme.lua there's a field theme.icon_theme which doesn't seem to do anything?

    It's somewhat complicated. Where do you want you change the icon theme?
    If you want to change the application icons that appear in the task bar, you must use lxappearance.
    If you want to change the applications icons in the menu bar (the one that functions like dmenu), you must set the variable theme.icon_theme=Your_icon_theme in your theme.lua, like you said in your post. But there are several things to consider:
    - The folder that contains the icon theme must be in the following format:
    /... /icons/Icon_theme/16x16/actions, animations,apps,...
    /22x22/
    /64x64/
    etc
    Not every theme follows that format. For example, faenza-icon-theme and faience-icon-theme from the official repositories have the directories with the categories first (apps, emblems, etc) and then the directories with the different sizes, so the script that loads the icons doesn't work.
    -The icon theme must consist only of .png images. Many icon themes have images in .svg, and apparently Awesome can't load them. numix-icon-theme-git and faba-icon-theme-git from the AUR consist of .svg images, so they won't work.
    moka-icon-theme-git from the AUR has .png icons and also has them stored in the correct directory format. Maybe you should try it.
    If you want to use a theme with .svg icons, you can convert them to .png with imagemagick. I use the following bash script:
    #!/bin/bash
    for directorio in */
    do
    echo $directorio
    for imagen in $directorio/*
    do
    echo $imagen
    convert -background transparent $imagen $directorio/`basename $imagen .svg`.png
    done
    rm $directorio/*.svg
    done
    notify-send "Finish" "Icon conversion finished."
    You must run it inside of every size folder (64x64, 128x128, etc), be sure to make a backup of the original icon theme.
    For example, I converted numix-circle-icon-theme-git with that script and now my menubar looks like this:
    If you want to change the application icons in the menu that appears when you click on the awesome icon or right click on the desktop, install archlinux-xdg-menu from the official repositories. After that copy /usr/bin/xdg_menu to your home directory and edit it like this:
    91 foreach my $dir (@xdg_data_dirs)
    92 {
    93 my $theme = "your_icon_theme";
    94 my $size;
    Then, execute it like it's mentioned in the wiki: https://wiki.archlinux.org/index.php/Xdg-menu, but using the script in your home folder for --root-menu. The icons must be stored in the directory format mentioned above.
    Now, the app menu looks like this:
    I hope these instructions are useful. Maybe it's a good idea to include them in the wiki.

  • CUDA SDK for Arch Linux

    Which cuda package shall I choose for arch linux? https://developer.nvidia.com/cuda-downloads
    There are several links for other linux distributions. Can I choose any of them for arch?
    BTW: I've gone through the AUR package list, only find the cuda toolkit. Still cannot find cuda SDK. Any one has any idea?
    Last edited by fantasticzr (2013-11-11 14:19:12)

    It's in the repos: https://www.archlinux.org/packages/comm … 6_64/cuda/
    This package provides cuda-sdk.

  • GTK2 Icon Theme

    I'm trying to get GTK2 to use the icon theme for it's _NET_WM_ICONs, but they simply refuse to. GTK3 works fine. Qt works fine. GTK2 uses the Moka icon theme. Nonetheless, the application sets the _NET_WM_ICON to the default icon. Is it because I do not have XDG_DATA_DIRS set? What actually sets that environment variable?
    Last edited by eugeneyche (2015-05-05 12:26:19)

    litemotiv wrote:Does this also happen with the stock kernel?
    Just tested with stock kernel, and no...so this may be ck kernel related?
    EDIT: I'm using linux-ck-nehalem 3.9.2-2, installed from Repo-ck
    Last edited by radc (2013-05-18 13:21:26)

  • [SOLVED] Setting Qt icon theme without KDE.

    Where can I set the icon theme for QT[5] without using KDE? Is there some manual [deskop agnostic] way. E.g. Trolltech.conf, but ,if yes, what is the key?
    The wiki states that "There is no way of setting the icon theme from QtConfig, but since Qt follows the Freedesktop.org Icon Specification, any theme set for X is picked up by Qt."
    But how can I set the theme set for X?
    Last edited by manuelschneid3r (2015-03-24 18:40:11)

    [Qt%20Plugin%20Cache%204.8.false]
    usr\lib\qt4\plugins\inputmethods\libqimsw-multi.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\imageformats\libqgif.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\imageformats\libqico.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\imageformats\libqjpeg.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\imageformats\libqmng.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\imageformats\libqsvg.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\imageformats\libqtiff.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\iconengines\libqsvgicon.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\sqldrivers\libqsqlibase.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\sqldrivers\libqsqlite.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\sqldrivers\libqsqlmysql.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\sqldrivers\libqsqlodbc.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\sqldrivers\libqsqlpsql.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    [Qt%20Factory%20Cache%204.8]
    com.trolltech.Qt.QInputContextFactoryInterface%3A\usr\lib\qt4\plugins\inputmethods\libqimsw-multi.so=2014-12-14T18:44:17, imsw-multi
    com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqgif.so=2014-12-14T18:44:17, gif
    com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqico.so=2014-12-14T18:44:17, ico
    com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqjpeg.so=2014-12-14T18:44:17, jpeg, jpg
    com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqmng.so=2014-12-14T18:44:17, mng
    com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqsvg.so=2014-12-14T18:44:17, svg, svgz
    com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqtiff.so=2014-12-14T18:44:17, tiff, tif
    com.trolltech.Qt.QIconEngineFactoryInterfaceV2%3A\usr\lib\qt4\plugins\iconengines\libqsvgicon.so=2014-12-14T18:44:17, svg, svgz, svg.gz
    com.trolltech.Qt.QIconEngineFactoryInterface%3A\usr\lib\qt4\plugins\iconengines\libqsvgicon.so=2014-12-14T18:44:17
    com.trolltech.Qt.QSqlDriverFactoryInterface%3A\usr\lib\qt4\plugins\sqldrivers\libqsqlite.so=2014-12-14T18:44:17, QSQLITE
    com.trolltech.Qt.QSqlDriverFactoryInterface%3A\usr\lib\qt4\plugins\sqldrivers\libqsqlmysql.so=2014-12-14T18:44:17, QMYSQL3, QMYSQL
    [Qt]
    font="Ubuntu,9,-1,5,50,0,0,0,0,0"
    Palette\active=#555555, #dedede, #ffffff, #cbc7c4, #b9b9b9, #b8b5b2, #333333, #ffffff, #555555, #f9f9f9, #dedede, #ababab, #d64937, #f9f9f9, #0000ff, #ff00ff, #e9e9e9, #000000, #ffffdc, #dedede
    Palette\inactive=#555555, #dedede, #ffffff, #cbc7c4, #b9b9b9, #b8b5b2, #333333, #ffffff, #555555, #f9f9f9, #dedede, #ababab, #d64937, #f9f9f9, #0000ff, #ff00ff, #e9e9e9, #000000, #ffffdc, #dedede
    Palette\disabled=#999999, #dedede, #ffffff, #cbc7c4, #b9b9b9, #b8b5b2, #999999, #ffffff, #999999, #f9f9f9, #dedede, #ababab, #d6d6d6, #f9f9f9, #0000ff, #ff00ff, #e9e9e9, #000000, #ffffdc, #dedede
    fontPath=@Invalid()
    embedFonts=true
    style=GTK+
    doubleClickInterval=400
    cursorFlashTime=1000
    wheelScrollLines=3
    resolveSymlinks=false
    globalStrut\width=0
    globalStrut\height=0
    useRtlExtensions=false
    XIMInputStyle=On The Spot
    DefaultInputMethod=xim
    audiosink=Auto
    videomode=Auto
    GUIEffects=none

  • 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. 

  • I imported about 300 RAW images yesterday and worked with them for about an hour. iPhoto locked up on me and I rebooted. After I did the event icon is now gray and it says there are no photos. I know the photos are there. Any idea how I can recover them?

    I imported about 300 RAW images yesterday and worked with them for about an hour. iPhoto locked up on me and I rebooted. After I did the event icon for that event is now gray and it says there are no photos. I know the photos are there. Any idea how I can recover them?

    a best practice to is to never have any computer program (including iPhoto) delete the photos from the card but to import the photos and keep them and then after at least one successful backup cycle has completed and then reformat the card --  I use three very large (32 GB) cards in rotation so I do not reformat for typically a year or more giving me one more long term backup of my photos
    Back up your iPhoto library, Depress and hold the option (alt) and command keys and launch iPhoto - rebuild your iPhoto library database
    LN

  • HT1222 Peace, I am one of millions who is loyal and loves apple, I was not completely happy with iOS7 for one thing which the new themes and I really think that the old icons theme is what's makes it unique, I was wondering if we can make an option  to ch

    Peace, I am one of millions who is loyal and loves apple, I was not completely happy with iOS7 for one thing which the new themes and I really think that the old icons theme is what's makes it unique, I was wondering if we can make an option  to choose from new and previous once?

    User to user forum.
    You are not addressing Apple here.
    No, once you install iOS 7 that is it.

  • There are no icons of the apps i downloaded. I mean, I used them for a while, then my iPod died, I charged it a little, then turned it on, and saw blanks instead of apps. They work pretty fine, but there are no icons, just white rectangles. What can I do?

    There are no icons of the apps i downloaded. I mean, I used them for a while, then my iPod died, I charged it a little, then turned it on, and saw blanks instead of apps. They work pretty fine, but there are no icons, just white rectangles. What can I do?

    - First try resetting the iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - If still problem restore the iPOd via iTunes on your computer.  First from backup and if problem persists restore to factory defaults/new iPod.

  • 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.

  • [SOLVED] [Openbox] Icon-theme not working(?)

    Hi!
    I hope you guys could help me with the following problem.
    Currently I'm running Openbox, compton, tint2, gtk2/3 on my Arch-system.
    The problem I'm having right now is that tint2 tray icons are not showing Faenza-Dark but showing gnome(?) dark icons. I would like to have white/grey icons instead of dark ones!
    My tint2 config:
    # Tint2 config file
    # Generated by tintwizard (http://code.google.com/p/tintwizard/)
    # For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
    # Background definitions
    # ID 1
    rounded = 0
    border_width = 0
    background_color = #FFFFFF 20
    border_color = #FFFFFF 0
    # Backgrounds
    panel_background_id = 1
    taskbar_background_id = 0
    task_background_id = 0
    task_active_background_id = 1
    systray_background_id = 0
    clock_background_id = 0
    # Panel
    panel_monitor = 1
    panel_position = bottom center horizontal
    panel_size = 0 38
    panel_items = LTSC
    panel_margin = 0 0
    panel_padding = 0 0 5
    font_shadow = 0
    panel_background_id = 1
    wm_menu = 1
    panel_dock = 0
    panel_layer = top
    # Launcher
    launcher_icon_theme = Numix
    launcher_padding = 10 10 10
    launcher_icon_size = 22
    launcher_tooltip = 0
    launcher_apps_dir = /home/archie/.config/tint2/launchers
    # Taskbar
    taskbar_mode = single_desktop
    taskbar_padding = 0 0 10
    # Tasks
    urgent_nb_of_blink = 20
    task_icon = 1
    task_text = 0
    task_centered = 1
    task_maximum_size = 58 0
    task_padding = 10 4
    # Systray
    systray_padding = 0 10 6
    systray_sort = left2right
    systray_icon_size = 22
    systray_icon_asb = 100 0 0
    systray_icon_theme = Faenza-Dark
    # Clock
    time1_format = %I:%M %p
    time1_font = Open Sans 9
    time2_format = %D
    time2_font = Open Sans 9
    clock_font_color = #ffffff 80
    clock_padding = 10 0
    # Tooltip
    tooltip = 0
    # Mouse
    mouse_middle = close
    mouse_right = none
    # Autohide
    autohide = 0
    /home/archie/.config/gtk-3.0/settings.ini:
    [Settings]
    gtk-theme-name=Greybird
    gtk-icon-theme-name=Faenza-Dark
    gtk-font-name=Open Sans 9
    gtk-cursor-theme-name=Vanilla-DMZ
    gtk-cursor-theme-size=0
    gtk-toolbar-style=GTK_TOOLBAR_ICONS
    gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
    gtk-button-images=0
    gtk-menu-images=0
    gtk-enable-event-sounds=1
    gtk-enable-input-feedback-sounds=1
    gtk-xft-antialias=1
    gtk-xft-hinting=1
    gtk-xft-hintstyle=hintfull
    gtk-xft-rgba=rgb
    I'm running tint2-svn and already tried the normal one.
    Could some tell me a hint?
    Last edited by beta990 (2014-01-13 21:58:18)

    Thanks for posts!
    I have done all the steps, but real key was to reboot the system! Even pkill X didn't work. It's now solved.
    To give users with the same issue a solution:
    - Set icon-theme with lxappearance
    - Be sure that gtk3.0/settings.ini has fallback and icon-theme the same value (not know if it really needed)
    - Reboot! pkill X didn't work for me.
    Thanks again.

Maybe you are looking for

  • Does the Video Button Action really work?

    According to teh Adobe site, the Video button action should be functional: I have not been able to get it to function so far. I am truing to get the button to play a video from a Navigation point. Am I doing something wrong (likely) or is the Adobe s

  • Help identifying FCP files?

    Two years ago a production company did some work for us and gave us a hard drive with all of the raw files and, supposedly, the FCP project files.  Looking at the drive today.  It is very well organized but I don't see anything I recognize as an FCP

  • Authrisations for RFC connections

    Hi everyone.... what are the Authorizations required for the user when creating RFC  connections in XI. Rewards, Varun Reddy.K

  • Link lost during transmission

    Hi all, I'm using a PCIe cable to connect V7 board to my host pc. During transmission through RQ interface to write data to host memory, I can catch the link up signal goes to low. Is there a condition that the incorrect RQ transaction will stall the

  • How do I play slow motion video in real time?

    I accidentally recorded video on my iPhone 5s in slow motion, and now I want to import it into iPhoto and play it in real-time.  How can I do that?