CLEANUP: Unused configs

This commit is contained in:
Gwendolin Kummer 2020-09-20 15:18:09 +02:00
parent 295e169340
commit 5867d147de
18 changed files with 8 additions and 2479 deletions

View File

@ -1,53 +0,0 @@
## msmtp config file
#
# Based on config from https://github.com/LukeSmithxyz/mutt-wizard
## graf.jeanclaude@gmail.com
IMAPStore graf.jeanclaude@gmail.com-remote
Host imap.gmail.com
Port 993
User graf.jeanclaude@gmail.com
PassCmd "pass Mail/graf.jeanclaude@gmail.com"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
MaildirStore graf.jeanclaude@gmail.com-local
Subfolders Verbatim
Path ~/.local/share/mail/graf.jeanclaude@gmail.com/
Inbox ~/.local/share/mail/graf.jeanclaude@gmail.com/INBOX
Flatten .
Channel graf.jeanclaude@gmail.com
Expunge Both
Master :graf.jeanclaude@gmail.com-remote:
Slave :graf.jeanclaude@gmail.com-local:
Patterns * !"[Gmail]/All Mail"
Create Both
SyncState *
MaxMessages 0
ExpireUnread no
## jeanggi90@gmail.com
IMAPStore jeanggi90@gmail.com-remote
Host imap.gmail.com
Port 993
User jeanggi90@gmail.com
PassCmd "pass Mail/jeanggi90@gmail.com"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
MaildirStore jeanggi90@gmail.com-local
Subfolders Verbatim
Path ~/.local/share/mail/jeanggi90@gmail.com/
Inbox ~/.local/share/mail/jeanggi90@gmail.com/INBOX
Flatten .
Channel jeanggi90@gmail.com
Expunge Both
Master :jeanggi90@gmail.com-remote:
Slave :jeanggi90@gmail.com-local:
Patterns * !"[Gmail]/All Mail"
Create Both
SyncState *
MaxMessages 0
ExpireUnread no

View File

@ -1,23 +0,0 @@
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /var/log/msmtp.log
# graf.jeanclaude@gmail.com
account graf.jeanclaude@gmail.com
host smtp.gmail.com
port 587
from graf.jeanclaude@gmail.com
user graf.jeanclaude@gmail.com
passwordeval "pass Mail/graf.jeanclaude@gmail.com"
# jeanggi90@gmail.com
account jeanggi90@gmail.com
host smtp.gmail.com
port 587
from jeanggi90@gmail.com
user jeanggi90@gmail.com
passwordeval "pass Mail/jeanggi90@gmail.com"
# vim: filetype=msmtp

View File

@ -1,35 +0,0 @@
# muttrc file for account graf.jeanclaude@gmail.com
## Idenfitication
set realname = "Jean-Claude Graf"
set from = "graf.jeanclaude@gmail.com"
#alias me Jean-Claude Graf <graf.jeanclaude@gmail.com>
# set sig_dashes = "no"
# set signature = "somePath"
## Cache
set header_cache = "~/.cache/mutt/graf.jeanclaude@gmail.com/headers"
set message_cachedir = "~/.cache/mutt/graf.jeanclaude@gmail.com/bodies"
## Maildir
set mbox_type = Maildir
set folder = "~/.local/share/mail/graf.jeanclaude@gmail.com"
set spoolfile = "+INBOX"
set record = "+[Gmail].Sent\ Mail"
set postponed = "+[Gmail].Drafts"
set trash = "+[Gmail].Bin"
mailboxes "=INBOX" "=[Gmail].Drafts" "=[Gmail].Spam" "=[Gmail].Sent\ Mail" "=[Gmail].Bin"
## Sendmail
set sendmail = "msmtp -a graf.jeanclaude@gmail.com"
## Binds
#bind index,pager gg noop
#bind index,pager g noop
#bind index,pager M noop
#bind index,pager C noop
#bind index gg first-entry
#macro index o "<shell-escape>mailsync -V graf_jeanclaude-gmail<enter>" "run mbsync to sync graf_jeanclaude-gmail"
#unmailboxes *
# vim: filetype=neomuttrc

View File

