Debian :: Conky And Custom Calendar - Display Holidays On Their Respective Days

Sep 28, 2010

I want conky to display holidays on their respective days. I would be using a Catholic calendar. Do I make an .xml file of the dates and feasts? How can that be accomplished?

View 3 Replies


ADVERTISEMENT

Ubuntu :: Conky Date Display: Automatically Change Days Of Week

Jan 2, 2011

I'd like to tweak my Conky so it automatically displays the days of the week correctly. So for example, if TODAY were Tuesday, it would look like this:

Tuesday

Wednesday

Thursday

Friday

[etc.]

And then tomorrow, *automatically*, it would look like this:

Wednesday

Thursday

Friday

[etc.]

I know I can get it to display *today's* date like this:

${time %A}

But how do I get it to display tomorrow's date?

View 1 Replies View Related

Software :: Share Calendar Application - Allows Users To Schedule Time / Days Off

Oct 20, 2010

I have a select few users (finance dept.) at work who want to be able to write to a calendar based program on the network that allows them to schedule time / days off. The calendar or program needs to be writable by only a few administrators so that once time off is approved by their manager, he or she is the one who would access the application and submit the entry on it's specified date / time.

I would prefer if the back end is SQL database compatible but doesn't need to be since at this point I need to find anything that will fulfill this request. Obviously this sounds like a web / php based application that would run on my Apache Intranet web server

View 4 Replies View Related

Ubuntu :: Conky Calendar After Updating To 11.04 Natty?

May 1, 2011

I had a conky script which was working OK in Ubuntu 10.10, but I made a fresh install on friday, and when I went to restore my conkyrc, I saw it was not working properly. There is a problem in the calendar, and can't solve it. I've beeing trying it the hole weekend without success. The conky version is the same it was on 10.10 -> conky 1.8.0

let's see the problem : as you can see, the "today" day, is not being showed properly (it also happened yesterday and the day before, not only today) here it is my conkyrc:

Code:
# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
text_buffer_size 2048

[Code]...

View 9 Replies View Related

OpenSUSE :: Design A Custom A3 Size Calendar ?

Mar 30, 2011

I would like to design a custom A3 size calendar in my linux.

I have a printer that can print that size but I do not know in which program I can make a customized calendar with the features below:

-A3 size

-Months from April2011-February2012

-Reserve space inside dates for comments.

View 4 Replies View Related

Ubuntu :: Date And Time / Calendar Window Out Of Display

Nov 16, 2010

I'm using ubuntu Maverick on a Dell 1545 and I'm pretty much a newbie to ubuntu. Most of the things have been fine so far, I just plugged it into a proxyless internet connection and adjusted my location for time zone (I've been using a porxy server previously for internet which didn't allow changes in location and time zone work) and since then that calendar has moved out of the scope on the top right corner of my screen and I'm unable to move it.

View 1 Replies View Related

Debian :: Conky - Full Screen Config / 2 Conky Configs?

Jun 13, 2011

Said that all the config i find put all the info in one place of the screen, in this example on the right side:

url

or like conky colors where you can put in either side, or other complex examples that use folders with images..that at least i need one day to study all the variables it has...

What i want is something simple, in my black background i dont want images and effects, only white simple text.

My problem is: i want for instance my specs above, my log info in the middle, my music info bellow (above my clock) and in conky config i'm hitting my head in the wall....

For instance if i use my facebook script to appear in the midle how the hell can i put my music info bellow without ruined the facebook in the midle...do i need 2 conky configs?

View 4 Replies View Related

Slackware :: Conky On Which Display To Start?

Apr 22, 2011

Is there a way to tell conky on which display to start. I have dual twin monitor setup and its starting on my secondary monitor.

View 10 Replies View Related

OpenSUSE :: Can't Make Conky To Display Any Image

Jun 6, 2010

Recently I succesfully installed conky. I managed to get a lot of things work with more or less effort but I can't make conky to display any image.Images path and permissions had been checked. Imlib2 support too but conky won't display a thing.

View 4 Replies View Related

Ubuntu :: Display Battery Into Conky For Laptop?

Aug 29, 2010

I would like to display my battery into conky for my laptop, do you have /proc/acpi/battery/BAT0 ? - I cant find it

View 1 Replies View Related

Ubuntu :: Getting A Conky Variable That Display The Version (ex 10.04)

Sep 26, 2010

Is there a conky variable that displays the Ubuntu version (ex 10.04)?

View 9 Replies View Related

Ubuntu :: Conky Won't Display Todo.txt Correctly?

Mar 16, 2011

I'm trying to display my todo.txt file in my Conky, but it won't align correctly. Only the first line of the list is where I want it, the rest is in the default location.Quote:

background yes
update_interval 1
cpu_avg_samples 2

[code]....

View 8 Replies View Related

Ubuntu :: Display A Text From A File Using Conky?

May 29, 2011

i have the following text in a file located in /home/anoopm101/.task [description:"this is the text" entry:"1306682734" status:"pending" uuid:"25c54e1b-824f-52bc-4933-dfe7cda34bc7"]

i have to display on my desktop "this is the text" using conky.

View 2 Replies View Related

Ubuntu :: Conky Display All Mounted Drives

Sep 18, 2010

So I'm running Fluxbox as my window manager in Xubuntu. I use ivman to automatically mount any usb devices.Now I was wondering if it's possible to have conky display all mounted drives and some information about them.I saw you can do {$ifmounted /media/blah} but this would assume I have a set number of devices preconfigured in fstab. It doesn't account for some random guy's flash drive, or a buddy's smartphone.

I know mount | grep sd outputs a list of mounted drives. So then could I somehow format that output and pass it to conky? Or do you guys have any more clever ideas on how I could accomplish this?

View 9 Replies View Related

Ubuntu :: To Display A Text From A File Using Conky?

May 29, 2011

i have the following text in a file located in /home/anoopm101/.task

[description:"this is the text" entry:"1306682734" status:"pending" uuid:"25c54e1b-824f-52bc-4933-dfe7cda34bc7"]

i have to display on my desktop "this is the text" using conky

View 7 Replies View Related

Software :: Display External IP Address In Conky?

Nov 27, 2010

I am putting together a Conky config file by a sort of 'smash and grab' approach borrowing things from various configs I've seen around the web that do stuff I like. I have reached a stumbling block as I want to display my external IP, I have used

Code:

${addrs eth0}

to display the IP on my LAN and guessed I would just need to substitute 'eth0' with something else to get the external IP?? I have tried the mac address of my primary router to no avail, this just displays '0.0.0.0' My current config looks like:-

Code:

# set to yes if you want Conky to be forked in the background
background yes
#font
use_xft yes

[code]....

View 2 Replies View Related

Slackware :: Conky - Display Values To Set Precision

Feb 16, 2011

I run my conky as one bar at the top of the screen (Ratpoison). It is frustrating when % values jump between 0->10% for example and then the entire bar shifts. How can I make it display 000% 010% 100%?

View 7 Replies View Related

Ubuntu :: Conky Display Computer Login Attempts?

Jul 10, 2011

I think someone has been in my apartment when I'm at work and attempted to login to my computer.

Rather than searching through all the logs, is there any way for Conky to display the last 2 or 3 login attempts?

View 9 Replies View Related

General :: Temp Script To Minus Value To Display In Conky?

Jan 18, 2011

I have an K10 AMD CPU and unfortunately it has a borked temp sensor. I have figured out that if I subtract 8 from value stored in /proc/acpi/thermal_zone/temperature that the result is very close to being spot on. The problem is I have no idea to do this and conky has no built in way to do this.

The data stored in /proc/acpi/thermal_zone/temperature looks like this:

Code:
temperature: 52 C

Is there some sort of script that can do this?

View 14 Replies View Related

CentOS 5 :: Unable To Find Php-pear-Date-Holidays For Horde Web

Nov 18, 2009

I was following these instructions[url] and it asks to have this installed yet I am unable to find the file/package.

yum install -y php-pear-Date-Holidays <-- (for now, this package is available in the EPEL repo)

I have followed the instructions on this link [url]

To install ELRepo for RHEL5, CentOS-5 or SL5:

And

How to get the package iinstall and/or recommended steps for horde

