Add git aliases, strip date, use true mm keys
j3s j3s@c3f.net
Sat, 21 Dec 2019 18:31:55 -0600
2 files changed,
6 insertions(+),
4 deletions(-)
M
.config/git/config
→
.config/git/config
@@ -3,6 +3,8 @@ s = status
d = diff p = pull --prune ds = diff --staged + d1 = diff HEAD~1 HEAD + d2 = diff HEAD~2 HEAD co = checkout br = branch amend = commit --amend -m
M
.config/sway/config
→
.config/sway/config
@@ -75,9 +75,9 @@ #
# firstly, enable floating for da float class for_window [class="floatme"] floating enable - # brightness - bindsym $mod+Up exec light -A 10 - bindsym $mod+Down exec light -U 10 + # multimedia + bindsym --locked XF86MonBrightnessUp exec --no-startup-id light -A 10 + bindsym --locked XF86MonBrightnessDown exec --no-startup-id light -U 10 # Start a terminal bindsym $mod+Return exec $term@@ -218,7 +218,7 @@ position top
# When the status_command prints a new line to stdout, swaybar updates. # The default just shows the current date and time. - status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done + status_command while date +'%Y-%m-%d%l:%M %p'; do sleep 1; done colors { statusline #ffffff