diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-12-28 19:02:18 -0500 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-12-28 19:02:18 -0500 |
| commit | ad097168e1bdf8b3d359c4fc29a1e0df8a496701 (patch) | |
| tree | 5746283421817283423a2a96abfe83492424e482 | |
| parent | 756a6f617319b69a8ed5cfc1e7abef9f8cadfcd6 (diff) | |
Migrate to bluetui instead of blueman
| -rw-r--r-- | home-config/nix-home-manager/home.nix | 1 | ||||
| -rw-r--r-- | home-config/waybar/config | 2 | ||||
| -rw-r--r-- | modules/ryan-config/base-system.scm | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index 70f7f1c..a56b5f3 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix | |||
| @@ -108,6 +108,7 @@ | |||
| 108 | fluxcd | 108 | fluxcd |
| 109 | restic | 109 | restic |
| 110 | kdePackages.kdenlive | 110 | kdePackages.kdenlive |
| 111 | bluetui | ||
| 111 | 112 | ||
| 112 | # Here until i can fix firefox's stupid devtools issue | 113 | # Here until i can fix firefox's stupid devtools issue |
| 113 | chromium | 114 | chromium |
diff --git a/home-config/waybar/config b/home-config/waybar/config index abe0762..62e6b20 100644 --- a/home-config/waybar/config +++ b/home-config/waybar/config | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | "format-disabled": "", | 54 | "format-disabled": "", |
| 55 | "format-connected": "", | 55 | "format-connected": "", |
| 56 | "format-connected-battery": " {device_battery_percentage}%", | 56 | "format-connected-battery": " {device_battery_percentage}%", |
| 57 | "on-click": "blueman-manager", | 57 | "on-click": "foot bluetui", |
| 58 | "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected", | 58 | "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected", |
| 59 | "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}", | 59 | "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}", |
| 60 | "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}", | 60 | "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}", |
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index 47b62a8..329d5a7 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm | |||
| @@ -166,7 +166,7 @@ | |||
| 166 | ;"openconnect-sso" | 166 | ;"openconnect-sso" |
| 167 | "webkitgtk-with-libsoup2" ; Needed for Go wails development | 167 | "webkitgtk-with-libsoup2" ; Needed for Go wails development |
| 168 | "zsh")) | 168 | "zsh")) |
| 169 | (list my-ca-certs virt-manager-ovmf bluez-ryan blueman-ryan neovim-ryan) | 169 | (list my-ca-certs virt-manager-ovmf bluez-ryan neovim-ryan) |
| 170 | %my-base-packages )) | 170 | %my-base-packages )) |
| 171 | 171 | ||
| 172 | ;; Below is the list of system services. To search for available | 172 | ;; Below is the list of system services. To search for available |
