Skip to content

AzizEmir/rofi-galactic-horizon-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Rofi Galactic Horizon Theme

Ekran Görüntüsü - 2024-12-01 21-06-25

.config/rofi/config.rasi

configuration {
	modi:				"drun";
	font:				"Rubik 10";
	display-drun: 			"";
	drun-display-format:            "{name}";
	sidebar-mode: 			false;
}

@theme "/dev/null"

* {
	bg:				#061115;
	fg:				#d9d7d6;
	button:				#0b151a;

	background-color:		@bg;
	text-color:			@fg;
}

window {
	transparency:                   "real";
	width:			    	70%;
}

prompt { enabled: false; }

entry {
    placeholder: "🚀  🌕";
    placeholder-color: @fg;
    expand: true;
    background-color: rgba(0,0,0,0.2);
    padding: 1.5%;
    border-radius: 8px;
}

inputbar {
	children: 			[ prompt, entry ];
	background-image:               url("img/uzay-mekigi.png");
	expand:                         false;
	border-radius:                  0px 0 8px 8px;
	padding:                        235px 0px 50px 1000px;
}

listview {
	columns:                        1;
	lines:	                        4;
	cycle:                          false;
	dynamic:                        true;
	layout:                         vertical;
	padding:			30px 300px 30px 30px;
}

mainbox { children: [ inputbar, listview ]; }

element {
	orientation:                    vertical;
	padding:                        1.5% 0% 1.5% 0%;
	border-radius:			8px;
}

element-text {
	expand:                         true;
	vertical-align:                 0.5;
	margin:                         0.5% 3% 0% 3%;
	background-color: 		inherit;
	text-color:       		inherit;
}

element selected {
	background-color:               @button;
	border-radius:                  8px;
}

.config/rofi/img/uzay-mekigi.png

uzay-mekigi

Desktop Wallpaper

output

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published