View 1 Replies View Related

Debian Multimedia :: Require A Calendar Application For Fluxbox

Jun 2, 2010

On xfce I really liked orage, however on fluxbox I don't want to install all its dependencies (xfce4-gui, xfce4panel, +++) for just a calendar. So, I'm looking for a light calendar app that will allow me to store appointments. Ideally it would integrate nicely with fluxbox, so either launchable by clicking on the clock, or else mapped transparently onto the desktop just like conky. If it could work with conky that would be pretty ideal as well, and it must have the ability to send notifications (either by sound or screen) about upcoming appointments, reminders, etc.

I've seen xcalendar mentioned on these forums, but it doesn't seem to be in the repos anymore (squeeze). Also rainlender, though I don't like that it's not in the repos and has pro/free versions. Sunbird is an option, but kind of large and clunky for what I'll be using it for. Right now I'm thinking gdeskcal is my best bet, but I'm hoping others will have better ideas. If gdeskcal fails to impress, I may have no choice but to go with sunbird (aka iceowl) and perhaps use conky to display the calendar on the desktop, and make it launchable from clicking the clock on fluxbox. My mail application is claws, which has some limited vlcalendar functionality.

View 5 Replies View Related

Debian :: GNU - Resets It's Uptime Every 497 - 498 - Days

Sep 10, 2010

I've read from some Web-page that GNU/Linux resets it's uptime every 497 (498) days... So even if GNU system works 1000 days, uptime never will be more then 497 (498) days. Is it true?

View 2 Replies View Related

Debian :: Activity For Updates And Upgrades To Sid For Several Days?

Apr 2, 2010

I have not seen any activity for updates and upgrades to Sid for several days..

View 2 Replies View Related

General :: Copy Files To A Respective Directory

Jul 27, 2011

I am trying to read mulitple files and copy its contents (files) to a respective directory. I have a folder "Oracle". Under this i have mulitple files as mentioned below.

Each of the above has a list of files in them.

Now i have created new directories with the same name as the above files in another location say

The script that i looking at has to read the files from Oracle, backup its contents to its appropriate new directory.

Example:

View 2 Replies View Related

Debian Multimedia :: Can Firefox Delete History Which Is Old For Some Days

Oct 24, 2010

I want Firefox to delete history after several days. Can I configure it this way?"Remember my browser history for at least..." is not the option which does it, right?

View 11 Replies View Related

Ubuntu :: Conky Quirk - How To Get Conky To Start Normally Without Having To Do Manual Restart Everytime Login

Jun 26, 2011

I have conky installed and set up as a startup application, however everytime I log out and back in conky creates itself as a new window:

How can I get conky to start normally without having to do a manual restart everytime I login?

View 3 Replies View Related

Ubuntu Servers :: Mounting Home Directories Of Users To Respective Desktops

Jan 8, 2010

I'm trying to mount the home directories of the users on the server to the respective desktops. I would like to use the libpam-mount module. do you guys know, how make it run? I am using 9.10 both server and desktop and the most recent pam-mount module. I know that the /etc/security/pam_mount.conf.xml needs to be edited. I added the following to it:
Code:
<volume user="username" fstype="cifs" server="IP-Server" path="/home/username" mountpoint="/media/server" />

View 9 Replies View Related

Ubuntu :: Get E-sword And Wine From The Respective Sites And Firefox Suddenly Stopped Allowing Downloads?

Mar 27, 2010

I was trying to get e-sword and wine from the respective sites and firefox suddenly stopped allowing downloads.

View 9 Replies View Related

Debian :: Add Conky-all In Sources.list?

Dec 14, 2010

I wanted to add conky-all to my sources.list

View 1 Replies View Related

Ubuntu :: When Type "conky" In Terminal It Returns With Conky: Invalid Configuration File

Feb 1, 2011

when I type "conky" in terminal it returns with Conky: invalid configuration file '/home/user/.conkyrc' Conky: missing text block in configuration; exiting ***** Imlib2 Developer Warning ***** : This program is calling the Imlib call: imlib_context_free(); With the parameter: context being NULL. Please fix your program. I've tried completely uninstalling, rebooting, then reinstalling, still same error?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved