New backup 2026-03-09 13:04:37
This commit is contained in:
parent
c61b2742af
commit
8b4bcd320d
4 changed files with 11 additions and 8 deletions
2
de/home/.config/kded5rc
Normal file
2
de/home/.config/kded5rc
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[Module-statusnotifierwatcher]
|
||||||
|
autoload=false
|
||||||
|
|
@ -28,11 +28,11 @@ month=$(date +%m)
|
||||||
month_locale=$(date +%b)
|
month_locale=$(date +%b)
|
||||||
day=$(date +%d)
|
day=$(date +%d)
|
||||||
|
|
||||||
minutes_path="${minutes_dir}/${meeting_type} Meetings/${year}-${month}-${day}.wiki"
|
minutes_path="${minutes_dir}/${meeting_type} Meetings/${year}-${month}-${day}.wikitext"
|
||||||
meeting_template="${template_dir}/${1}_meeting"
|
meeting_template="${template_dir}/${1}_meeting"
|
||||||
|
|
||||||
printf '* %s %s, %s at the [house]\n' "${month_locale}" "${day}" "${year}" >"${minutes_path}"
|
printf '* %s %s, %s at the [house]\n' "${month_locale}" "${day}" "${year}" >"${minutes_path}"
|
||||||
cat "${meeting_template}" | tail -n+2 | sed 's/
//g' >>"${minutes_path}"
|
cat "${meeting_template}" | tail -n+2 | sed 's/
//g' >>"${minutes_path}"
|
||||||
|
|
||||||
cd "${template_dir}"
|
cd "${template_dir}"
|
||||||
alacritty -e nvim "${minutes_path}"
|
alacritty -e hx "${minutes_path}"
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ Locked=1
|
||||||
Name=Development
|
Name=Development
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=development
|
Path=development
|
||||||
StoreID=30267575
|
StoreID=2ccf13ae
|
||||||
ShowSelector=1
|
ShowSelector=1
|
||||||
|
|
||||||
[Profile0]
|
[Profile0]
|
||||||
|
|
@ -26,11 +26,6 @@ ShowSelector=0
|
||||||
StartWithLastProfile=1
|
StartWithLastProfile=1
|
||||||
Version=2
|
Version=2
|
||||||
|
|
||||||
[Profile4]
|
|
||||||
Name=testing
|
|
||||||
IsRelative=1
|
|
||||||
Path=4z689ygf.testing
|
|
||||||
|
|
||||||
[Install6C4726F70D182CF7]
|
[Install6C4726F70D182CF7]
|
||||||
Default=penelope
|
Default=penelope
|
||||||
Locked=1
|
Locked=1
|
||||||
|
|
@ -40,3 +35,8 @@ Name=School
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=school
|
Path=school
|
||||||
|
|
||||||
|
[Profile4]
|
||||||
|
Name=testing
|
||||||
|
IsRelative=1
|
||||||
|
Path=4z689ygf.testing
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -64,3 +64,4 @@
|
||||||
.local/bin/sway-screenshot
|
.local/bin/sway-screenshot
|
||||||
.local/bin/wofi-calc
|
.local/bin/wofi-calc
|
||||||
.config/swayr
|
.config/swayr
|
||||||
|
.config/kded5rc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue