Advertisement
PROPESSOR

Wlogout

Jun 7th, 2025
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. # Wlogout
  2.   programs.wlogout = {
  3.      enable = true;
  4.      
  5.      style = ''
  6.        * {
  7.           back-ground-image: none;
  8.           box-shadow: none;
  9.          }
  10.           window: {
  11.             background-color: rgb(12, 12, 12, 0.9);
  12.            }
  13.       '';
  14.   };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement