GithubHelp home page GithubHelp logo

addy-dclxvi / almighty-dotfiles Goto Github PK

View Code? Open in Web Editor NEW
1.4K 49.0 97.0 16.55 MB

A dump repository of my dotfiles since the first time I learned ricing. So everything is really messy here.

Home Page: https://addy-dclxvi.deviantart.com

Shell 29.26% CSS 0.03% Perl 9.68% HTML 1.43% Python 13.02% C 40.92% Vim Script 0.83% Makefile 1.79% Roff 2.97% C++ 0.08%

almighty-dotfiles's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

almighty-dotfiles's Issues

where is mpd.db

Your mpd.conf uses a mpd.db file which is not included in .mpd, so im getting a not found error when i run mpd

pls help

weather executor encoding

Seems like the weather script isnt encoded with utf-8 here on github, so difficult to see which icon chars you used ... great script though ๐Ÿ‘

Deiconify won't delete cache thumnail in Fvwm : Colors

It seems doesn't execute *FvwmEvent deiconify DeThumbnail. I'v figured it out how to works (thanks for this tip goes to heelsleeh).
Here is the way:
change *FvwmEvent to *FirstEvent like this
*FirstEvent: deiconify DeThumbnail
add FirstEvent to StartFunction
+I Module FvwmEvent FirstEvent

done

Get Weather location from IP address

Hey, I love the tint2 themes, they look great.

I was playing around with your weather script, and changed it so it would look up my location based on my IP, and then get the weather from that.

IP=$(curl -s http://whatismyip.akamai.com/)

# Get longitude and latitude based on ip
GEO_LOCATION=$(jq -r '.loc' <<< $(curl -s "ipinfo.io/${IP}"))
IFS=',' read -ra LONGLAT <<< "$GEO_LOCATION"
LAT="${LONGLAT[0]}"
LON="${LONGLAT[1]}"

WEATHER_URL="http://api.openweathermap.org/data/2.5/weather?lat=${LAT}&lon=${LON}&appid=${API_KEY}&units=imperial"

you need jq to parse the JSON in the ipinfo.io request.

Thought you might be interested.

xrdb Error on .Xresources

when execute xrdb command on .X* file the output is the follow:
xrdb: colon missing on line 5, ignoring line
xrdb: colon missing on line 6, ignoring line
xrdb: colon missing on line 7, ignoring line
xrdb: colon missing on line 8, ignoring line
Suggestions?

DWM config compile error

I was about to try out your DWM config/guide but im running into some problems here.

dwm build options:
CFLAGS   = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION="6.1" -DXINERAMA
LDFLAGS  = -s -L/usr/X11R6/lib -lX11 -lXinerama -lfontconfig -lXft
CC       = cc
CC -o dwm
/usr/bin/ld: i386 architecture of input file `drw.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `dwm.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `util.o' is incompatible with i386:x86-64 output
collect2: error: ld returned 1 exit status
make: *** [Makefile:29: dwm] Error 1

I tried installing gcc-multilib. Im using void glibc void linux

weather script font for icons

Hi!

Thanks a lot for all the configs and your Readme ๐Ÿ‘
I just want to use the weather script in .executor/

What font-set do I need to have the weather-icons if I use weather -i?

Regards
hc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.