added bluetooth menu, switched to supersonic for music
This commit is contained in:
@@ -55,7 +55,7 @@ font-0 = "JetBrainsMonoNL Nerd Font Mono:pixelsize=12;2"
|
||||
|
||||
modules-left = bspwm xwindow
|
||||
modules-center = date
|
||||
modules-right = music systray filesystem memory cpu wlan powermenu
|
||||
modules-right = music systray filesystem memory cpu bluetooth wlan powermenu
|
||||
|
||||
cursor-click = pointer
|
||||
; cursor-scroll = ns-resize
|
||||
@@ -99,7 +99,7 @@ font-0 = "JetBrainsMonoNL Nerd Font Mono:pixelsize=12;2"
|
||||
|
||||
modules-left = bspwm xwindow
|
||||
modules-center = date
|
||||
modules-right = music filesystem memory cpu wlan powermenu
|
||||
modules-right = music filesystem memory cpu bluetooth wlan powermenu
|
||||
|
||||
cursor-click = pointer
|
||||
; cursor-scroll = ns-resize
|
||||
@@ -233,6 +233,15 @@ format-prefix = "cpu "
|
||||
format-prefix-foreground = ${colors.primary}
|
||||
label = %percentage:2%%
|
||||
|
||||
[module/bluetooth]
|
||||
type = custom/script
|
||||
# exec = rofi-bluetooth --status
|
||||
interval = 1
|
||||
click-left = rofi-bluetooth &
|
||||
format-prefix = "bt "
|
||||
format-prefix-foreground = ${colors.primary}
|
||||
label = rofi-bluetooth --status
|
||||
|
||||
[network-base]
|
||||
type = internal/network
|
||||
interval = 5
|
||||
|
||||
Reference in New Issue
Block a user