Browse Source

Merge branch 'main' into main

pull/13/head
Krautt 2 years ago committed by GitHub
parent
commit
a54a689560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/hypr/configs/Execs.conf
  2. 28
      config/waybar/configs/config-default
  3. 1
      copy.sh

2
config/hypr/configs/Execs.conf

@ -48,7 +48,7 @@ exec-once = $scriptsDir/RainbowBorders.sh
# sway-idle with lock only # sway-idle with lock only
exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 exec-once = swayidle -w timeout 1200 '$lock'
# sway-idle with lock and sleep # sway-idle with lock and sleep
#exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock' #exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock'
# sway idle without lock # sway idle without lock

28
config/waybar/configs/config-default

@ -26,20 +26,20 @@
"custom/weather", "custom/weather",
], ],
"modules-center": [ "modules-center": [
"custom/menu", "custom/menu",
"custom/separator#dot-line", "custom/separator#dot-line",
"idle_inhibitor", "idle_inhibitor",
"custom/separator#dot-line", "custom/separator#dot-line",
"clock", "clock",
"custom/separator#dot-line", "custom/separator#dot-line",
"custom/light_dark", "custom/light_dark",
"custom/separator#dot-line", "custom/separator#dot-line",
"custom/lock", "custom/lock",
//], //],
"custom/separator#dot-line", "custom/separator#dot-line",
"custom/keybinds", "custom/keybinds",
], ],
"modules-right": [ "modules-right": [
//"hyprland/window", //"hyprland/window",

1
copy.sh

@ -32,6 +32,7 @@ if hostnamectl | grep -q 'Chassis: vm'; then
echo "This script is running in a virtual machine." echo "This script is running in a virtual machine."
sed -i '/env = WLR_NO_HARDWARE_CURSORS,1/s/^#//' config/hypr/configs/ENVariables.conf sed -i '/env = WLR_NO_HARDWARE_CURSORS,1/s/^#//' config/hypr/configs/ENVariables.conf
sed -i '/env = WLR_RENDERER_ALLOW_SOFTWARE,1/s/^#//' config/hypr/configs/ENVariables.conf sed -i '/env = WLR_RENDERER_ALLOW_SOFTWARE,1/s/^#//' config/hypr/configs/ENVariables.conf
sed -i '/monitor = Virtual-1, 1920x1080@60,auto,1/s/^#//' config/hypr/configs/Monitors.conf
fi fi
# preparing hyprland.conf keyboard layout # preparing hyprland.conf keyboard layout

Loading…
Cancel
Save