mirror of
https://github.com/zoriya/dotfiles.git
synced 2026-06-09 04:55:06 +00:00
rofi theme
This commit is contained in:
@@ -10,7 +10,6 @@ window {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
border: 1px;
|
||||
border-radius: 20;
|
||||
border-color: @accent;
|
||||
}
|
||||
|
||||
@@ -97,3 +96,5 @@ element selected {
|
||||
border-radius: 0px;
|
||||
border-color: @accent;
|
||||
}
|
||||
|
||||
/* vim:ft=css
|
||||
|
||||
@@ -4,7 +4,7 @@ configuration {
|
||||
show-icons: false;
|
||||
disable-history: true;
|
||||
sidebar-mode: false;
|
||||
font: "JetBrains Mono Nerd Font 18";
|
||||
font: "monospace 18";
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -60,3 +60,5 @@ element selected {
|
||||
border-radius: 10px;
|
||||
border-color: @border;
|
||||
}
|
||||
|
||||
// vim: set ft=css :
|
||||
|
||||
@@ -11,7 +11,7 @@ logout=""
|
||||
|
||||
opt=($lock $suspend $logout $reboot $shutdown)
|
||||
|
||||
case $(print -l "${(@)opt}" | rofi -theme ./powermenu.rasi -dmenu) in
|
||||
case $(print -l "${(@)opt}" | dmenu -theme ./powermenu.rasi) in
|
||||
$cancel) ;;
|
||||
$shutdown) systemctl poweroff ;;
|
||||
$reboot) systemctl reboot ;;
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
* {
|
||||
accent: #FF4151;
|
||||
background: #0f111a;
|
||||
secondary: #00010A;
|
||||
foreground: #E5E9F0;
|
||||
accent: env(accent, #FF4151);
|
||||
background: env(backround, #0f111a);
|
||||
secondary: env(border, #00010A);
|
||||
foreground: env(forground, #E5E9F0);
|
||||
}
|
||||
|
||||
configuration {
|
||||
font: "JetBrains Mono Nerd Font 10";
|
||||
}
|
||||
// vim: set ft=css :
|
||||
|
||||
Reference in New Issue
Block a user