Change email in all files
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
607cab9e94
commit
348ece6f11
49 changed files with 78 additions and 45 deletions
|
@ -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 #
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# update-count
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin.kaderli@gmail.com>
|
||||
# Severin Kaderli <severin@kaderli.dev>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# Returns the outstanding system updates.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue