added bluetooth menu, switched to supersonic for music

This commit is contained in:
azpsen
2025-02-26 11:29:29 -06:00
parent 16f5a769f6
commit 1e1c2bbe64
3 changed files with 19 additions and 6 deletions

View File

@@ -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