Compare commits

..

3 Commits

Author SHA1 Message Date
395e6b1576 waybar: Tweak workspace indicator color 2022-05-31 18:09:15 +02:00
4893183607 Add gitrecap command 2022-05-31 18:08:54 +02:00
b8663def4e Add script to connect to headphones 2022-05-31 18:03:46 +02:00
4 changed files with 15 additions and 3 deletions

View File

@ -39,6 +39,7 @@ abbr --add gr git reset
abbr --add gst git status abbr --add gst git status
abbr --add gsta git stash push abbr --add gsta git stash push
abbr --add gstp git stash pop abbr --add gstp git stash pop
abbr --add grc gitrecap # custom recap command
fish_vi_key_bindings fish_vi_key_bindings

View File

@ -52,9 +52,9 @@ window#waybar.chromium {
} }
#workspaces button.focused { #workspaces button.focused {
background-color: rgba(53, 96, 161, 1.0); background-color: #f5deb3;
color: #ffffff; color: #696969;
box-shadow: inset 0 -3px #3560a1; box-shadow: inset 0 -3px #4b4437;
} }
#workspaces button.urgent { #workspaces button.urgent {

5
tree/.local/bin/gitrecap Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env fish
set MY_LATEST_COMMIT (git log --author "joakim@hulthe.net" --pretty=format:%H | head -n 1)
git diff $MY_LATEST_COMMIT

6
tree/.local/bin/lurar Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -x
bluetoothctl power on
bluetoothctl connect 94:DB:56:41:C0:38