Updates scripts

This commit is contained in:
Christoffer Martinsson 2025-05-10 09:52:08 +02:00
parent 193cd3849d
commit 9901378eab
3 changed files with 25 additions and 2 deletions

View File

@ -3,4 +3,4 @@ monitor=HDMI-A-1,preffered,auto-left,1,transform,3
workspace=1,monitor:eDP-1 workspace=1,monitor:eDP-1
workspace=2,monitor:HDMI-A-1 workspace=2,monitor:HDMI-A-1
exec-once = [workspace 1] picoscope exec-once = [workspace 1] picoscope
exec-once = [workspace 2] hyprctl "layoutmsg, preselect d" && python3 ~/spm6103.py && sleep 2 && brave && sleep 2 && nrf-connect exec-once = [workspace 2] python3 ./spm6103.py && sleep 2 && brave && sleep 2 && nrf-connect

View File

@ -27,6 +27,7 @@
], ],
"modules-right": [ "modules-right": [
"tray", "tray",
"gamemode",
"custom/separator", "custom/separator",
"wireplumber", "wireplumber",
"custom/separator", "custom/separator",
@ -54,7 +55,28 @@
"interval": "once", "interval": "once",
"tooltip": false "tooltip": false
}, },
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "  ",
"deactivated": "  "
}
},
"gamemode": {
"format": "{glyph}",
"format-alt": "{glyph} {count}",
"glyph": "",
"hide-not-running": true,
"use-icon": true,
"icon-name": "input-gaming-symbolic",
"icon-spacing": 4,
"icon-size": 20,
"tooltip": true,
"tooltip-format": "Games running: {count}"
},
"wireplumber": { "wireplumber": {
"format": "VOL:{volume:03}%", "format": "VOL:{volume:03}%",
"format-muted": "VOL:---%", "format-muted": "VOL:---%",

View File

@ -365,6 +365,7 @@ if [ "${ROLES[GAME]}" == "yes" ]; then
sudo pacman -S --noconfirm --needed wine-staging sudo pacman -S --noconfirm --needed wine-staging
sudo pacman -S --noconfirm --needed winetricks wine-mono wine-gecko qt5-tools sudo pacman -S --noconfirm --needed winetricks wine-mono wine-gecko qt5-tools
sudo pacman -S --noconfirm --needed steam sudo pacman -S --noconfirm --needed steam
sudo pacman -S --noconfirm --needed gamemode gamescope
yay --noconfirm -S --needed --aur protonup-qt protontricks yay --noconfirm -S --needed --aur protonup-qt protontricks
yay --noconfirm -S --needed --aur lug-helper yay --noconfirm -S --needed --aur lug-helper
yay --noconfirm -S --needed --aur opentrack-git yay --noconfirm -S --needed --aur opentrack-git