@ -1,27 +0,0 @@
# muttrc file for account jeanggi90@gmail.com
## Identification
set realname = "Jean-Claude"
set from = "jeanggi90@gmail.com"
# set sig_dashes = "no"
# set signature = "somePath"
#alias me jeanggi90@gmail.com <jeanggi90@gmail.com>
## Cache
set header_cache = "~/.cache/mutt/jeanggi90@gmail.com/headers"
set message_cachedir = "~/.cache/mutt/jeanggi90@gmail.com/bodies"
## Maildir
set mbox_type = Maildir
set folder = "~/.local/share/mail/jeanggi90@gmail.com"
set spoolfile = "+INBOX"
set record = "+[Gmail].Sent\ Mail"
set postponed = "+[Gmail].Drafts"
set trash = "+[Gmail].Bin"
mailboxes "=INBOX" "=[Gmail].Drafts" "=[Gmail].Spam" "=[Gmail].Sent\ Mail" "=[Gmail].Bin"
# Sendmail
set sendmail = "msmtp -a jeanggi90@gmail.com"
# vim: filetype=neomuttrc

View File

@ -1,5 +0,0 @@
text/html; qutebrowser --target window %s; nametemplate=%s.html; copiousoutput
application/pdf; zathura %s; copiousoutput;
application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s; copiousoutput;
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; libreoffice %s; copiousoutput;
image/png; feh %s; copiousoutput

View File

@ -1,111 +0,0 @@
## muttrc config file
#
# Based on config from https://github.com/LukeSmithxyz/mutt-wizard
## General
set sort = 'reverse-date'
set date_format="%d/%m/%y %H:%M"
set index_format="%2C %zs %?X?A& ? %D %-15.15F %s (%-4.4c)"
set markers = no # Disables the `+` displayed at line wraps
set mailcap_path = ~/.config/mutt/mailcap
## Bindings
bind index l display-message
bind pager,attach h exit
bind pager j next-line
bind pager k previous-line
bind index,pager d delete-message
bind index,pager D purge-message
bind index,pager u undelete-message
## Sidebar
set sidebar_visible = yes
set sidebar_width = 20
set sidebar_short_path = yes
set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S"
bind index,pager B sidebar-toggle-visible
bind index,pager \Ck sidebar-prev
bind index,pager \Cj sidebar-next
bind index,pager \Co sidebar-open
## Color
color index yellow default '.*'
color index_author red default '.*'
color index_number blue default
color index_subject cyan default '.*'
# New mail is boldened:
color index brightyellow black "~N"
color index_author brightred black "~N"
color index_subject brightcyan black "~N"
# Tagged mail is highlighted:
color index brightyellow blue "~T"
color index_author brightred blue "~T"
color index_subject brightcyan blue "~T"
# Sidebar
color sidebar_divider brightblack black
color sidebar_flagged blue default
color sidebar_indicator red default # Currently open
color sidebar_new green black
#color sidebar_ordinary magenta default
#color sidebar_spoolfile alertred default
#color sidebar_unread green default
color sidebar_highlight red default # Currently selected
# Other colors and aesthetic settings:
mono bold bold
mono underline underline
mono indicator reverse
mono error bold
color normal default default
color indicator brightblack white
color sidebar_highlight red default
color sidebar_divider brightblack black
color sidebar_flagged red black
color sidebar_new green black
color normal brightyellow default
color error red default
color tilde black default
color message cyan default
color markers red white
color attachment white default
color search brightmagenta default
color status brightyellow black
color hdrdefault brightgreen default
color quoted green default # Original text in reply
color quoted1 blue default
color quoted2 cyan default
color quoted3 yellow default
color quoted4 red default
color quoted5 brightred default
color signature brightgreen default
color bold black default
color underline black default
color normal default default
# Regex highlighting:
color header blue default ".*"
color header brightmagenta default "^(From)"
color header brightcyan default "^(Subject)"
color header brightwhite default "^(CC|BCC)"
color body brightred default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" # Email addresses
color body brightblue default "(https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+" # URL
color body green default "\`[^\`]*\`" # Green text between ` and `
color body brightblue default "^# \.*" # Headings as bold blue
color body brightcyan default "^## \.*" # Subheadings as bold cyan
color body brightgreen default "^### \.*" # Subsubheadings as bold green
color body yellow default "^(\t| )*(-|\\*) \.*" # List items as yellow
color body brightcyan default "[;:][-o][)/(|]" # emoticons
color body brightcyan default "[;:][)(|]" # emoticons
color body brightcyan default "[ ][*][^*]*[*][ ]?" # more emoticon?
color body brightcyan default "[ ]?[*][^*]*[*][ ]" # more emoticon?
color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
## Source Accounts
source "~/.config/mutt/accounts/graf.jeanclaude@gmail.com.muttrc"
source "~/.config/mutt/accounts/jeanggi90@gmail.com.muttrc"
# vim: filetype=neomuttrc

