move to bumblebee-status for status bar
This commit is contained in:
parent
8d1ccb9bda
commit
e3199d70c4
2 changed files with 32 additions and 21 deletions
|
@ -1,17 +1,28 @@
|
||||||
# i3bar config
|
# i3bar config
|
||||||
bar {
|
#bar {
|
||||||
mode dock
|
# mode dock
|
||||||
status_command ~/.local/bin/py3status
|
# status_command ~/.local/bin/py3status
|
||||||
strip_workspace_numbers yes
|
# strip_workspace_numbers yes
|
||||||
position bottom
|
# position bottom
|
||||||
font pango:Font Awesome 5 Free Solid 10
|
# font pango:Font Awesome 5 Free Solid 10
|
||||||
separator_symbol "⸽"
|
# separator_symbol "⸽"
|
||||||
colors {
|
# colors {
|
||||||
statusline #686f9a
|
# statusline #686f9a
|
||||||
separator #5ccc96
|
# separator #5ccc96
|
||||||
# background #2f343f
|
## background #2f343f
|
||||||
# background #30365FCF
|
## background #30365FCF
|
||||||
background #30365F90
|
# background #30365F90
|
||||||
}
|
# }
|
||||||
|
|
||||||
|
#}
|
||||||
|
#
|
||||||
|
#
|
||||||
|
bar {
|
||||||
|
font pango:Inconsolata 10
|
||||||
|
strip_workspace_numbers yes
|
||||||
|
status_command ~/.local/bin/bumblebee-status \
|
||||||
|
-m playerctl pasink pasource brightness bluetooth battery-upower arandr time \
|
||||||
|
-p time.format="%H:%M" \
|
||||||
|
-a playerctl \
|
||||||
|
-t greyish-powerline
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Define names for default workspaces
|
# Define names for default workspaces
|
||||||
# don't use quotes and spaces like the example, run it all together or the restore won't work
|
# don't use quotes and spaces like the example, run it all together or the restore won't work
|
||||||
set $ws1 1:fire
|
set $ws1 1:
|
||||||
set $ws2 2:comment
|
set $ws2 2:
|
||||||
set $ws3 3:terminal
|
set $ws3 3:
|
||||||
set $ws4 4:code
|
set $ws4 4:
|
||||||
set $ws5 5:music
|
set $ws5 5:🎝
|
||||||
set $ws6 6:tasks
|
set $ws6 6:
|
||||||
set $ws7 7:palette
|
set $ws7 7:
|
||||||
set $ws8 8
|
set $ws8 8
|
||||||
set $ws9 9
|
set $ws9 9
|
||||||
set $ws10 10
|
set $ws10 10
|
||||||
|
|
Loading…
Reference in a new issue