Compare commits
No commits in common. "6b6b0f8f7b4e88db407abc9de897acc323fe4eb4" and "2fcf199308a245f5926b77b17e6e8e6dcc065b68" have entirely different histories.
6b6b0f8f7b
...
2fcf199308
2 changed files with 0 additions and 32 deletions
|
@ -175,10 +175,6 @@ layout {
|
|||
// top 64
|
||||
// bottom 64
|
||||
}
|
||||
|
||||
// background layers are placed in the "backdrop" instead of the
|
||||
// "background" so they do not scroll when the workspace changes.
|
||||
background-color "transparent"
|
||||
}
|
||||
|
||||
// Add lines like this to spawn processes at startup.
|
||||
|
@ -501,17 +497,3 @@ binds {
|
|||
// moving the mouse or pressing any other key.
|
||||
Mod+Shift+P { power-off-monitors; }
|
||||
}
|
||||
|
||||
// Make the wallpaper stationary, rather than moving with workspaces.
|
||||
layer-rule {
|
||||
// This is for wpaperd; change for other wallpaper tools.
|
||||
// Find the right namespace by running `niri msg layers`.
|
||||
match namespace="^wpaperd-"
|
||||
place-within-backdrop true
|
||||
}
|
||||
|
||||
overview {
|
||||
workspace-shadow {
|
||||
off
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,20 +34,6 @@ window#waybar {
|
|||
padding-right: 4px;
|
||||
}
|
||||
|
||||
menu {
|
||||
background: @base01;
|
||||
color: @base05;
|
||||
|
||||
/* TODO: fix white background that should be transparent */
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
menuitem:hover {
|
||||
background: @base03;
|
||||
border: 1px solid @base04;
|
||||
}
|
||||
|
||||
button {
|
||||
/* Use box-shadow instead of border so the text isn't offset */
|
||||
box-shadow: inset 0 -3px transparent;
|
||||
|
|
Loading…
Add table
Reference in a new issue