diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-10-19 14:31:43 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-10-19 14:31:43 -0400 |
commit | b178dfbf7dab1b1f0ae96bc975f2fcd7934f57bc (patch) | |
tree | 01d7e6e5d1a5ddfe543a16e76cd40b4f4b5157f0 /home-config | |
parent | ae349ed96bf2dda5dabeef009e48ec7d277af73d (diff) |
added cheat sheet generation command
Diffstat (limited to 'home-config')
-rw-r--r-- | home-config/bashrc | 1 | ||||
-rw-r--r-- | home-config/waybar/config | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/home-config/bashrc b/home-config/bashrc index 03d6b54..99aa8cc 100644 --- a/home-config/bashrc +++ b/home-config/bashrc | |||
@@ -43,6 +43,7 @@ alias dh='guix home -L ~/.config/guix/modules reconfigure ~/.config/guix/home-co | |||
43 | alias gc='git -C ~/.config/guix add . && git -C ~/.config/guix commit && git -C ~/.config/guix push all' | 43 | alias gc='git -C ~/.config/guix add . && git -C ~/.config/guix commit && git -C ~/.config/guix push all' |
44 | alias cg='git -C ~/.config/guix pull' | 44 | alias cg='git -C ~/.config/guix pull' |
45 | alias cgh='git -C ~/.config/guix pull stationeryh main' | 45 | alias cgh='git -C ~/.config/guix pull stationeryh main' |
46 | alias gencs="awk 'BEGIN {print \"# Crib Sheet\"} /<!-- START CS -->/,/<!-- END CS -->/ {if (! /<!-- START CS -->/ && ! /<!-- END CS -->/) print; if (/<!-- END CS -->/) print \"\"}' notes.mkd | pandoc -f gfm -t pdf | zathura -" | ||
46 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share | 47 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share |
47 | 48 | ||
48 | # GPG SETUP FOR SSH | 49 | # GPG SETUP FOR SSH |
diff --git a/home-config/waybar/config b/home-config/waybar/config index df9f6bb..8721a6a 100644 --- a/home-config/waybar/config +++ b/home-config/waybar/config | |||
@@ -107,7 +107,7 @@ | |||
107 | "exec-if": "ping wttr.in -c1" | 107 | "exec-if": "ping wttr.in -c1" |
108 | }, | 108 | }, |
109 | "custom/weather": { | 109 | "custom/weather": { |
110 | "format": "{} °", | 110 | "format": "{} °F", |
111 | "tooltip": true, | 111 | "tooltip": true, |
112 | "interval": 3600, | 112 | "interval": 3600, |
113 | "exec": "exit=101; while [ $exit = 101 ]; do wttrbar --main-indicator temp_F --fahrenheit; exit=$(echo $?); sleep 1; done", | 113 | "exec": "exit=101; while [ $exit = 101 ]; do wttrbar --main-indicator temp_F --fahrenheit; exit=$(echo $?); sleep 1; done", |