Updates scripts
This commit is contained in:
parent
193cd3849d
commit
9901378eab
@ -3,4 +3,4 @@ monitor=HDMI-A-1,preffered,auto-left,1,transform,3
|
||||
workspace=1,monitor:eDP-1
|
||||
workspace=2,monitor:HDMI-A-1
|
||||
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
|
||||
|
||||
@ -27,6 +27,7 @@
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"gamemode",
|
||||
"custom/separator",
|
||||
"wireplumber",
|
||||
"custom/separator",
|
||||
@ -55,6 +56,27 @@
|
||||
"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": {
|
||||
"format": "VOL:{volume:03}%",
|
||||
"format-muted": "VOL:---%",
|
||||
|
||||
@ -365,6 +365,7 @@ if [ "${ROLES[GAME]}" == "yes" ]; then
|
||||
sudo pacman -S --noconfirm --needed wine-staging
|
||||
sudo pacman -S --noconfirm --needed winetricks wine-mono wine-gecko qt5-tools
|
||||
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 lug-helper
|
||||
yay --noconfirm -S --needed --aur opentrack-git
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user