mirror of
https://github.com/Snigdha-OS/snigdhaos-hyprland-config.git
synced 2025-09-23 21:15:00 +02:00
🚀 feat: upload all assets
This commit is contained in:
95
etc/skel/.config/rofi/notification.rasi
Normal file
95
etc/skel/.config/rofi/notification.rasi
Normal file
@@ -0,0 +1,95 @@
|
||||
// Config //
|
||||
configuration {
|
||||
modi: "drun";
|
||||
show-icons: true;
|
||||
drun-display-format: "{name}";
|
||||
font: "JetBrainsMono Nerd Font 9";
|
||||
}
|
||||
|
||||
@theme "~/.config/rofi/theme.rasi"
|
||||
|
||||
|
||||
// Main //
|
||||
window {
|
||||
enabled: true;
|
||||
fullscreen: false;
|
||||
width: 40em;
|
||||
height: 32.8em;
|
||||
transparency: "real";
|
||||
cursor: "default";
|
||||
spacing: 0em;
|
||||
padding: 0em;
|
||||
border: 0em;
|
||||
border-radius: 0em;
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: url("~/.config/rofi/assets/notification.png", width);
|
||||
}
|
||||
mainbox {
|
||||
enabled: true;
|
||||
orientation: vertical;
|
||||
children: [ "dummy" , "frame" ];
|
||||
background-color: transparent;
|
||||
}
|
||||
dummy {
|
||||
padding: 6em;
|
||||
expand: false;
|
||||
background-color: transparent;
|
||||
}
|
||||
frame {
|
||||
enabled: true;
|
||||
orientation: vertical;
|
||||
children: [ "dummy2" , "listview" , "dummy2" ];
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
// Lists //
|
||||
listview {
|
||||
enabled: true;
|
||||
spacing: 0em;
|
||||
padding: 0em;
|
||||
columns: 1;
|
||||
lines: 5;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
layout: vertical;
|
||||
reverse: false;
|
||||
expand: false;
|
||||
fixed-height: true;
|
||||
fixed-columns: true;
|
||||
cursor: "default";
|
||||
background-color: transparent;
|
||||
}
|
||||
dummy2 {
|
||||
spacing: 0em;
|
||||
padding: 0em;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
// Elements //
|
||||
element {
|
||||
enabled: true;
|
||||
spacing: 1em;
|
||||
padding: 1em;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
text-color: @main-fg;
|
||||
border-radius: 0em;
|
||||
}
|
||||
element selected.normal {
|
||||
background-color: @select-bg;
|
||||
text-color: @select-fg;
|
||||
}
|
||||
element-icon {
|
||||
enabled: false;
|
||||
}
|
||||
element-text {
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.5;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user