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

@ -2,7 +2,7 @@
# .config/polybar/config
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
# Severin Kaderli <severin@kaderli.dev>
#
# DESCRIPTION:
# This file contains my Polybar configuration
@ -105,6 +105,17 @@ label-urgent-foreground = ${settings.foreground-color}
label-urgent-background = ${settings.background-color}
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 #

View file

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

View file

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