Added
This commit is contained in:
@@ -33,7 +33,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
width: 600px;
|
width: 408px;
|
||||||
|
height: 728px;
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
border: 2px solid;
|
border: 2px solid;
|
||||||
border-color: @sapphire;
|
border-color: @sapphire;
|
||||||
@@ -47,6 +48,7 @@ window {
|
|||||||
y-offset: 0;
|
y-offset: 0;
|
||||||
|
|
||||||
background-image: url("~/.config/rofi/smoking_girl.png", both);
|
background-image: url("~/.config/rofi/smoking_girl.png", both);
|
||||||
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
mainbox {
|
mainbox {
|
||||||
@@ -98,7 +100,7 @@ scrollbar {
|
|||||||
element {
|
element {
|
||||||
padding: 12px 15px;
|
padding: 12px 15px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: @base;
|
background-color: rgba(30, 30, 46, 0.6);
|
||||||
text-color: @text;
|
text-color: @text;
|
||||||
spacing: 12px;
|
spacing: 12px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/networkmanager_dmenu/config.ini" = {
|
home.file.".config/networkmanager-dmenu/config.ini" = {
|
||||||
source = ./configs/config.ini;
|
source = ./configs/config.ini;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -183,6 +183,7 @@ in
|
|||||||
"${super}, O, exec, obsidian"
|
"${super}, O, exec, obsidian"
|
||||||
"${super}, I, exec, floorp"
|
"${super}, I, exec, floorp"
|
||||||
"${super}, G, exec, thunderbird"
|
"${super}, G, exec, thunderbird"
|
||||||
|
"${super}, N, exec, networkmanager_dmenu"
|
||||||
|
|
||||||
# Lock Screen
|
# Lock Screen
|
||||||
"${super}, M, exit, "
|
"${super}, M, exit, "
|
||||||
|
|||||||
Reference in New Issue
Block a user