update
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
//Ensure theme is set
|
||||
spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "gtk-theme" "'Adwaita-dark'"
|
||||
spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "color-scheme" "'Adwaita-dark'"
|
||||
|
||||
// Settings that influence how windows are positioned and sized.
|
||||
// Find more information on the wiki:
|
||||
// https://yalter.github.io/niri/Configuration:-Layout
|
||||
@@ -56,7 +60,7 @@ layout {
|
||||
// layer-shell panels and regular gaps.
|
||||
struts {
|
||||
// left 64
|
||||
// right 64
|
||||
// right 200
|
||||
// top 64
|
||||
// bottom 64
|
||||
}
|
||||
@@ -93,11 +97,11 @@ animations {
|
||||
// enable transparency
|
||||
window-rule {
|
||||
match is-active=false
|
||||
opacity 1.0 //inactive transparency
|
||||
opacity 0.8 //inactive transparency
|
||||
}
|
||||
window-rule {
|
||||
match is-active=true
|
||||
opacity 1.0 //active transparency
|
||||
opacity 0.95 //active transparency
|
||||
}
|
||||
window-rule {
|
||||
draw-border-with-background false
|
||||
|
||||
Reference in New Issue
Block a user