Change email in all files

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-03-07 17:27:17 +01:00
parent 607cab9e94
commit 348ece6f11
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
49 changed files with 78 additions and 45 deletions

View file

@ -4,7 +4,7 @@
# install # install
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This is the main installation script for my dotfiles. It setups the symlinks # This is the main installation script for my dotfiles. It setups the symlinks
@ -46,6 +46,7 @@ LINKED_FILES_HOME=(
".config/httpie" ".config/httpie"
".config/i3" ".config/i3"
".config/mpv" ".config/mpv"
".config/newsboat"
".config/npm" ".config/npm"
".config/polybar" ".config/polybar"
".config/python" ".config/python"

View file

@ -4,7 +4,7 @@
# post-install # post-install
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This is the post-install script for my dotfiles. It should be only run # This is the post-install script for my dotfiles. It should be only run

View file

@ -4,7 +4,7 @@
# .config/X11/xinitrc # .config/X11/xinitrc
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This is the startup script when you start the x-server. # This is the startup script when you start the x-server.

View file

@ -2,7 +2,7 @@
! .Xresources ! .Xresources
! !
! AUTHOR: ! AUTHOR:
! Severin Kaderli <severin.kaderli@gmail.com> ! Severin Kaderli <severin@kaderli.dev>
! !
! DESCRIPTION: ! DESCRIPTION:
! This contains my Rofi color configuration. ! This contains my Rofi color configuration.

View file

@ -4,7 +4,7 @@
# .config/X11/xsetup # .config/X11/xsetup
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This file setups things that should by started by the x-server like the # This file setups things that should by started by the x-server like the

View file

@ -1 +1 @@
severin.kaderli@gmail.com severin@kaderli.dev

View file

@ -2,7 +2,7 @@
# .config/compton/compton.conf # .config/compton/compton.conf
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This is my compton configuration. # This is my compton configuration.

View file

@ -2,7 +2,7 @@
# .config/cron/crontab # .config/cron/crontab
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This file contains my cronjobs. # This file contains my cronjobs.
@ -14,7 +14,10 @@
*/30 * * * * grive -d -p $HOME/Documents/ >> $HOME/.local/log/cron.log */30 * * * * grive -d -p $HOME/Documents/ >> $HOME/.local/log/cron.log
# Sync pacman databases every 30 minutes # Sync pacman databases every 30 minutes
*/30 * * * * sudo $HOME/.local/bin/sync-package >> $HOME/.local/log/cron.log */30 * * * * sudo $HOME/.local/bin/sync-packages >> $HOME/.local/log/cron.log
# Synchronize notes every 5 minutes # Synchronize notes every 5 minutes
*/5 * * * * $HOME/.local/bin/sync-notes >> $HOME/.local/log/cron.log */5 * * * * $HOME/.local/bin/sync-notes >> $HOME/.local/log/cron.log
# Synchronize rss feeds every 10 minutes
*/10 * * * * $HOME/.local/bin/rss-sync >> $HOME/.local/log/cron.log

View file

@ -4,7 +4,7 @@
# .aliases # .aliases
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This script is used to define aliases for commands. # This script is used to define aliases for commands.

View file

@ -4,7 +4,7 @@
# .env # .env
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This file contains declarations of environment variables. # This file contains declarations of environment variables.

View file

@ -4,7 +4,7 @@
# .keyleds # .keyleds
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This file contains configurations for my keyboard backlight. # This file contains configurations for my keyboard backlight.

View file

@ -2,7 +2,7 @@
# .config/dunst/dunstrc # .config/dunst/dunstrc
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This file contains dunst configuration. # This file contains dunst configuration.

View file

@ -2,7 +2,7 @@
# .config/git/config # .config/git/config
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This is my configuration for Git. # This is my configuration for Git.

View file

@ -2,7 +2,7 @@
# .gtkrc-2.0.mine # .gtkrc-2.0.mine
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This file contains my GTK 2.0 configuration. # This file contains my GTK 2.0 configuration.

View file

@ -2,7 +2,7 @@
# .config/gtk-3.0/settings.ini # .config/gtk-3.0/settings.ini
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This file contains my GTK 3.0 configuration # This file contains my GTK 3.0 configuration

View file

@ -2,7 +2,7 @@
# .config/i3/config # .config/i3/config
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This file contains my i3 configuration. # This file contains my i3 configuration.

Binary file not shown.

View file

@ -0,0 +1 @@
31345

View file

@ -0,0 +1 @@
cache-file /tmp/news.cache

View file

@ -0,0 +1,2 @@
http://stadt-bremerhaven.de/feed
http://feeds.arstechnica.com/arstechnica/index

View file

@ -2,7 +2,7 @@
# .config/polybar/config # .config/polybar/config
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This file contains my Polybar configuration # This file contains my Polybar configuration
@ -105,6 +105,17 @@ label-urgent-foreground = ${settings.foreground-color}
label-urgent-background = ${settings.background-color} label-urgent-background = ${settings.background-color}
label-urgent-padding = ${settings.padding} label-urgent-padding = ${settings.padding}
###############################################################################
# RSS count #
###############################################################################
[module/rss]
type = custom/script
exec = newsboat -x print-unread | cut -d " " -f1
format = <label>
label =  %output%
interval = 60
############################################################################### ###############################################################################
# Update count # # Update count #

View file

@ -4,7 +4,7 @@
# .config/polybar/launch # .config/polybar/launch
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This script kills existing polybar processes and then launches the bars. # This script kills existing polybar processes and then launches the bars.

View file

@ -4,7 +4,7 @@
# update-count # update-count
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# Returns the outstanding system updates. # Returns the outstanding system updates.

View file

@ -2,7 +2,7 @@
; .config/redshift/redshift.conf ; .config/redshift/redshift.conf
; ;
; AUTHOR: ; AUTHOR:
; Severin Kaderli <severin.kaderli@gmail.com> ; Severin Kaderli <severin@kaderli.dev>
; ;
; DESCRIPTION: ; DESCRIPTION:
; This is my Redshift configuration. ; This is my Redshift configuration.

View file

@ -2,7 +2,7 @@
# .config/streamlink/config # .config/streamlink/config
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This is my Streamlink configuration. # This is my Streamlink configuration.

View file

@ -2,7 +2,7 @@
# .config/termite/config # .config/termite/config
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This is my termite configuration. # This is my termite configuration.

View file

@ -2,7 +2,7 @@
" .vimrc " .vimrc
" "
" AUTHOR: " AUTHOR:
" Severin Kaderli <severin.kaderli@gmail.com> " Severin Kaderli <severin@kaderli.dev>
" "
" DESCRIPTION: " DESCRIPTION:
" This is my Vim configuration. " This is my Vim configuration.

View file

@ -4,7 +4,7 @@
# .zlogout # .zlogout
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This script is executed when the login shell exits. # This script is executed when the login shell exits.

View file

@ -4,7 +4,7 @@
# .zprofile # .zprofile
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This script is called when you start a login shell. # This script is called when you start a login shell.

View file

@ -4,7 +4,7 @@
# .zshrc # .zshrc
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This script is called when you start a new shell. # This script is called when you start a new shell.

View file

@ -4,7 +4,7 @@
# cmus-cover # cmus-cover
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# Saves the current cmus cover to a file. # Saves the current cmus cover to a file.

View file

@ -4,7 +4,7 @@
# games # games
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# Displays a game menu using rofi. # Displays a game menu using rofi.

View file

@ -4,7 +4,7 @@
# gw2 # gw2
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# Starts Guild Wars 2 inside Wine. # Starts Guild Wars 2 inside Wine.

View file

@ -4,7 +4,7 @@
# increase-volume # increase-volume
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This script uses pamixer to increase the volume by 5% as long # This script uses pamixer to increase the volume by 5% as long

View file

@ -4,7 +4,7 @@
# music # music
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# Prints out the title of the current playing song using cmus-remote. # Prints out the title of the current playing song using cmus-remote.

View file

@ -4,7 +4,7 @@
# power # power
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# Displays a power menu using rofi. # Displays a power menu using rofi.

View file

@ -4,7 +4,7 @@
# resolution # resolution
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This is the script that is used to setup my monitors. This script # This is the script that is used to setup my monitors. This script

14
system/.local/bin/rss-sync Executable file
View file

@ -0,0 +1,14 @@
#!/usr/bin/env bash
#
# SCRIPT NAME:
# rss-sync
#
# AUTHOR:
# Severin Kaderli <severin@kaderli.dev>
#
# DESCRIPTION:
# This script syncs the rss feeds of newsboat.
#
# USAGE:
# ./rss-sync
newsboat -x reload

View file

@ -4,7 +4,7 @@
# screenlock # screenlock
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This script locks the screen using i3lock-fancy. This script is called # This script locks the screen using i3lock-fancy. This script is called

View file

@ -4,7 +4,7 @@
# submodule-update # submodule-update
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# Updates the submodules in all Git repositories in this folder and creates a # Updates the submodules in all Git repositories in this folder and creates a

View file

@ -4,7 +4,7 @@
# sync-notes # sync-notes
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# Sync notes in ~/Notes using git # Sync notes in ~/Notes using git

View file

@ -4,7 +4,7 @@
# sync-packages # sync-packages
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# Syncs the package database of pacman # Syncs the package database of pacman

View file

@ -4,7 +4,7 @@
# todo # todo
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# Lists the TODOs. # Lists the TODOs.

View file

@ -4,7 +4,7 @@
# twitch # twitch
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This script loads a Twitch livestream in a local video player # This script loads a Twitch livestream in a local video player

View file

@ -4,7 +4,7 @@
# upgrade # upgrade
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This script upgrades all pacman packages and globally installed # This script upgrades all pacman packages and globally installed

View file

@ -4,7 +4,7 @@
# utils # utils
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This script provides functions and variables that I use in my other scripts. # This script provides functions and variables that I use in my other scripts.

View file

@ -4,7 +4,7 @@
# wallpaper # wallpaper
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# Sets the wallpaper using feh # Sets the wallpaper using feh

View file

@ -4,7 +4,7 @@
# watch-file # watch-file
# #
# AUTHOR: # AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com> # Severin Kaderli <severin@kaderli.dev>
# #
# DESCRIPTION: # DESCRIPTION:
# This script watches a file for changes and if it changes it # This script watches a file for changes and if it changes it

View file

@ -1,2 +1,2 @@
# Privilege specification for user severin # Privilege specification for user severin
severin ALL=(ALL:ALL) NOPASSWD:/home/severin/.local/bin/sync-package-databases severin ALL=(ALL:ALL) NOPASSWD:/home/severin/.local/bin/sync-packages