Skip to content

Commit

Permalink
feat: prepare bluetuith usage
Browse files Browse the repository at this point in the history
  • Loading branch information
boredland committed Jan 6, 2023
1 parent 9311aee commit 4885bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion community/sway/etc/sway/definitions
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ set $menu rofi -show combi -combi-modi "drun,run" -terminal $term -ssh-command "
set $locking swaylock --daemonize --color "$selection-color" --inside-color "$selection-color" --inside-clear-color "$text-color" --ring-color "$color2" --ring-clear-color "$color11" --ring-ver-color "$color13" --show-failed-attempts --fade-in 0.2 --grace 2 --effect-vignette 0.5:0.5 --effect-blur 7x5 --ignore-empty-password --screenshots --clock

# bluetooth menu
set $rofi_bluetooth /usr/share/sway/scripts/rofi-bluetooth.sh $rofi_theme
set $bluetooth $term_float bluetuith

### Idle configuration
# This will lock your screen after 300 seconds of inactivity, then turn off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"bluetooth": {
"format": "",
"format-disabled": "",
"on-click": "swaymsg exec \\$rofi_bluetooth",
"on-click": "swaymsg exec \\$bluetooth",
"on-click-right": "rfkill toggle bluetooth",
"tooltip-format": "{}"
},
Expand Down

0 comments on commit 4885bb8

Please sign in to comment.