From 8e80a04a19389b0e42c6808ec77b4444ee4f71c8 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 22 Sep 2020 16:50:39 +0300 Subject: Rename & remove --- .config/betterlockscreenrc | 15 ----- .config/conky/conky.conf##c.desktop,h.Maus | 91 ----------------------------- .config/conky/conky.conf##c.desktop,h.maus | 91 +++++++++++++++++++++++++++++ .taskrc##c.desktop,h.Maus | 93 ------------------------------ .taskrc##c.desktop,h.maus | 93 ++++++++++++++++++++++++++++++ 5 files changed, 184 insertions(+), 199 deletions(-) delete mode 100644 .config/betterlockscreenrc delete mode 100644 .config/conky/conky.conf##c.desktop,h.Maus create mode 100644 .config/conky/conky.conf##c.desktop,h.maus delete mode 100644 .taskrc##c.desktop,h.Maus create mode 100644 .taskrc##c.desktop,h.maus diff --git a/.config/betterlockscreenrc b/.config/betterlockscreenrc deleted file mode 100644 index 2b71c1a..0000000 --- a/.config/betterlockscreenrc +++ /dev/null @@ -1,15 +0,0 @@ -# configuration file for betterlockscreen - -insidecolor=00000000 -ringcolor=ffffffff -keyhlcolor=d23c3dff -bshlcolor=d23c3dff -separatorcolor=00000000 -insidevercolor=00000000 -insidewrongcolor=d23c3dff -ringvercolor=ffffffff -ringwrongcolor=ffffffff -verifcolor=ffffffff -timecolor=ffffffff -datecolor=ffffffff -loginbox=00000066 diff --git a/.config/conky/conky.conf##c.desktop,h.Maus b/.config/conky/conky.conf##c.desktop,h.Maus deleted file mode 100644 index b2f94ee..0000000 --- a/.config/conky/conky.conf##c.desktop,h.Maus +++ /dev/null @@ -1,91 +0,0 @@ -conky.config = { - alignment = 'middle_middle', - background = true, - - draw_borders = false, - draw_graph_borders = true, - border_width = 1, - border_outer_margin = 5, - stippled_borders = 6, - - cpu_avg_samples = 2, - default_color = 'white', - default_outline_color = '#555', - default_shade_color = 'black', - draw_outline = false, - draw_shades = true, - use_xft = true, - font = 'Iosevka Nerd Font:size=10', - - gap_x = 1550, - gap_y = 200, - - minimum_height = 5, - minimum_width = 5, - net_avg_samples = 2, - no_buffers = true, - out_to_console = false, - out_to_stderr = false, - extra_newline = false, - own_window = true, - own_window_class = 'Conky', - own_window_type = 'override', - own_window_transparent = false, - own_window_hints = 'below,undecorated,skip_taskbar,skip_pager,sticky', - own_window_argb_visual = true, - own_window_argb_value = 200, - own_window_colour = '282828', - short_units = true, - update_interval = 1.0, - uppercase = false, - use_spacer = 'left', - pad_percents = 2, - show_graph_scale = false, - show_graph_range = false, - double_buffer = true, - - lua_load = '~/.config/conky/scripts/conky_lua_scripts.lua', - - color0 = '#e74c3c', - color1 = '#bdc3c7', - color3 = '#7a3900', - color4 = '#ff8a00', - color5 = '#ffe3a0', - color6 = '#bdc3c7', - color7 = '#ff8a00', - color8 = '#ffe3a0' -} - -conky.text = [[ -${color4}${alignr} -${color}${alignc}$sysname $kernel on $machine -${color}${alignc}${exec whoami} @ $nodename -${color0}$hr${color} -${alignc}${color0} ${color}${exec echo `echo $MOTIVA`}${color0} ${color} -${color0}$hr${color} -${color0}${alignc} -${alignc}${color}${time %d %B %A} -${voffset 1} -${color0}${offset 30}${alignr}${offset -30} -${color}$uptime${alignr} ${color}${time %k:%M:%S} -${voffset 1} -${color0}${alignc} -${color1}cpu ${color}${platform coretemp.0/hwmon/hwmon1 temp 1}°C${alignr} ${color1}mobo ${color}${acpitemp}°C -${voffset 1} -${color0}${offset 3}${color} -${color1}/ ${color}${fs_bar 6, 130 /}${alignr}${fs_used /} /${fs_size /} ${color} -${color1}~ ${color}${FS_BAR 6, 130 /home}${alignr}${fs_used /home} /${fs_size /home} ${color} -${voffset 1} -${color0}${offset 3}${color} -${color1}down${color} ${downspeed eno1}/s${alignr}${color1}up${color} ${upspeed eno1}/s -${color}${downspeedgraph eno1 32,150 2980b9 e74c3c}${color} ${upspeedgraph eno1 32,150 2980b9 e74c3c} -${color1}address${color} ${addr eno1}${alignr}updates ${execi 3600 checkupdates | wc -l} -${color1}inbound${color} ${tcp_portmon 1 32767 count}${color1} outbound${color} ${tcp_portmon 32768 61000 count}${alignr}${color1}all${color} ${tcp_portmon 1 65535 count} -${voffset 1} -${texeci 1800 curl -s wttr.in/ank | sed -n '3,7{s/\d27\[[0-9;]*m//g;s/^..//;s/ *$//;p}'} -${voffset 1} -${color0}$stippled_hr${color} -${voffset 1} -${execp rem -cu} -${color4}${alignr} -]] diff --git a/.config/conky/conky.conf##c.desktop,h.maus b/.config/conky/conky.conf##c.desktop,h.maus new file mode 100644 index 0000000..b2f94ee --- /dev/null +++ b/.config/conky/conky.conf##c.desktop,h.maus @@ -0,0 +1,91 @@ +conky.config = { + alignment = 'middle_middle', + background = true, + + draw_borders = false, + draw_graph_borders = true, + border_width = 1, + border_outer_margin = 5, + stippled_borders = 6, + + cpu_avg_samples = 2, + default_color = 'white', + default_outline_color = '#555', + default_shade_color = 'black', + draw_outline = false, + draw_shades = true, + use_xft = true, + font = 'Iosevka Nerd Font:size=10', + + gap_x = 1550, + gap_y = 200, + + minimum_height = 5, + minimum_width = 5, + net_avg_samples = 2, + no_buffers = true, + out_to_console = false, + out_to_stderr = false, + extra_newline = false, + own_window = true, + own_window_class = 'Conky', + own_window_type = 'override', + own_window_transparent = false, + own_window_hints = 'below,undecorated,skip_taskbar,skip_pager,sticky', + own_window_argb_visual = true, + own_window_argb_value = 200, + own_window_colour = '282828', + short_units = true, + update_interval = 1.0, + uppercase = false, + use_spacer = 'left', + pad_percents = 2, + show_graph_scale = false, + show_graph_range = false, + double_buffer = true, + + lua_load = '~/.config/conky/scripts/conky_lua_scripts.lua', + + color0 = '#e74c3c', + color1 = '#bdc3c7', + color3 = '#7a3900', + color4 = '#ff8a00', + color5 = '#ffe3a0', + color6 = '#bdc3c7', + color7 = '#ff8a00', + color8 = '#ffe3a0' +} + +conky.text = [[ +${color4}${alignr} +${color}${alignc}$sysname $kernel on $machine +${color}${alignc}${exec whoami} @ $nodename +${color0}$hr${color} +${alignc}${color0} ${color}${exec echo `echo $MOTIVA`}${color0} ${color} +${color0}$hr${color} +${color0}${alignc} +${alignc}${color}${time %d %B %A} +${voffset 1} +${color0}${offset 30}${alignr}${offset -30} +${color}$uptime${alignr} ${color}${time %k:%M:%S} +${voffset 1} +${color0}${alignc} +${color1}cpu ${color}${platform coretemp.0/hwmon/hwmon1 temp 1}°C${alignr} ${color1}mobo ${color}${acpitemp}°C +${voffset 1} +${color0}${offset 3}${color} +${color1}/ ${color}${fs_bar 6, 130 /}${alignr}${fs_used /} /${fs_size /} ${color} +${color1}~ ${color}${FS_BAR 6, 130 /home}${alignr}${fs_used /home} /${fs_size /home} ${color} +${voffset 1} +${color0}${offset 3}${color} +${color1}down${color} ${downspeed eno1}/s${alignr}${color1}up${color} ${upspeed eno1}/s +${color}${downspeedgraph eno1 32,150 2980b9 e74c3c}${color} ${upspeedgraph eno1 32,150 2980b9 e74c3c} +${color1}address${color} ${addr eno1}${alignr}updates ${execi 3600 checkupdates | wc -l} +${color1}inbound${color} ${tcp_portmon 1 32767 count}${color1} outbound${color} ${tcp_portmon 32768 61000 count}${alignr}${color1}all${color} ${tcp_portmon 1 65535 count} +${voffset 1} +${texeci 1800 curl -s wttr.in/ank | sed -n '3,7{s/\d27\[[0-9;]*m//g;s/^..//;s/ *$//;p}'} +${voffset 1} +${color0}$stippled_hr${color} +${voffset 1} +${execp rem -cu} +${color4}${alignr} +]] diff --git a/.taskrc##c.desktop,h.Maus b/.taskrc##c.desktop,h.Maus deleted file mode 100644 index a29ff5f..0000000 --- a/.taskrc##c.desktop,h.Maus +++ /dev/null @@ -1,93 +0,0 @@ -# [Created by task 2.5.1 2/6/2017 17:29:09] -# Taskwarrior program configuration file. -# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', -# 'man task-sync' or 'man taskrc' - -# Here is an example of entries that use the default, override and blank values -# variable=foo -- By specifying a value, this overrides the default -# variable= -- By specifying no value, this means no default -# #variable=foo -- By commenting out the line, or deleting it, this uses the default - -# Use the command 'task show' to see all defaults and overrides - -# Files -data.location=/home/yigit/Nextcloud/.task - -# Color theme (uncomment one to use) -#include /usr/share/doc/task/rc/light-16.theme -#include /usr/share/doc/task/rc/light-256.theme -#include /usr/share/doc/task/rc/dark-16.theme -#include /usr/share/doc/task/rc/dark-256.theme -#include /usr/share/doc/task/rc/dark-red-256.theme -#include /usr/share/doc/task/rc/dark-green-256.theme -#include /usr/share/doc/task/rc/dark-blue-256.theme -#include /usr/share/doc/task/rc/dark-violets-256.theme -#include /usr/share/doc/task/rc/dark-yellow-green.theme -#include /usr/share/doc/task/rc/dark-gray-256.theme -#include /usr/share/doc/task/rc/dark-gray-blue-256.theme -#include /usr/share/doc/task/rc/solarized-dark-256.theme -#include /usr/share/doc/task/rc/solarized-light-256.theme -#include /usr/share/doc/task/rc/no-color.theme - -color.blocking=black on color13 -color.error=bold black on red - -###### GTD Configuration ###### -### 'in' Report Definition -report.in.columns = id,description -report.in.description = Inbox -report.in.filter = status:pending limit:page (+in) -report.in.labels = ID,Description - -### 'inConky' Report Definition -report.inConky.columns = description -report.inConky.description = Inbox for Conky -report.inConky.filter = status:pending limit:page (+in) -report.inConky.labels = Description -# -### 'todo' Report Definition -report.todo.columns = id,description,due -report.todo.labels = ID,Description,Due -report.todo.description = Tasks with due dates -report.todo.filter = status:pending and due.after:now and due.before:later -report.todo.sort = due+ -report.todo.dateformat = D/M, a @H:N - -### 'todo to Show in Conky' Report Definition -report.todoConky.columns = description,due -report.todoConky.labels = Description, Due -report.todoConky.description = Tasks to do -report.todoConky.sort = due+ -report.todoConky.filter = status:pending and due.after:now and due.before:later -report.todoConky.dateformat = D-M-y H:N (A) - -### report for focus script -report.custom_focus.columns = description,start.age -report.custom_focus.labels = Description,active -report.custom_focus.description = Task to feed to focus script -report.custom_focus.filter = status:pending and +ACTIVE - -### report for stopping the focused task -report.custom_stop.columns = id -report.custom_stop.labels = ID -report.custom_stop.description = Task id to feed to stop script -report.custom_stop.filter = status:pending and +ACTIVE - -### contexts -context.home = +@home or +@online -context.work = +@work or +@online - -### user defined attribute brainpower (difficulty of tasks) -uda.brainpower.type = string -uda.brainpower.label = Brainpower -uda.brainpower.values = H,M,L -uda.brainpower.default = M - -### overriding 'next' report -report.next.description = Most urgent tasks -report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower -report.next.filter = +UNBLOCKED status:pending and due.none: and +next -report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower -report.next.sort = brainpower-,priority-,urgency- - -calendar.details=full diff --git a/.taskrc##c.desktop,h.maus b/.taskrc##c.desktop,h.maus new file mode 100644 index 0000000..a29ff5f --- /dev/null +++ b/.taskrc##c.desktop,h.maus @@ -0,0 +1,93 @@ +# [Created by task 2.5.1 2/6/2017 17:29:09] +# Taskwarrior program configuration file. +# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', +# 'man task-sync' or 'man taskrc' + +# Here is an example of entries that use the default, override and blank values +# variable=foo -- By specifying a value, this overrides the default +# variable= -- By specifying no value, this means no default +# #variable=foo -- By commenting out the line, or deleting it, this uses the default + +# Use the command 'task show' to see all defaults and overrides + +# Files +data.location=/home/yigit/Nextcloud/.task + +# Color theme (uncomment one to use) +#include /usr/share/doc/task/rc/light-16.theme +#include /usr/share/doc/task/rc/light-256.theme +#include /usr/share/doc/task/rc/dark-16.theme +#include /usr/share/doc/task/rc/dark-256.theme +#include /usr/share/doc/task/rc/dark-red-256.theme +#include /usr/share/doc/task/rc/dark-green-256.theme +#include /usr/share/doc/task/rc/dark-blue-256.theme +#include /usr/share/doc/task/rc/dark-violets-256.theme +#include /usr/share/doc/task/rc/dark-yellow-green.theme +#include /usr/share/doc/task/rc/dark-gray-256.theme +#include /usr/share/doc/task/rc/dark-gray-blue-256.theme +#include /usr/share/doc/task/rc/solarized-dark-256.theme +#include /usr/share/doc/task/rc/solarized-light-256.theme +#include /usr/share/doc/task/rc/no-color.theme + +color.blocking=black on color13 +color.error=bold black on red + +###### GTD Configuration ###### +### 'in' Report Definition +report.in.columns = id,description +report.in.description = Inbox +report.in.filter = status:pending limit:page (+in) +report.in.labels = ID,Description + +### 'inConky' Report Definition +report.inConky.columns = description +report.inConky.description = Inbox for Conky +report.inConky.filter = status:pending limit:page (+in) +report.inConky.labels = Description +# +### 'todo' Report Definition +report.todo.columns = id,description,due +report.todo.labels = ID,Description,Due +report.todo.description = Tasks with due dates +report.todo.filter = status:pending and due.after:now and due.before:later +report.todo.sort = due+ +report.todo.dateformat = D/M, a @H:N + +### 'todo to Show in Conky' Report Definition +report.todoConky.columns = description,due +report.todoConky.labels = Description, Due +report.todoConky.description = Tasks to do +report.todoConky.sort = due+ +report.todoConky.filter = status:pending and due.after:now and due.before:later +report.todoConky.dateformat = D-M-y H:N (A) + +### report for focus script +report.custom_focus.columns = description,start.age +report.custom_focus.labels = Description,active +report.custom_focus.description = Task to feed to focus script +report.custom_focus.filter = status:pending and +ACTIVE + +### report for stopping the focused task +report.custom_stop.columns = id +report.custom_stop.labels = ID +report.custom_stop.description = Task id to feed to stop script +report.custom_stop.filter = status:pending and +ACTIVE + +### contexts +context.home = +@home or +@online +context.work = +@work or +@online + +### user defined attribute brainpower (difficulty of tasks) +uda.brainpower.type = string +uda.brainpower.label = Brainpower +uda.brainpower.values = H,M,L +uda.brainpower.default = M + +### overriding 'next' report +report.next.description = Most urgent tasks +report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower +report.next.filter = +UNBLOCKED status:pending and due.none: and +next +report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower +report.next.sort = brainpower-,priority-,urgency- + +calendar.details=full -- cgit v1.2.3-70-g09d2