d0tfiles

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

confirm.rasi (488B)


      1 @import "colors.rasi"
      2 
      3 * {
      4     transparency:                   "real";
      5     background-color:               @background;
      6     text-color:                     @foreground;
      7     font:            				"Iosevka 10";
      8 }
      9 
     10 #window {
     11 	border:							1px;
     12     border-radius:                  0px;
     13     border-color:					@selected;
     14     width:      					200px;
     15     y-offset: 						-8%;
     16     padding:    					20px;
     17 }
     18 
     19 #entry {
     20     expand: 						true;
     21     width: 							150px;
     22     text-color:						@urgent;
     23 }