diff --git a/config/hypr/hyprland_CMBOX.conf b/config/hypr/hyprland_CMBOX.conf index ba68b4f..5ee1a5e 100644 --- a/config/hypr/hyprland_CMBOX.conf +++ b/config/hypr/hyprland_CMBOX.conf @@ -180,6 +180,7 @@ bind = $mainMod, W, togglespecialworkspace, web bind = $mainMod, F, togglespecialworkspace, fzfmenu bind = $mainMod, V, togglespecialworkspace, mixer bind = $mainMod, A, togglespecialworkspace, ranger +bind = $mainMod, T, togglespecialworkspace, timer # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l @@ -271,6 +272,11 @@ windowrulev2 = float, onworkspace:special:ranger windowrulev2 = size 80% 80%, onworkspace:special:ranger workspace = special:ranger, on-created-empty:kitty ranger +# Timer +windowrulev2 = float, onworkspace:special:timer +windowrulev2 = size 80% 80%, onworkspace:special:timer +workspace = special:timer, on-created-empty:com.github.vikdevelop.timer + # Discord windowrulev2 = size 450 253, initialTitle:^(Discord Popout)$ windowrulev2 = float, onworkspace:special:discord diff --git a/config/hypr/hyprland_LABBOX.conf b/config/hypr/hyprland_LABBOX.conf index 7ad91bf..e4f6da8 100644 --- a/config/hypr/hyprland_LABBOX.conf +++ b/config/hypr/hyprland_LABBOX.conf @@ -179,6 +179,7 @@ bind = $mainMod, W, togglespecialworkspace, web bind = $mainMod, F, togglespecialworkspace, fzfmenu bind = $mainMod, V, togglespecialworkspace, mixer bind = $mainMod, A, togglespecialworkspace, ranger +bind = $mainMod, T, togglespecialworkspace, timer # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l @@ -270,6 +271,11 @@ windowrulev2 = float, onworkspace:special:ranger windowrulev2 = size 80% 80%, onworkspace:special:ranger workspace = special:ranger, on-created-empty:kitty ranger +# Timer +windowrulev2 = float, onworkspace:special:timer +windowrulev2 = size 80% 80%, onworkspace:special:timer +workspace = special:timer, on-created-empty:com.github.vikdevelop.timer + # Discord windowrulev2 = size 450 253, initialTitle:^(Discord Popout)$ windowrulev2 = float, onworkspace:special:discord diff --git a/config/hypr/hyprland_SIMONBOX.conf b/config/hypr/hyprland_SIMONBOX.conf index 68f7034..9df6ca8 100644 --- a/config/hypr/hyprland_SIMONBOX.conf +++ b/config/hypr/hyprland_SIMONBOX.conf @@ -20,6 +20,7 @@ exec-once = udiskie # exec-once = sudo udisksctl mount -b /dev/sdb1 exec-once = waybar exec-once = hypridle +exec-once = blueman-applet exec-once = systemctl --user start sunshine exec-once = [workspace 1] org.vinegarhq.Sober @@ -179,6 +180,7 @@ bind = $mainMod, F, togglespecialworkspace, fzfmenu bind = $mainMod, V, togglespecialworkspace, mixer bind = $mainMod, A, togglespecialworkspace, ranger bind = $mainMod, H, togglespecialworkspace, envision +bind = $mainMod, T, togglespecialworkspace, timer # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l @@ -275,6 +277,11 @@ windowrulev2 = float, onworkspace:special:envision windowrulev2 = size 80% 80%, onworkspace:special:envision workspace = special:envision, on-created-empty:envision +# Timer +windowrulev2 = float, onworkspace:special:timer +windowrulev2 = size 80% 80%, onworkspace:special:timer +workspace = special:timer, on-created-empty:com.github.vikdevelop.timer + # Discord windowrulev2 = size 450 253, initialTitle:^(Discord Popout)$ windowrulev2 = float, onworkspace:special:discord diff --git a/config/hypr/hyprland_STEAMBOX.conf b/config/hypr/hyprland_STEAMBOX.conf index 9628333..151fbbc 100644 --- a/config/hypr/hyprland_STEAMBOX.conf +++ b/config/hypr/hyprland_STEAMBOX.conf @@ -181,6 +181,7 @@ bind = $mainMod, F, togglespecialworkspace, fzfmenu bind = $mainMod, V, togglespecialworkspace, mixer bind = $mainMod, A, togglespecialworkspace, ranger bind = $mainMod, H, togglespecialworkspace, envision +bind = $mainMod, T, togglespecialworkspace, timer # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l @@ -277,6 +278,11 @@ windowrulev2 = float, onworkspace:special:envision windowrulev2 = size 80% 80%, onworkspace:special:envision workspace = special:envision, on-created-empty:envision +# Timer +windowrulev2 = float, onworkspace:special:timer +windowrulev2 = size 80% 80%, onworkspace:special:timer +workspace = special:timer, on-created-empty:com.github.vikdevelop.timer + # Discord windowrulev2 = size 450 253, initialTitle:^(Discord Popout)$ windowrulev2 = float, onworkspace:special:discord diff --git a/update_arch.sh b/update_arch.sh index 4585031..9661b65 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -323,6 +323,7 @@ if [ "${ROLES[DESKTOP_BASE]}" == "yes" ]; then flatpak install -y flathub io.github.equicord.equibop flatpak install -y flathub com.behringer.XAirEdit flatpak install -y flathub com.moonlight_stream.Moonlight + flatpak install -y flathub com.github.vikdevelop.timer yay --noconfirm -S --needed --aur brave-bin printf -- '\033[33m Installing NerdFonts\n\033[37m' @@ -385,9 +386,9 @@ if [ "${ROLES[GAME]}" == "yes" ]; then fi fi -# Install vr utility +# Install VR utility if [ "${ROLES[VR]}" == "yes" ]; then - printf -- '\033[33m Installing vr utilities\n\033[37m' + printf -- '\033[33m Installing VR utilities\n\033[37m' sudo pacman -S --noconfirm --needed cli11 glib2-devel nlohmann-json glew yay --noconfirm -S --needed --aur monado-vulkan-layers-git yay --noconfirm -S --needed --aur wlx-overlay-s-git @@ -406,9 +407,12 @@ if [ "${ROLES[LAB]}" == "yes" ]; then cd~ && wget "https://git.cmtec.se/cm/spm6103_viewer/-/raw/main/spm6103_viewer.py?ref_type=heads&inline=false" fi +# Install BT utility if [ "${ROLES[BT]}" == "yes" ]; then - sudo pacman -S --noconfirm --neededs bluez bluez-utils blueman + printf -- '\033[33m Installing BT utilities\n\033[37m' + sudo pacman -S --noconfirm --needed bluez bluez-utils blueman sudo systemctl enable bluetooth.service sudo systemctl start bluetooth.service fi + printf -- '\033[32m \n\n***** Update complete! Please reboot. *****\n\n\033[37m'