small pixel drawing of a pufferfish dotfiles

Add git aliases, strip date, use true mm keys
j3s j3s@c3f.net
Sat, 21 Dec 2019 18:31:55 -0600
commit

0617f593009b35bf987a9b65ddb715a0bff45077

parent

857d6a6dc91c7edc2453083e6071d6ad31cfc7da

2 files changed, 6 insertions(+), 4 deletions(-)

jump to
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