diff --git a/.bash_profile b/.bash_profile index 8fa2cf1..b25a865 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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 diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 0344f52..1bb32bd 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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 ### diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 32b292d..832cda0 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -238,7 +238,7 @@ "player-icons": { "default": "󰝚 ", "spotify": "󰓇 ", - "firefox": "󰗃 " + "firefox": "󰼁 " }, "status-icons": { "paused": "\u200A\u200A󰏤\u2009\u2009" diff --git a/install.bash b/install.bash index 850a2d9..4f3189f 100644 --- a/install.bash +++ b/install.bash @@ -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