Compare commits

..
3 Commits
Author SHA1 Message Date
hulthe 395e6b1576 waybar: Tweak workspace indicator color 2022-05-31 18:09:15 +02:00
hulthe 4893183607 Add gitrecap command 2022-05-31 18:08:54 +02:00
hulthe b8663def4e Add script to connect to headphones 2022-05-31 18:03:46 +02:00
4 changed files with 15 additions and 3 deletions
+1
View File
@@ -39,6 +39,7 @@ abbr --add gr git reset
abbr --add gst git status
abbr --add gsta git stash push
abbr --add gstp git stash pop
abbr --add grc gitrecap # custom recap command
fish_vi_key_bindings
+3 -3
View File
@@ -52,9 +52,9 @@ window#waybar.chromium {
}
#workspaces button.focused {
background-color: rgba(53, 96, 161, 1.0);
color: #ffffff;
box-shadow: inset 0 -3px #3560a1;
background-color: #f5deb3;
color: #696969;
box-shadow: inset 0 -3px #4b4437;
}
#workspaces button.urgent {
+5
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
View File
@@ -0,0 +1,6 @@
#!/bin/sh
set -x
bluetoothctl power on
bluetoothctl connect 94:DB:56:41:C0:38