add rofi calculator
This commit is contained in:
@@ -9,6 +9,7 @@ configuration {
|
|||||||
display-nerdfont: " nerd-font ";
|
display-nerdfont: " nerd-font ";
|
||||||
display-emoji: " emoji ";
|
display-emoji: " emoji ";
|
||||||
display-clipboard: " clipboard ";
|
display-clipboard: " clipboard ";
|
||||||
|
display-calc: " calculator ";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
drun-display-format: "{icon} {name}";
|
drun-display-format: "{icon} {name}";
|
||||||
sidebar-mode: true;
|
sidebar-mode: true;
|
||||||
|
@@ -20,7 +20,7 @@ super + n
|
|||||||
|
|
||||||
# clipboard manager
|
# clipboard manager
|
||||||
super + c
|
super + c
|
||||||
rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
|
rofi -modi "clipboard:greenclip print,calc" -show clipboard -run-command '{cmd}' -no-show-match -no-sort -calc-command "echo -n '{result}' | xclip -selection clipboard"
|
||||||
|
|
||||||
# power menu
|
# power menu
|
||||||
super + p
|
super + p
|
||||||
|
Reference in New Issue
Block a user