mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
added screenrc weechat colors
This commit is contained in:
parent
3dcdd1b96c
commit
2a6bcafa0c
@ -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
|
||||
|
||||
|
1
.screenrc
Normal file
1
.screenrc
Normal file
@ -0,0 +1 @@
|
||||
term screen-256color
|
Loading…
Reference in New Issue
Block a user