diff options
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config-calc.rasi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi new file mode 100644 index 00000000..5924a11d --- /dev/null +++ b/config/rofi/config-calc.rasi @@ -0,0 +1,16 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Main Config Calculator */ +/* Submitted by: https://github.com/JosephArmas */ + +@import "~/.config/rofi/config.rasi" + +/* ---- Entry ---- */ +entry { + width: 27%; + placeholder: "🧮 Calculate"; +} + +/* ---- Window ---- */ +window { + width: 30%; +} |
