Sfoglia il codice sorgente

conkyrc: update and fixes

pull/1/head
10sr 10 anni fa
parent
commit
d1b32b8fe1
3 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. +2
    -1
      conf/conkyrc
  2. +0
    -0
      conf/conkyrc_log
  3. +2
    -1
      xprograms

+ 2
- 1
conf/conkyrc Vedi File

@@ -1,7 +1,8 @@
# ~/.conkyrc
#
double_buffer yes
background no
# Use -d option instead
#background yes

use_xft yes
xftfont DejaVu Sans Mono:size=10


conf/conkyrc.2 → conf/conkyrc_log Vedi File


+ 2
- 1
xprograms Vedi File

@@ -34,7 +34,8 @@ _gsoundap(){
}

_conky(){
(sleep 1s && conky -c ~/conkyrc >~/.var/log/conky.log 2>&1) &
(sleep 1s && \
conky -config="$HOME/conkyrc" --daemonize >~/.var/log/conky.log 2>&1)
#conky -c ~/.dotfiles/conkyrc.2 >~/.var/log/conky.2.log 2>&1 &
}



Caricamento…
Annulla
Salva