View File

@ -1,48 +0,0 @@
# General
auto-reload yes
datetime-format "%d/%m/%y"
show-keymap-hint no
# Keybindings
bind-key j down
bind-key k up
bind-key g home
bind-key G end
bind-key l open
bind-key h quit
#Header
feedlist-title-format "%?F?Feeds&Your feeds? (%u unread, %t total)%?F? matching filter `%F'&?%?T? - tag `%T'&?"
articlelist-title-format "Articles in feed '%T' (%u unread, %t total)%?F? matching filter `%F'&? - %U"
searchresult-title-format "Search results (%u unread, %t total)%?F? matching filter `%F'&?"
filebrowser-title-format "%?O?Open File&Save File? - %f"
dirbrowser-title-format "%?O?Open Directory&Save File? - %f"
help-title-format "Help"
selecttag-title-format "Select Tag"
selectfilter-title-format "Select Filter"
itemview-title-format "Article '%T' (%u unread, %t total)"
urlview-title-format "URLs"
dialogs-title-format "Dialogs"
# Colors
color listnormal cyan default
color listnormal_unread green default bold
color listfocus blue black standout bold
color listfocus_unread green white standout bold
color info yellow black bold
color article white black
# Urls
browser "qutebrowser --target window %u"
macro , open-in-browser
macro v set browser "mpv %u" ; open-in-browser ; set browser "qutebrowser --target window %u"
highlight all "---.*---" yellow
highlight feedlist ".*(0/0))" black
#highlight feedlist "<no title>" black
highlight article "(^Title:.*|^Author:.*)" cyan default bold
highlight article "(^Feed:.*|^Author:.*)" magenta default bold
highlight article "(^Date:.*)" blue default
highlight article "https?://[^ ]+" red default
highlight article "(^Link:.*)" blue default

3
Scripts/mountBackup.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
sudo cryptsetup open $1 backup && sudo mount /dev/mapper/backup /mnt/backup

3
Scripts/umountBackup.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
sudo umount /mnt/backup && sudo cryptsetup close /dev/mapper/backup

View File

@ -3,7 +3,7 @@
border.width: 0
window.client.padding.width: 0
window.client.padding.height: 0
window.handle.width: 0
window.handle.width: 6
padding.width: 4
padding.height: 4
window.active.border.color: #ffffff

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +0,0 @@
[redshift]
temp-day=5700
temp-night=3000
location-provider=manual
[manual]
lat=47.55
lon=7.59

View File

@ -1,160 +0,0 @@
# i3 config file (v4)
set $mod Mod4
font pango: Hack 10
# Colors
set_from_resource $color0 color0 #000000
set_from_resource $color8 color8 #000000
set_from_resource $color1 color1 #000000
set_from_resource $color9 color9 #000000
set_from_resource $color2 color2 #000000
set_from_resource $color10 color10 #000000
set_from_resource $color3 color3 #000000
set_from_resource $color11 color11 #000000
set_from_resource $color4 color4 #000000
set_from_resource $color12 color12 #000000
set_from_resource $color5 color5 #000000
set_from_resource $color13 color13 #000000
set_from_resource $color6 color6 #000000
set_from_resource $color14 color14 #000000
set_from_resource $color7 color7 #000000
set_from_resource $color15 color15 #000000
# Workspace Name
set $ws1 "1. "
set $ws2 "2"
set $ws3 "3"
set $ws4 "4"
set $ws5 "5"
set $ws6 "6"
set $ws7 "7"
set $ws8 "8"
set $ws9 "9. "
set $ws10 "10. "
# window colors
# border background text indicator
client.focused $color8 $color4 $color15 $color8
client.unfocused $color8 $color8 $color7 $color8
client.focused_inactive $color8 $color8 $color7 $color8
client.urgent $color1 $color1 $color15 $color8
# Bar
bar {
status_command i3blocks
tray_output none
colors {
background $color8
# border background text
focused_workspace $color8 $color8 $color15
inactive_workspace $color8 $color8 $color7
urgent_workspace $color1 $color1 $color15
}
}
## Focus
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
## Move
bindsym $mod+Shift+h move left
bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
## View modes
bindsym $mod+g split h
bindsym $mod+v split v
bindsym $mod+f fullscreen toggle
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# Floating windows
## Use Mouse+$mod to drag floating windows
floating_modifier $mod
bindsym $mod+Shift+space floating toggle
bindsym $mod+space focus mode_toggle
# focus the parent container
#bindsym $mod+a focus parent
# focus the child container
#bindsym $mod+d focus child
# Workspace
bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace $ws2
bindsym $mod+3 workspace $ws3
bindsym $mod+4 workspace $ws4
bindsym $mod+5 workspace $ws5
bindsym $mod+6 workspace $ws6
bindsym $mod+7 workspace $ws7
bindsym $mod+8 workspace $ws8
bindsym $mod+9 workspace $ws9
bindsym $mod+0 workspace $ws10
bindsym $mod+Shift+1 move container to workspace $ws1
bindsym $mod+Shift+2 move container to workspace $ws2
bindsym $mod+Shift+3 move container to workspace $ws3
bindsym $mod+Shift+4 move container to workspace $ws4
bindsym $mod+Shift+5 move container to workspace $ws5
bindsym $mod+Shift+6 move container to workspace $ws6
bindsym $mod+Shift+7 move container to workspace $ws7
bindsym $mod+Shift+8 move container to workspace $ws8
bindsym $mod+Shift+9 move container to workspace $ws9
bindsym $mod+Shift+0 move container to workspace $ws10
## Moving workspaces between screens
bindsym $mod+u move workspace to output up
bindsym $mod+i move workspace to output right
# Resize
bindsym $mod+r mode "resize"
mode "resize" {
bindsym h resize shrink width 10 px or 10 ppt
bindsym j resize grow height 10 px or 10 ppt
bindsym k resize shrink height 10 px or 10 ppt
bindsym l resize grow width 10 px or 10 ppt
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+r mode "default"
}
# Keybindings
bindsym $mod+Shift+q kill
bindsym $mod+Shift+c reload
bindsym $mod+Shift+r restart
bindsym $mod+Return exec --no-startup-id termite
bindsym $mod+d exec --no-startup-id rofi -show run
bindsym $mod+Shift+e exec --no-startup-id rofimoji --max-recent=10 --rofi-args="-show run"
bindsym $mod+shift+x exec --no-startup-id sleep 1 && ~/bin/lock.sh && systemctl suspend
# Autostart
exec_always --no-startup-id feh --bg-scale ~/.config/feh/bg.jpg
exec --no-startup-id picom -f
exec --no-startup-id redshift
exec --no-startup-id dunst -config ~/.config/dunst/dunstrc

View File

@ -1,36 +0,0 @@
# Global properties
separator=false
separator_block_width=20
align=center
command=~/.config/i3scripts/$BLOCK_NAME
markup=pango
# Bar
[unreadMails]
command=printf "" && ~/bin/mailChecker.sh -s
label=
interval=10
[loadAverage]
label=
interval=10
[temperature]
label=
interval=2
[battery]
command=printf "" && ~/bin/battery.sh -s
interval=30
[date]
label=
command=printf "" && date '+%a %d.%m'
interval=60
[time]
label=
command=printf "" && date '+%k:%M:%S' | xargs
interval=1

View File

@ -1,5 +0,0 @@
#!/bin/sh
load="$(cut -d ' ' -f1 /proc/loadavg)"
echo "$load"

View File

@ -1,5 +0,0 @@
#!/bin/bash
temperature=$( sensors | grep -oP 'Package.*?\+\K[0-9.]+' )
echo $temperature°C

View File

@ -1,20 +0,0 @@
#!/bin/bash
## Retrieves the total number of unread mails from a maildir
mailDir=~/.local/share/mail/
addresses=("graf.jeanclaude@gmail.com" "jeanggi90@gmail.com")
mailboxes=("/INBOX/cur" "/INBOX/new")
totalUnread=0
for i in "${addresses[@]}"
do
for j in "${mailboxes[@]}"
do
inboxDir="${mailDir}${i}${j}"
unread=$(find $inboxDir -type f | grep -vE ',[^,]*S[^,]*$' | wc -l)
totalUnread=$(($totalUnread + $unread))
done
done
echo $totalUnread

1
xmm7360-pci Submodule

@ -0,0 +1 @@
Subproject commit 0060149958d00b9cec87b73cd610c136f69e5275