mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
Minor fixes
This commit is contained in:
parent
94461cdebb
commit
78400e4a6a
8 changed files with 12 additions and 11 deletions
|
|
@ -118,7 +118,7 @@ general {
|
|||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
|
||||
border_size = 3
|
||||
border_size = 5
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = $lavender $pink 45deg
|
||||
|
|
@ -140,8 +140,8 @@ decoration {
|
|||
rounding = 0
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 0.9
|
||||
inactive_opacity = 0.6
|
||||
active_opacity = 1
|
||||
inactive_opacity = 0.9
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
|
|
|
|||
|
|
@ -81,3 +81,4 @@ exec = gsettings set org.gnome.desktop.interface gtk-theme "BreezeLight" # for
|
|||
exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-light" # for GTK4 apps
|
||||
exec = kwriteconfig5 --group "General" --key "ColorScheme" "BreezeLight"
|
||||
exec = ln -sf ~/.config/waybar/light.css ~/.config/waybar/current.css
|
||||
exec = ln -sf ~/.config/rofi/light.rasi ~/.config/rofi/current.rasi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue