File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -10,28 +10,42 @@ The preview uses my wrapper for bemenu: [bemenu-orange-wrapper](https://github.c
10
10
11
11
- [ qalc] ( https://github.com/Qalculate/libqalculate )
12
12
- [ bemenu >= 0.6] ( https://github.com/Cloudef/bemenu )
13
- - [ xclip] ( https://github.com/astrand/xclip )
14
13
- [ Nerd Fonts (Symbols Only)] ( https://github.com/ryanoasis/nerd-fonts/releases/latest )
15
14
- Bash >= 5
15
+ - xclip
16
16
17
17
### Optional
18
18
19
19
- [ bemenu-orange-wrapper] ( https://github.com/tkapias/bemenu-orange-wrapper )
20
20
- [ qalculate-gtk: Qalculate!] ( https://github.com/Qalculate/qalculate-gtk )
21
21
22
-
23
22
## Installation
24
23
24
+ ### Dependencies
25
+
26
+ - Debian example with [ bemenu-orange-wrapper] ( https://github.com/tkapias/bemenu-orange-wrapper ) :
27
+
28
+ 1 . Follow [ bemenu-orange-wrapper instructions] ( https://github.com/tkapias/bemenu-orange-wrapper?tab=readme-ov-file#installation ) .
29
+
30
+ 2 . Next:
31
+
32
+ ``` bash
33
+ # xclip, qalc, qalculate-gtk
34
+ sudo apt install xclip qalc qalculate-gtk
35
+ ```
36
+
37
+ ### bemenu-qalc
38
+
25
39
``` bash
26
- git clone --depth 0 https://github.com/tkapias/bemenu-qalc.git bemenu-qalc
40
+ git clone --depth 1 https://github.com/tkapias/bemenu-qalc.git bemenu-qalc
27
41
cd bemenu-qalc
28
- chmod +x bemenu-qalc.sh
42
+ chmod +x bemenu-qalc.bash
29
43
```
30
44
31
45
- Optional: Symlink to a directory in your user's path:
32
46
33
47
``` bash
34
- ln -s $PWD /bemenu-qalc.sh $HOME /.local/bin/bemenu-qalc
48
+ ln -s $PWD /bemenu-qalc.bash $HOME /.local/bin/bemenu-qalc
35
49
```
36
50
37
51
## Features
File renamed without changes.
You can’t perform that action at this time.
0 commit comments