This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# requires curl and jq | |
# assumes usage of Gitlab API v4 | |
# hella hacky | |
url="https://git.example.net" | |
token="abcdefghijklmnop" | |
username="$1" | |
# output is always paginated - get total number of pages from http header |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set $mod Mod1 | |
set $mod4 Mod4 | |
set $tag1 "1: WORK" | |
set $tag2 "2: OTHER" | |
set $tag3 "3: COMM" | |
set $tag4 "4: UTILS" | |
set $tag5 "5: SPTFY" | |
# Font for window titles. Will also be used by the bar unless a different font |