first commit
This commit is contained in:
		
						commit
						78b79e224f
					
				
					 239 changed files with 14912 additions and 0 deletions
				
			
		
							
								
								
									
										147
									
								
								rofi/power/row.rasi
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										147
									
								
								rofi/power/row.rasi
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,147 @@
 | 
			
		|||
/*
 | 
			
		||||
 *
 | 
			
		||||
 * Author : Aditya Shakya (adi1090x)
 | 
			
		||||
 * Mail : adi1090x@gmail.com
 | 
			
		||||
 * Github : @adi1090x
 | 
			
		||||
 * Reddit : @adi1090x
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
configuration {
 | 
			
		||||
	font:							"FantasqueSansMono Nerd Font 16";
 | 
			
		||||
    show-icons:                     false;
 | 
			
		||||
	icon-theme: 					"Papirus";
 | 
			
		||||
    drun-display-format:            "{name}";
 | 
			
		||||
    disable-history:                false;
 | 
			
		||||
    fullscreen:                     false;
 | 
			
		||||
	hide-scrollbar: 				true;
 | 
			
		||||
	sidebar-mode: 					false;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@import "styles/colors.rasi"
 | 
			
		||||
 | 
			
		||||
window {
 | 
			
		||||
    transparency:                   "real";
 | 
			
		||||
    background-color:               @background;
 | 
			
		||||
    text-color:                     @foreground;
 | 
			
		||||
    border-radius:                  0px;
 | 
			
		||||
    height:                         47%;
 | 
			
		||||
    width:                          100%;
 | 
			
		||||
    location:                       center;
 | 
			
		||||
    x-offset:                       0;
 | 
			
		||||
    y-offset:                       0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
prompt {
 | 
			
		||||
    enabled: 						true;
 | 
			
		||||
	padding: 						4px 8px 4px 8px;
 | 
			
		||||
	background-color: 				@background-alt;
 | 
			
		||||
	text-color: 					@foreground;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
textbox-prompt-colon {
 | 
			
		||||
	expand: 						false;
 | 
			
		||||
	str: 							"System |";
 | 
			
		||||
	background-color: 				@background-alt;
 | 
			
		||||
	text-color: 					@foreground;
 | 
			
		||||
    padding:                        4px 0px 4px 8px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
inputbar {
 | 
			
		||||
	children: 						[ textbox-prompt-colon, prompt ];
 | 
			
		||||
    background-color:               @background-alt;
 | 
			
		||||
    text-color:                     @foreground;
 | 
			
		||||
    expand:                         false;
 | 
			
		||||
    border:                  		1px;
 | 
			
		||||
    border-radius:                  0px;
 | 
			
		||||
    border-color:                  	@border;
 | 
			
		||||
    margin:                         0px 60% 0px 0px;
 | 
			
		||||
    padding:                        8px 8px 8px 8px;
 | 
			
		||||
    position:                       center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
entry {
 | 
			
		||||
    background-color:               @background-alt;
 | 
			
		||||
    text-color:                     @foreground;
 | 
			
		||||
    placeholder-color:              @foreground;
 | 
			
		||||
    padding:                        4px 8px 4px 8px;
 | 
			
		||||
    expand:                         true;
 | 
			
		||||
    horizontal-align:               0;
 | 
			
		||||
    placeholder:                    "Search";
 | 
			
		||||
    blink:                          true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
case-indicator {
 | 
			
		||||
    background-color:               @background-alt;
 | 
			
		||||
    text-color:                     @foreground;
 | 
			
		||||
    spacing:                        0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
listview {
 | 
			
		||||
    background-color:               @background;
 | 
			
		||||
    margin:                         0% 5% 0% 0%;
 | 
			
		||||
    spacing:                        2.5%;
 | 
			
		||||
    cycle:                          false;
 | 
			
		||||
    dynamic:                        true;
 | 
			
		||||
    layout:                         horizontal;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
mainbox {
 | 
			
		||||
    background-color:               @background;
 | 
			
		||||
    spacing:                       	4%;
 | 
			
		||||
    children:                       [ inputbar, listview ];
 | 
			
		||||
    padding:                        4% 0% 0% 7%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
element {
 | 
			
		||||
    background-color:               @background-alt;
 | 
			
		||||
    text-color:                     @foreground;
 | 
			
		||||
    orientation:                    horizontal;
 | 
			
		||||
    border-radius:                  0px;
 | 
			
		||||
    padding:                        0px 0px 0px -5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
element-icon {
 | 
			
		||||
    size:                           65px;
 | 
			
		||||
    border:                         0px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
element-text {
 | 
			
		||||
	font:							"feather 64";
 | 
			
		||||
    expand:                         true;
 | 
			
		||||
    horizontal-align:               0.5;
 | 
			
		||||
    vertical-align:                 0.5;
 | 
			
		||||
    margin:                         60px 60px 60px 65px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
element normal.urgent,
 | 
			
		||||
element alternate.urgent {
 | 
			
		||||
    background-color:               @urgent;
 | 
			
		||||
    text-color:                     @foreground;
 | 
			
		||||
    border-radius:                  10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
element normal.active,
 | 
			
		||||
element alternate.active {
 | 
			
		||||
    background-color:               @background-alt;
 | 
			
		||||
    text-color:                     @foreground;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
element selected {
 | 
			
		||||
    background-color:               @selected;
 | 
			
		||||
    text-color:                     @foreground;
 | 
			
		||||
    border:                  		1px;
 | 
			
		||||
    border-radius:                  0px;
 | 
			
		||||
    border-color:                  	@border;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
element selected.urgent {
 | 
			
		||||
    background-color:               @urgent;
 | 
			
		||||
    text-color:                     @foreground;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
element selected.active {
 | 
			
		||||
    background-color:               @background-alt;
 | 
			
		||||
    color:                          @foreground;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue