Waive copyright on all conkyrc configuration files and scripts with CC-0.
This commit is contained in:
parent
7aa1cba762
commit
4f3ce230d3
6 changed files with 66 additions and 5 deletions
|
|
@ -1,4 +1,15 @@
|
|||
#!/usr/bin/conky -d -c
|
||||
# Copyright © 2013, Bradley M. Kuhn
|
||||
|
||||
# The copyright holders wish that this document could be placed into the public
|
||||
# domain. However, should such a public domain dedication not be possible, the
|
||||
# copyright holders grant a waiver and/or license under the terms of CC0-1.0, as
|
||||
# published by Creative Commons, Inc. A copy of CC0-1.0 can be found in the
|
||||
# same repository as this README.md file under the filename CC0-1.0.txt. If
|
||||
# this document has been separated from the repository, a copy of CC0-1.0 can
|
||||
# be found on Creative Commons' website at:
|
||||
# http://creativecommons.org/publicdomain/zero/1.0/legalcode).
|
||||
|
||||
## .conkyrc configuration
|
||||
update_interval 1.0
|
||||
update_interval_on_battery 5.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
#!/usr/bin/conky -d -c
|
||||
## .conkyrc configuration
|
||||
# Copyright © 2013, Bradley M. Kuhn
|
||||
|
||||
# The copyright holders wish that this document could be placed into the public
|
||||
# domain. However, should such a public domain dedication not be possible, the
|
||||
# copyright holders grant a waiver and/or license under the terms of CC0-1.0, as
|
||||
# published by Creative Commons, Inc. A copy of CC0-1.0 can be found in the
|
||||
# same repository as this README.md file under the filename CC0-1.0.txt. If
|
||||
# this document has been separated from the repository, a copy of CC0-1.0 can
|
||||
# be found on Creative Commons' website at:
|
||||
# http://creativecommons.org/publicdomain/zero/1.0/legalcode).
|
||||
|
||||
update_interval 3.0
|
||||
update_interval_on_battery 10.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
#!/usr/bin/conky -d -c
|
||||
## .conkyrc configuration
|
||||
# Copyright © 2013, Bradley M. Kuhn
|
||||
|
||||
# The copyright holders wish that this document could be placed into the public
|
||||
# domain. However, should such a public domain dedication not be possible, the
|
||||
# copyright holders grant a waiver and/or license under the terms of CC0-1.0, as
|
||||
# published by Creative Commons, Inc. A copy of CC0-1.0 can be found in the
|
||||
# same repository as this README.md file under the filename CC0-1.0.txt. If
|
||||
# this document has been separated from the repository, a copy of CC0-1.0 can
|
||||
# be found on Creative Commons' website at:
|
||||
# http://creativecommons.org/publicdomain/zero/1.0/legalcode).
|
||||
|
||||
update_interval 120.0
|
||||
update_interval_on_battery 600.0
|
||||
|
||||
|
|
@ -34,7 +44,7 @@ color8 9d9c61
|
|||
color9 525276
|
||||
minimum_size 280 600
|
||||
maximum_width 600
|
||||
gap_x -20
|
||||
gap_x -70
|
||||
gap_y 1
|
||||
|
||||
TEXT
|
||||
|
|
|
|||
12
left.conkyrc
12
left.conkyrc
|
|
@ -1,5 +1,15 @@
|
|||
#!/usr/bin/conky -d -c
|
||||
## .conkyrc configuration
|
||||
# Copyright © 2013, Bradley M. Kuhn
|
||||
|
||||
# The copyright holders wish that this document could be placed into the public
|
||||
# domain. However, should such a public domain dedication not be possible, the
|
||||
# copyright holders grant a waiver and/or license under the terms of CC0-1.0, as
|
||||
# published by Creative Commons, Inc. A copy of CC0-1.0 can be found in the
|
||||
# same repository as this README.md file under the filename CC0-1.0.txt. If
|
||||
# this document has been separated from the repository, a copy of CC0-1.0 can
|
||||
# be found on Creative Commons' website at:
|
||||
# http://creativecommons.org/publicdomain/zero/1.0/legalcode).
|
||||
|
||||
update_interval 7.0
|
||||
update_interval_on_battery 20.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
#!/usr/bin/conky -d -c
|
||||
## .conkyrc configuration
|
||||
# Copyright © 2013, Bradley M. Kuhn
|
||||
|
||||
# The copyright holders wish that this document could be placed into the public
|
||||
# domain. However, should such a public domain dedication not be possible, the
|
||||
# copyright holders grant a waiver and/or license under the terms of CC0-1.0, as
|
||||
# published by Creative Commons, Inc. A copy of CC0-1.0 can be found in the
|
||||
# same repository as this README.md file under the filename CC0-1.0.txt. If
|
||||
# this document has been separated from the repository, a copy of CC0-1.0 can
|
||||
# be found on Creative Commons' website at:
|
||||
# http://creativecommons.org/publicdomain/zero/1.0/legalcode).
|
||||
|
||||
update_interval 25.0
|
||||
update_interval_on_battery 40.0
|
||||
|
||||
|
|
|
|||
10
run-conky.sh
10
run-conky.sh
|
|
@ -1,4 +1,14 @@
|
|||
#!/bin/sh
|
||||
# Copyright © 2013, Bradley M. Kuhn
|
||||
|
||||
# The copyright holders wish that this document could be placed into the public
|
||||
# domain. However, should such a public domain dedication not be possible, the
|
||||
# copyright holders grant a waiver and/or license under the terms of CC0-1.0, as
|
||||
# published by Creative Commons, Inc. A copy of CC0-1.0 can be found in the
|
||||
# same repository as this README.md file under the filename CC0-1.0.txt. If
|
||||
# this document has been separated from the repository, a copy of CC0-1.0 can
|
||||
# be found on Creative Commons' website at:
|
||||
# http://creativecommons.org/publicdomain/zero/1.0/legalcode).
|
||||
|
||||
sleep 10
|
||||
/usr/bin/conky -d -c $HOME/Files/Public-Configuration/left.conkyrc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue