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
|
||||
bar {
|
||||
mode dock
|
||||
status_command ~/.local/bin/py3status
|
||||
strip_workspace_numbers yes
|
||||
position bottom
|
||||
font pango:Font Awesome 5 Free Solid 10
|
||||
separator_symbol "⸽"
|
||||
colors {
|
||||
statusline #686f9a
|
||||
separator #5ccc96
|
||||
# background #2f343f
|
||||
# background #30365FCF
|
||||
background #30365F90
|
||||
}
|
||||
#bar {
|
||||
# mode dock
|
||||
# status_command ~/.local/bin/py3status
|
||||
# strip_workspace_numbers yes
|
||||
# position bottom
|
||||
# font pango:Font Awesome 5 Free Solid 10
|
||||
# separator_symbol "⸽"
|
||||
# colors {
|
||||
# statusline #686f9a
|
||||
# separator #5ccc96
|
||||
## background #2f343f
|
||||
## background #30365FCF
|
||||
# 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
|
||||
# don't use quotes and spaces like the example, run it all together or the restore won't work
|
||||
set $ws1 1:fire
|
||||
set $ws2 2:comment
|
||||
set $ws3 3:terminal
|
||||
set $ws4 4:code
|
||||
set $ws5 5:music
|
||||
set $ws6 6:tasks
|
||||
set $ws7 7:palette
|
||||
set $ws1 1:
|
||||
set $ws2 2:
|
||||
set $ws3 3:
|
||||
set $ws4 4:
|
||||
set $ws5 5:🎝
|
||||
set $ws6 6:
|
||||
set $ws7 7:
|
||||
set $ws8 8
|
||||
set $ws9 9
|
||||
set $ws10 10
|
||||
|
|
Loading…
Reference in a new issue