You are not logged in.
What I do with AUR:
Download the tar.gz file and extract it.
Get inside the folder and give
makepkg -sThe package will be built, after it has downloaded and installed any dependencies it needs. If a dependency cannot be found, it means that it's in AUR as well.
If all goes well, a tar.xz (very rarely a tar.gz) file will be created. Give
sudo pacman -U name.tar.xzand you're done.
Arch is about simplicity, don't complicate things with packers, f*****s, etc.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Ubuntu Arch Linux sucks
Primus sucks 
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
This is the Screenshot thread people, let's get it back on track...
A 1000 sorries VastOne, got carried away.
Er_Koraco: I'll be happy to answer any question via PM.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
This is the Screenshot thread people, let's get it back on track...
I wrote the same.. And not see it.
Arch || Github || Calavera-wm ☠
Head Banger..
Offline
I was only kidding. For me, Arch Linux is like Justin Bieber. It's for people with different tastes to my own.
"He who always looks down never sees the stars. He who always looks up never sees the dog poo until it's too late." - Einstein/Confucius/Mark Twain
Offline
I wrote the same.. And not see it.
My apologies for the derailing. Shan't happen again.
Offline
More to the point - we seem to have lost Fog
"He who always looks down never sees the stars. He who always looks up never sees the dog poo until it's too late." - Einstein/Confucius/Mark Twain
Offline
Offline
http://s6.postimage.org/6jhe5w071/screenie.jpg
work laptop
same setup, different os
spectrwm idling
Class shot. Proper OS too!!
Reminds me of some of the stuff Aaro (miss the guy) used to post here.
Oh, you might want to adjust the alignment of your dzen2/conky overlay. It needs to go a pixel lower to fall in line with the layout and window display on the left.
Last edited by gutterslob (2013-02-19 22:00:06)
Point & Squirt
Offline
Class shot. Proper OS too!!
Reminds me of some of the stuff Aaro (miss the guy) used to post here.
Oh, you might want to adjust the alignment of your dzen2/conky overlay. It needs to go a pixel lower to fall in line with the layout and window display on the left.
thanks -h 12 to 14 did the trick
great rewrite on dhclient in 5.3 (undeadly)
Offline
Wooooooo --- kiiroitori IN DA HOUSE!
Note the conky (top left) fitting nicely with tint2 and the additional conky-remember the milk window (bottom left, japanese text).
The conky is very basic but I like it a lot, basically words light up when active. For example:
http://ompldr.org/taGlycw
shows HDD reading and writing as well as CPU activity. Simple.
Can I sees the code for this top left conky? I like the idea quite a lot.
一期一会 Let it be good.
My Screenshots - Blog
Offline
Offline
Here it is orionthehunter
#avoid flicker
double_buffer yes
use_spacer none
#own window to run simultanious 2 or more conkys
own_window yes
own_window_type override
own_window_transparent no
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
#borders, shades, outline
draw_borders no
draw_shades no
draw_outline no
#position and size
alignment top_left
gap_x 0
gap_y 5
minimum_size 160 0
#behaviour
update_interval 0.3
short_units yes
#colour
default_color A0A0A0
own_window_colour FFFFFF
#font
use_xft yes
xftfont WenQuanYi Micro Hei:size=8
lua_load /home/kiiroitori/conkydiskioread.lua
lua_load /home/kiiroitori/conkydiskiowrite.lua
TEXT
${color} ${lua_parse diskioread /dev/sda 1 ${color 424242} ${color}} Read ${lua_parse diskiowrite /dev/sda 1 ${color 424242} ${color}}Write${color} ${if_match ${upspeedf wlan0}>0}${color 424242}${else}${color}${endif}Up ${if_match ${downspeedf wlan0}>0}${color 424242}${else}${color}${endif}Down${if_match ${cpu cpu0}>95}${color FFA600}${else}${if_match ${cpu cpu0}>70}${color FFA600}${else}${if_match ${cpu cpu0}>50}${color FFA600}${else}${if_match ${cpu cpu0}>15}${color FFA600}${else}${if_match ${cpu cpu0}>3}${color 424242}${else}${color}${endif}${endif}${endif}${endif}${endif} CPUNote that:
1- You have to make the conky size match with your tint2, my screen and tint2 sizes are likely to be different than yours
2- You can change the colors of the CPU letters based on its activity, I haven't decided for intermediate values so they are all #FA600 for now.
3- For some reason if_match didn't work with diskio so I am using a mrpeachy lua workaround (see from post http://crunchbang.org/forums/viewtopic. … 24#p195024 for the whole story), so you will need lua and these files:
conkydiskiowrite.lua
function conky_diskiowrite(disk,test,on,off)
local diskresult=conky_parse("${diskio_write "..disk.."}")
local a,b,c=string.find(diskresult,"(%d*)%a*")
if tonumber(c)<tonumber(test) then
return off
else
return on
end
endconkydiskioread.lua
Don't forget to make these executable!
function conky_diskioread(disk,test,on,off)
local diskresult=conky_parse("${diskio_read "..disk.."}")
local a,b,c=string.find(diskresult,"(%d*)%a*")
if tonumber(c)<tonumber(test) then
return off
else
return on
end
endDon't forget to make these executable! Enjoy!
I love #! more than my own kids. I told them and they sympathized.
Offline
Offline
OS > Debian Wheezy (Testing)
Distro > #!Crunchbang-11 Waldorf
Window Manager > Openbox 3.5.0
Kernel > 3.6.0-6 amd64
Ob-Theme > Gray Flat (modified)
Conky > Default (modified)
Taskbar / Panel > tint2
Icon Theme > Faenza-Dark-Crunchbang
Font > Liberation Sans
Wallpaper > http://deviantart.com
Registered Linux User: #497030
DeviantART page | Ask.Debian
#!Crunchbang 'Waldorf' (Openbox) -- Mint-Debian Fluxbox Edition
Offline
When was the last time I posted in here?
Ah, well, still the same, Arch and Openbox.
I really tried to like dwm, but I guess tilers are not for me...
Excellent source code though!
http://imgur.com/a/3Gurl
Love that wallpaper. Do want!
Last edited by ninjaaron (2013-02-20 02:00:29)
Offline
It's Paul Klee. Search for Klee ancient sound.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
http://thumbnails106.imagebam.com/23824/b7515f238234576.jpg
OS > Debian Wheezy (Testing)
Distro > #!Crunchbang-11 Waldorf
Window Manager > Openbox 3.5.0
Kernel > 3.6.0-6 amd64
Ob-Theme > Gray Flat (modified)
Conky > Default (modified)
Taskbar / Panel > tint2
Icon Theme > Faenza-Dark-Crunchbang
Font > Liberation Sans
Wallpaper > http://deviantart.com
Absolutely beautiful!
Conky | SMXI HowTo | Super Grub | VastOnes GMB HowTo | VSIDO
Offline
Offline
It's Paul Klee. Search for Klee ancient sound.
Thanks!
@el_koraco: you're being whiny
Last edited by ninjaaron (2013-02-20 07:58:00)
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.