misery 2
This commit is contained in:
commit
819205f5f5
13 changed files with 272 additions and 23 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{lib, osConfig, pkgs, inputs, ...}:{
|
||||
{lib, osConfig, pkgs, vars, inputs, ...}:{
|
||||
wayland.windowManager.sway = {
|
||||
package = pkgs.swayfx;
|
||||
enable = true;
|
||||
checkConfig = false; #gles2 renderer error
|
||||
extraConfig = import ./swayfx;
|
||||
extraConfig = if (vars.class != "lowspec") then import ./swayfx else "";
|
||||
config = {
|
||||
modifier = "Mod4";
|
||||
terminal = "foot";
|
||||
|
|
|
|||
13
home/swayfx-lite
Normal file
13
home/swayfx-lite
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
"
|
||||
for_window [app_id=\"foot\"] opacity 0.8
|
||||
for_window [app_id=\"waybar\"] blur enable
|
||||
blur disable
|
||||
corner_radius 10
|
||||
# shadows enable - not using this because of flicker
|
||||
default_dim_inactive 0.3
|
||||
client.focused 000000 cba6f7 000000 cba6f7
|
||||
for_window [title=\"Picture-in-Picture\"] dim_inactive 0.0
|
||||
for_window [title=\"Picture-in-Picture\"] sticky enable
|
||||
client.focused_inactive 000000 440C88 000000 440C88
|
||||
client.unfocused 000000 440C88 000000 440C88
|
||||
"
|
||||
|
|
@ -42,7 +42,11 @@
|
|||
},
|
||||
"group/audio": {
|
||||
"orientation": "inherit",
|
||||
<<<<<<< HEAD
|
||||
"modules": ["wireplumber", ],
|
||||
=======
|
||||
"modules": ["wireplumber"],
|
||||
>>>>>>> 6c567ff (help)
|
||||
"on-click": "pavucontrol",
|
||||
},
|
||||
"group/mpdg": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue