laptop stuff
This commit is contained in:
parent
e78e688be4
commit
e973a47f9c
2 changed files with 17 additions and 5 deletions
|
@ -64,6 +64,7 @@ $menu = wofi --show drun --theme /home/kirreen/.local/share/rofi/themes/tokyonig
|
|||
# exec-once = $terminal
|
||||
# exec-once = nm-applet &
|
||||
exec-once = waybar & hyprpaper #& firefox
|
||||
exec-once = swayosd-server
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = vesktop & nheko
|
||||
# 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
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
|
||||
drop_shadow = true
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 4
|
||||
render_power = 3
|
||||
color = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
|
|
|
@ -170,3 +170,13 @@ window#waybar.PCSX2 #window {
|
|||
font-weight: bold;
|
||||
background: #282A2E;
|
||||
}
|
||||
#battery {
|
||||
color: #d65d0e;
|
||||
}
|
||||
|
||||
#tray menu menuitem {
|
||||
color: #999999;
|
||||
}
|
||||
#tray menu menuitem:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue