laptop stuff

This commit is contained in:
kirreen 2025-03-20 17:19:41 +01:00
parent e78e688be4
commit e973a47f9c
2 changed files with 17 additions and 5 deletions
home/.config

View file

@ -64,6 +64,7 @@ $menu = wofi --show drun --theme /home/kirreen/.local/share/rofi/themes/tokyonig
# exec-once = $terminal # exec-once = $terminal
# exec-once = nm-applet & # exec-once = nm-applet &
exec-once = waybar & hyprpaper #& firefox exec-once = waybar & hyprpaper #& firefox
exec-once = swayosd-server
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = vesktop & nheko exec-once = vesktop & nheko
# exec-once = env LD_PRELOAD=/usr/lib32/libextest.so /usr/bin/steam-runtime %U -pipewire # exec-once = env LD_PRELOAD=/usr/lib32/libextest.so /usr/bin/steam-runtime %U -pipewire
@ -130,11 +131,12 @@ decoration {
# Change transparency of focused and unfocused windows # Change transparency of focused and unfocused windows
active_opacity = 1.0 active_opacity = 1.0
inactive_opacity = 1.0 inactive_opacity = 1.0
shadow {
drop_shadow = true enabled = true
shadow_range = 4 range = 4
shadow_render_power = 3 render_power = 3
col.shadow = rgba(1a1a1aee) color = rgba(1a1a1aee)
}
# https://wiki.hyprland.org/Configuring/Variables/#blur # https://wiki.hyprland.org/Configuring/Variables/#blur
blur { blur {

View file

@ -170,3 +170,13 @@ window#waybar.PCSX2 #window {
font-weight: bold; font-weight: bold;
background: #282A2E; background: #282A2E;
} }
#battery {
color: #d65d0e;
}
#tray menu menuitem {
color: #999999;
}
#tray menu menuitem:hover {
color: #ffffff;
}