summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautostart.sh4
-rw-r--r--hypr/hyprland.conf9
-rw-r--r--hypr/hyprpaper.conf1
-rw-r--r--sh/profile2
-rw-r--r--waybar/config18
5 files changed, 21 insertions, 13 deletions
diff --git a/autostart.sh b/autostart.sh
index 311953f..7e4113e 100755
--- a/autostart.sh
+++ b/autostart.sh
@@ -18,11 +18,13 @@ killandrun () {
}
if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then
+ dinit &
notify-sound.sh off &
runifnot swayidle
killandrun hyprpaper
+ #runifnot mpvpaper eDP-1 ~/Downloads/mylivewallpapers-com-Matrix-EDIT.mp4 -p -f -o "--loop"
runifnot waybar
- import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid'
+ import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest'
import-gsettings icon-theme 'Mint-X-Grey'
import-gsettings cursor-theme 'Adwaita'
xrdb ~/.Xresources
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index e053008..1c60913 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -1,8 +1,7 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
#{{{ Monitor config
monitor = , preferred, auto, 1
-monitor = HDMI-A-1, 1920x1080@60, 0x0, 1
-monitor = DP-1, 1920x1080@60, 1920x0, 1
+monitor = eDP-1, 1920x1080@60, 0x0, 1
#}}}
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
@@ -147,6 +146,11 @@ gestures {
windowrule = windowdance, title:^(Rhythm Doctor)$
windowrule = fullscreen, ^(Xephyr)$
windowrule = float, title:^(LibreWolf - Choose User Profile)$
+windowrule = float, class:^(Tk)$
+windowrulev2 = float, class:^(yabridge-host.exe.so)$, title:^(menu)$
+windowrulev2 = float,floating:0,title:^(menu*)
+windowrulev2 = forceinput,title:^(menu*)
+windowrulev2 = windowdance,title:^(menu*)
windowrule = float, class:^(xdg-desktop-portal-gtk)
windowrule = float, class:^(Tk)$
windowrule = workspace 2, title:^(REAPER .*initializing.*)$
@@ -348,6 +352,7 @@ bind = $mainMod $secdMod, P, exec, passmenu
#{{{ Misc bindings
bind = $mainMod, Return, exec, kitty
bind = $mainMod $secdMod, F, exec, kitty -e lf
+bind = $mainMod CONTROL, Return, exec, cool-retro-term --fullscreen
bind = $mainMod, W, exec, t waybar
bind = $mainMod, Q, exec, loginctl lock-session
bind = $mainMod $secdMod CONTROL, Q, exec, systemctl suspend
diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf
index 69e5224..26ef65f 100644
--- a/hypr/hyprpaper.conf
+++ b/hypr/hyprpaper.conf
@@ -1,2 +1,3 @@
splash = false
preload = ~/Pictures/background.png
+wallpaper = eDP-1,~/Pictures/background.png
diff --git a/sh/profile b/sh/profile
index c03fc93..d424439 100644
--- a/sh/profile
+++ b/sh/profile
@@ -117,7 +117,7 @@ if [ -d "$HOME/.local/bin/ignore" ]; then
addtopath "$HOME/.local/bin/ignore"
fi
if [ -d "$HOME/.local/bin/volsv" ]; then
- PATH="$PATH:$HOME/.local/bin/volsv"
+ addtopath "$HOME/.local/bin/volsv"
fi
if [ -d "$HOME/.local/bin" ]; then
addtopath "$HOME/.local/bin"
diff --git a/waybar/config b/waybar/config
index ec04dec..1bc5dd3 100644
--- a/waybar/config
+++ b/waybar/config
@@ -11,7 +11,7 @@
"modules-left":[ "hyprland/workspaces", "custom/launcher", "hyprland/window"],
"modules-center":[],
- "modules-right":[ "mpd", "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature#cpu", "temperature#gpu", "backlight", "network", "clock", "tray", "custom/power"],
+ "modules-right":[ "mpd", "idle_inhibitor", "pulseaudio", "cpu", "memory", "battery", "temperature#0", "temperature#1", "backlight", "network", "clock", "tray", "custom/power"],
// Modules configuration
@@ -104,18 +104,18 @@
"format": "{capacity}%",
"max-length": 25
},
- "temperature#cpu": {
- // "thermal-zone": 2,
- "hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input",
- "critical-threshold": 80,
+ "temperature#0": {
+ "thermal-zone": 0,
+ // "hwmon-path": "cat /sys/class/hwmon/hwmon5/temp1_input",
+ "critical-threshold": 110,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C",
"format-icons": ["", "", ""]
},
- "temperature#gpu": {
- // "thermal-zone": 2,
- "hwmon-path": "/sys/class/hwmon/hwmon1/temp2_input",
- "critical-threshold": 110,
+ "temperature#1": {
+ "thermal-zone": 1,
+ // "hwmon-path": "/sys/class/hwmon/hwmon4/temp1_input",
+ "critical-threshold": 126,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C",
"format-icons": ["", "", ""]