-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b8f5e8
commit 3847b37
Showing
7 changed files
with
86 additions
and
873 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
--[[ | ||
Conky, a system monitor, based on torsmo | ||
|
||
Any original torsmo code is licensed under the BSD license | ||
|
||
All code written since the fork of torsmo is licensed under the GPL | ||
|
||
Please see COPYING for details | ||
|
||
Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen | ||
Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) | ||
All rights reserved. | ||
|
||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
|
||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
]] | ||
|
||
conky.config = { | ||
alignment = 'top_middle', | ||
background = false, | ||
border_width = 1, | ||
cpu_avg_samples = 2, | ||
default_color = 'white', | ||
default_outline_color = 'white', | ||
default_shade_color = 'white', | ||
double_buffer = true, | ||
draw_borders = false, | ||
draw_graph_borders = true, | ||
draw_outline = false, | ||
draw_shades = false, | ||
extra_newline = false, | ||
gap_x = 5, | ||
gap_y = 180, | ||
minimum_height = 5, | ||
minimum_width = 5, | ||
net_avg_samples = 2, | ||
no_buffers = true, | ||
|
||
out_to_console = false, | ||
out_to_ncurses = false, | ||
out_to_stderr = false, | ||
out_to_x = true, | ||
|
||
own_window = true, | ||
own_window_class = 'Conky', | ||
own_window_type = 'desktop', | ||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', | ||
own_window_transparent = true, | ||
own_window_argb_visual = true, | ||
own_window_argb_value = 0, | ||
|
||
show_graph_range = false, | ||
show_graph_scale = false, | ||
stippled_borders = 0, | ||
update_interval = 2.0, | ||
uppercase = false, | ||
use_spacer = 'none', | ||
use_xft = true, | ||
} | ||
|
||
conky.text = [[ | ||
${font Open Sans:size=120}$alignc${time %H:%M}$font | ||
|
||
${font Open Sans:size=30}$alignc${time %a}, ${time %d %b %Y}$font | ||
]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"backgrounds":[{"active":true,"display":{"blur":0,"luminosity":0},"id":"ac90e652-6019-4119-8a51-6a931cc6ed13","key":"background/image"}],"widgets":[{"active":true,"display":{"position":"middleCentre"},"id":"beb1dbc2-c284-4e07-9f4e-10478f2fea8d","key":"widget/time"},{"active":true,"display":{"position":"middleCentre"},"id":"2e4b4486-8591-4a4b-9807-8d11baae1e01","key":"widget/search"},{"active":true,"display":{"position":"middleCentre"},"id":"4cb5222f-1bca-4567-8b88-ae51bb3dd831","key":"widget/links"}],"data":{"4cb5222f-1bca-4567-8b88-ae51bb3dd831":{"columns":3,"linkOpenStyle":false,"links":[{"icon":"youtube","name":"Youtube","url":"https://www.youtube.com"},{"icon":"book-open","name":"Proxer.me","url":"https://proxer.me/"},{"icon":"archive","name":"Moodle","url":"https://moodle.ruhr-uni-bochum.de/"},{"icon":"octagon","name":"Grapplers Guide","url":"https://grapplersguide.com/portal/sections/"},{"icon":"database","name":"Github","url":"https://github.com/"},{"icon":"cloud","name":"Nextcloud","url":"https://dietpi/nextcloud/index.php/apps/files/?dir=/&fileid=180"},{"icon":"radio","name":"Reddit","url":"https://www.reddit.com/"}],"visible":true},"9d1468af-1eb1-4363-be80-3d1d9ef67379":{"latitude":51.4582235,"longitude":7.0158171,"showDetails":true,"units":"auto"},"beb1dbc2-c284-4e07-9f4e-10478f2fea8d":{"hour12":false,"mode":"digital","showDate":false,"showDayPeriod":true,"showMinutes":true,"showSeconds":false}},"_persist":{"version":-1,"rehydrated":true}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.