Add bluetooth indicators and menus
This commit is contained in:
parent
61e85bb9a4
commit
10494c3ffe
@ -23,3 +23,5 @@ bindsym $mod+Shift+m move workspace to output up
|
|||||||
|
|
||||||
bindsym $mod+Shift+n exec --no-startup-id /usr/bin/networkmanager_dmenu
|
bindsym $mod+Shift+n exec --no-startup-id /usr/bin/networkmanager_dmenu
|
||||||
bindsym $mod+Shift+x exec --no-startup-id ~/.config/rofi/bin/menu_powermenu
|
bindsym $mod+Shift+x exec --no-startup-id ~/.config/rofi/bin/menu_powermenu
|
||||||
|
bindsym $mod+Shift+b exec --no-startup-id rofi-bluetooth
|
||||||
|
|
||||||
|
@ -55,10 +55,11 @@ module-margin-right = 2
|
|||||||
font-0 = fixed:pixelsize=10;1
|
font-0 = fixed:pixelsize=10;1
|
||||||
font-1 = siji:pixelsize=10;1
|
font-1 = siji:pixelsize=10;1
|
||||||
font-2 = Noto Color Emoji:style=Regular:scale=10;size=1;1
|
font-2 = Noto Color Emoji:style=Regular:scale=10;size=1;1
|
||||||
|
font-3 = Symbols Nerd Font:style=Regular:scale=10;size=1;1
|
||||||
|
|
||||||
modules-left = i3 spotify xwindow
|
modules-left = i3 spotify xwindow
|
||||||
modules-center = date
|
modules-center = date
|
||||||
modules-right = filesystem pulseaudio cpu wlan battery temperature
|
modules-right = bluetooth filesystem pulseaudio cpu wlan battery temperature
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 2
|
tray-padding = 2
|
||||||
@ -381,6 +382,12 @@ menu-2-0-exec = sudo poweroff
|
|||||||
menu-2-1 = cancel
|
menu-2-1 = cancel
|
||||||
menu-2-1-exec = menu-open-0
|
menu-2-1-exec = menu-open-0
|
||||||
|
|
||||||
|
[module/bluetooth]
|
||||||
|
type = custom/script
|
||||||
|
exec = rofi-bluetooth --status
|
||||||
|
interval = 1
|
||||||
|
click-left = rofi-bluetooth &
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
screenchange-reload = true
|
screenchange-reload = true
|
||||||
;compositing-background = xor
|
;compositing-background = xor
|
||||||
|
Loading…
Reference in New Issue
Block a user