diff --git a/.config/polybar/config b/.config/polybar/config index 1a31d16..884ab0a 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -52,7 +52,7 @@ font-3 = FontAwesome:pixelsize=14;0 modules-left = i3 xwindow modules-center = -modules-right = backlight volume pkg wlan battery date powermenu +modules-right = backlight volume github pkg wlan battery date powermenu tray-position = right tray-padding = 2 @@ -203,6 +203,13 @@ ws-icon-7 = 8; ws-icon-8 = 9; ws-icon-9 = 10; +[module/github] +type = internal/github +token = ${env:GITHUB_API_TOKEN} + +label = "%{u#2aa198}%{F#5b} %{F-}%notifications%%{u-}" +;format-prefix = "%{F#5b}%{F-}" + [module/mpd] type = internal/mpd diff --git a/.screenrc b/.screenrc new file mode 100644 index 0000000..396d291 --- /dev/null +++ b/.screenrc @@ -0,0 +1 @@ +term screen-256color