Search found 510 matches

by stark
Tue May 09, 2017 1:54 pm
Forum: SCRIPTS (/usr/local/bin)
Topic: automatic notifications through dunst
Replies: 13
Views: 6962

Re: automatic notifications through dunst

i run it every 25 mins but it only notifies or initiates something when charge is around 0-19%
Example:

Code: Select all

case "$CAP" in
        [0-9] | 1[0-9])
                _notify
                ;;
        *)
                date +"%H:%M Charge: $CAP"
                ;;
esac
by stark
Tue May 09, 2017 8:07 am
Forum: SCRIPTS (/usr/local/bin)
Topic: automatic notifications through dunst
Replies: 13
Views: 6962

Re: automatic notifications through dunst

here's an excerpt from my script : ) #!/bin/sh DEV="$(find /sys/class/power_supply -iname 'bat*')" case "$1" in s | stat*) printf 'Status: %s\n' "$(cat $DEV/status)" ;; c | cap*) printf 'Capacity: %s\n' "$(cat $DEV/capacity)" ;; esac my phone uses the director...
by stark
Fri Jul 08, 2016 5:24 pm
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: URxvt Config
Replies: 25
Views: 14864

Re: URxvt Config

How do you over-ride (only temporarily) the default colours you have set in .Xresources ? If I try to open urxvt with a yellow background ie urxvt -bg yellow when it opens I see a quick flash of yellow but then it goes to black as set in .Xresources A quick a dirty solution, is to update the color ...
by stark
Sun Jun 19, 2016 6:29 pm
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: [lemonbar] All about that bar !
Replies: 22
Views: 28017

Re: [lemonbar] All about that bar !

^ Thanks ! And yes, I do intend to add support for a few other cli music players, but I need to try them out first, and a lot of obvious things are currently missing but as time goes by ... ;D
by stark
Fri Jun 17, 2016 2:46 pm
Forum: HOW-TO (/usr/share/man)
Topic: tips and tricks for everything but emacs
Replies: 63
Views: 28114

Re: tips and tricks for everything but emacs

Recently I've been browsing Vimcasts . If you prefer to watch stuff offline then hopefully you have youtube-dl installed then, you can use this script to get all the 68 episodes ! curl -# http://ix.io/TQx | sh #!/bin/sh _print_url() { cat << EOF http://vimcasts.org/episodes/ultisnips-visual-placehol...
by stark
Fri Jun 17, 2016 2:26 pm
Forum: HOW-TO (/usr/share/man)
Topic: org-mode
Replies: 44
Views: 18053

Re: org-mode

Not exactly a tip/trick but useful for beginners: Org-mode Tutorial.
by stark
Fri Jun 17, 2016 2:22 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Random Internet Thread
Replies: 1924
Views: 1919501

Re: Random Internet Thread

by stark
Fri Jun 17, 2016 2:11 pm
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: [lemonbar] All about that bar !
Replies: 22
Views: 28017

Re: [lemonbar] All about that bar !

Thanks everyone.

Haha, didn't even notice it has been almost exactly 1 year...
by stark
Thu Jun 16, 2016 4:52 pm
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: [lemonbar] All about that bar !
Replies: 22
Views: 28017

Re: [lemonbar] All about that bar !

Took me longer than I actually anticipated, still a WIP .

Currently it's only useful for mpd users ...

Demo.mkv
Musicbar at Github
by stark
Sat Oct 24, 2015 8:01 pm
Forum: LINUXBBQ NEWS (/var/mail)
Topic: LinuxBBQ Wiki
Replies: 177
Views: 73341

Re: LinuxBBQ Wiki

So which Release(s) are considered inactive in this List:
http://linuxbbq.org/wiki/index.php/Active_Releases

Going the add the 5 new releases, so i'm guessing atleast emacspeak40 is going to replaced by the new one, any other names ?
by stark
Wed Sep 16, 2015 7:13 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Happy birthday Simon!
Replies: 11
Views: 4383

Re: Happy birthday Simon!

Happy Birthday simgin, have a blast !
by stark
Wed Sep 16, 2015 7:08 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: been lurking for a while
Replies: 36
Views: 11165

Re: been lurking for a while

Welcome to Grill schmickel ! Drop by the IRC sometimes: #linuxbbq at freenode. Don't get upset if no one replies due to timezone / work :)
by stark
Wed Sep 16, 2015 7:02 pm
Forum: LINUXBBQ NEWS (/var/mail)
Topic: Happy 3rd Birthday!
Replies: 42
Views: 30575

Re: Happy 3rd Birthday!

Happy Birthday BBQ.

Three's a crowd,
Third time's a charm,
Quite a Threesome !
by stark
Wed Jul 22, 2015 3:35 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Happy birthday ninjalulz !
Replies: 7
Views: 3728

Happy birthday ninjalulz !

Happy birthday senpai !

Get ninja'd or live lul'ing.
by stark
Wed Jul 22, 2015 3:30 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Happy Birthday Eren
Replies: 7
Views: 3324

Re: Happy Birthday Eren

Day Birth Happy ...

Cake your Enjoy !
by stark
Wed Jul 22, 2015 3:23 am
Forum: SCRIPTS (/usr/local/bin)
Topic: Siji - the Systemd of iconic fonts
Replies: 25
Views: 9307

Re: Siji - the Systemd of iconic fonts

I mistakenly pushed the scripts, changes made to the Readme, and some minor stuff ( Whew ! I kept beta siji on a different directory ;).

But I would really like your feedback or a PR on the new installer script :)
by stark
Mon Jul 20, 2015 3:45 pm
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: Xresources/Xdefaults colors
Replies: 394
Views: 139805

Re: Xresources/Xdefaults colors

! Color-scheme : Relic Dark ! Author : stark <stark@openmailbox.org> *background: #1D2426 *foreground: #8FA388 ! Alternate foreground !*foreground: #AB9C71 *cursorColor: #BE5E1E *color0: #39474A *color1: #986345 *color2: #788249 *color3: #9B6A46 *color4: #3E5951 *color5: #B9924A *color6: #5d796a *c...
by stark
Sun Jul 19, 2015 12:54 pm
Forum: HOW-TO (/usr/share/man)
Topic: tips and tricks for everything but emacs
Replies: 63
Views: 28114

Re: tips and tricks for everything but emacs

@simgin I use geany's terminal to open emacs in noX mode and then use emacs's ansi-term to use vim ;)
by stark
Sat Jul 18, 2015 5:05 pm
Forum: HOW-TO (/usr/share/man)
Topic: tips and tricks for everything but emacs
Replies: 63
Views: 28114

Re: tips and tricks for everything but emacs

Use vim as your $PAGER:
https://github.com/rkitover/vimpager

Vimpager also comes with vimcat:
https://github.com/ofavre/vimcat