d0tfiles

*nix dotfiles for arch linux setup
Log | Files | Refs | README | LICENSE

askpass.rasi (453B)


      1 @import "colors.rasi"
      2 
      3 * {
      4     background-color:       @BG;
      5     text-color:             @FG;
      6 	font:				 	"Iosevka 10";
      7 }
      8 
      9 window {
     10     width:      			250px;
     11     padding:    			20px;
     12     border:					0px;
     13     border-radius:          0px;
     14     border-color:           @BDR;
     15     location:               center;
     16     x-offset:               0;
     17     y-offset:               -8%;
     18 }
     19 
     20 entry {
     21     expand: 				true;
     22     width: 					150px;
     23     text-color:				@BDR;
     24 }