d0tfiles

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

confirm.rasi (502B)


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