diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-05-23 12:16:52 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 12:16:52 +0900 |
| commit | 074d06e3b51760edc2ca62ec198bba205eeb0bbf (patch) | |
| tree | 6e672cccd7e4d9aea17c9abbe81349c654c9bdb9 /config/rofi | |
| parent | 0054b0b766d62112c4b096b61f8777a402bff08a (diff) | |
| parent | f34a6bf1006bcd3b2584ec69c2ca7ab30b517bc0 (diff) | |
Merge pull request #296 from JosephArmas/rofi-calc-baedot
New Feature: Rofi calculator
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%; +} |
