fix bluetooth

This commit is contained in:
Alexander Bell 2025-05-17 08:18:36 +02:00
parent b6dd8cab31
commit 4096d75cb1
4 changed files with 13 additions and 9 deletions

View File

@ -7,9 +7,6 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Set default theme to dark
export GTK_THEME=Adwaita:dark && export QT_QPA_PLATFORMTHEME=gtk3
# Start uwsm, which starts hyprland
if uwsm check may-start; then
exec uwsm start hyprland.desktop

View File

@ -6,7 +6,6 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,preferred,auto,1.566667
#monitor=,preferred,auto,2
###################
### MY PROGRAMS ###
@ -18,7 +17,7 @@ monitor=,preferred,auto,1.566667
$terminal = kitty
$filemanager = kitty -e yazi
$menu = rofi -show drun
$powerMenu = bash ~/.config/wofi/wofi-powermenu.sh
$powerMenu = bash ~/.config/waybar/scripts/power-menu.sh
$browser = firefox
$email = thunderbird
$screenshot = grim
@ -30,7 +29,7 @@ $lockscreen = hyprlock
#################
# Autostart necessary processes (like notifications daemons, status bars, etc.)
#exec-once = waybar
exec-once = waybar
exec-once = hyprpaper & hypridle & $lockscreen
exec-once = dunst
exec-once = [workspace 2 silent] $browser
@ -44,6 +43,13 @@ exec-once = [workspace 1 silent] $terminal
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
env = GDK_BACKEND,wayland
env = QT_QPA_PLATFORM,wayland
env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_TYPE,wayland
env = XDG_SESSION_DESKTOP,Hyprland
env = GTK_THEME,Adwaita:dark
env = QT_QPA_PLATFORMTHEME,gtk3
##############################
### WINDOWS AND WORKSPACES ###

View File

@ -238,7 +238,7 @@
"player-icons": {
"default": "󰝚 ",
"spotify": "<span foreground='#98971a'>󰓇 </span>",
"firefox": "<span foreground='#cc241d'>󰗃 </span>"
"firefox": "<span foreground='#cc241d'>󰼁 </span>"
},
"status-icons": {
"paused": "<span color='#928374'>\u200A\u200A󰏤\u2009\u2009</span>"

View File

@ -64,5 +64,6 @@ echo '[Service]\nExecStart=\nExecStart=-/sbin/agetty --noreset --noclear --autol
# Waybar: https://github.com/sejjy/mechabar/tree/classic
# Dependencies:
# wireplumber is Session/policy manager implementation for PipeWire
pacman -S cava bluez-utils pipewire-pulse ttf-jetbrains-mono-nerd wireplumber
yay -S bluetui rofi-lbonn-wayland-git
pacman -S cava bluez-utils bluez pipewire-pulse ttf-jetbrains-mono-nerd wireplumber
yay -S rofi-lbonn-wayland-git bluetui
systemctl enable --now bluetooth.service