Compare commits
68 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
953239bb5c | ||
|
|
2136a6165c | ||
|
|
a752be7434 | ||
|
|
517054f013 | ||
|
|
8b0d4f943b | ||
|
|
5c839eb576 | ||
|
|
68f42b7569 | ||
|
|
725ce44058 | ||
|
|
2d755f609d | ||
|
|
423adcd096 | ||
|
|
1b61a42b10 | ||
|
|
c0eb0965a8 | ||
|
|
c940139fd9 | ||
|
|
10b1b2a1e6 | ||
|
|
b4b7d3486a | ||
|
|
61a5595d84 | ||
|
|
cb44c7215f | ||
|
|
e7fafebf55 | ||
|
|
702cbb1c5c | ||
|
|
7de2854041 | ||
|
|
be6b71673d | ||
|
|
9c48c585b7 | ||
|
|
3977c4fc7c | ||
|
|
46a526ced8 | ||
|
|
12da77fbfc | ||
|
|
484c6ccb29 | ||
|
|
7aac5a4f52 | ||
|
|
44e4c95900 | ||
|
|
86a3398bc3 | ||
|
|
c4a268332a | ||
|
|
e77d189f4a | ||
|
|
e3cb0af2bd | ||
|
|
1015f4c48f | ||
|
|
86c92328cd | ||
|
|
4afa9f1aa3 | ||
|
|
0bce8cf971 | ||
|
|
e6a1130524 | ||
|
|
433c05ca1e | ||
|
|
cd06a981cb | ||
|
|
0f6f92433e | ||
|
|
3ffd09b5d7 | ||
|
|
071841da46 | ||
|
|
c7a0b564c0 | ||
|
|
6862711010 | ||
|
|
6d671062df | ||
|
|
9aebff5d98 | ||
|
|
051590ce4b | ||
|
|
16be4ff00d | ||
|
|
9f0f708cae | ||
|
|
4e04e7a4f4 | ||
|
|
85a0b87024 | ||
|
|
6649dcefdb | ||
|
|
e501038c64 | ||
|
|
008f31278d | ||
|
|
69e3b06b39 | ||
|
|
99765402d7 | ||
|
|
3fb70fc0cb | ||
|
|
04a04c1417 | ||
|
|
a54a56c4b9 | ||
|
|
0cd48d1631 | ||
|
|
943ca39055 | ||
|
|
42b279ee02 | ||
|
|
42f15ec2cb | ||
|
|
936f793be4 | ||
|
|
b59058c5c2 | ||
|
|
3ea4a7824c | ||
|
|
701d4e62f2 | ||
|
|
d4996af84a |
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@@ -1 +1,2 @@
|
|||||||
github: nwg-piotr
|
github: nwg-piotr
|
||||||
|
liberapay: nwg
|
||||||
|
|||||||
10
Makefile
10
Makefile
@@ -1,11 +1,11 @@
|
|||||||
get:
|
get:
|
||||||
go get github.com/gotk3/gotk3
|
go get github.com/diamondburned/gotk4/pkg/gdk/v3
|
||||||
go get github.com/gotk3/gotk3/gdk
|
go get github.com/diamondburned/gotk4/pkg/glib/v2
|
||||||
go get github.com/gotk3/gotk3/glib
|
go get github.com/diamondburned/gotk4/pkg/gtk/v3
|
||||||
go get github.com/dlasky/gotk3-layershell/layershell
|
go get github.com/diamondburned/gotk4-layer-shell/pkg/gtklayershell
|
||||||
go get github.com/joshuarubin/go-sway
|
go get github.com/joshuarubin/go-sway
|
||||||
go get github.com/allan-simon/go-singleinstance
|
go get github.com/allan-simon/go-singleinstance
|
||||||
go get "github.com/sirupsen/logrus"
|
go get github.com/sirupsen/logrus
|
||||||
go get github.com/fsnotify/fsnotify
|
go get github.com/fsnotify/fsnotify
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|||||||
52
README.md
52
README.md
@@ -13,9 +13,9 @@ and for files in XDG user directories. The grid view may also be filtered by cat
|
|||||||
You may pin applications by right-clicking them. Pinned items will appear above the application grid. Right-click
|
You may pin applications by right-clicking them. Pinned items will appear above the application grid. Right-click
|
||||||
a pinned item to unpin it. The pinned items cache is shared with [nwg-menu](https://github.com/nwg-piotr/nwg-menu).
|
a pinned item to unpin it. The pinned items cache is shared with [nwg-menu](https://github.com/nwg-piotr/nwg-menu).
|
||||||
|
|
||||||
Below the grid there is the power bar - a row of buttons to lock the screen, exit the compositor, reboot, suspend and power
|
Below the grid there is the **power bar** - a row of buttons to lock the screen, exit the compositor, reboot, suspend
|
||||||
the machine off. For each button to appear, you need to provide a corresponding command. See "Command line arguments"
|
and power the machine off. For each button to appear, you need to provide a corresponding command. See "Command line
|
||||||
below.
|
arguments" below. If the power bar is present, pressing **Tab** will move focus to its first button.
|
||||||
|
|
||||||
<img src="https://github.com/nwg-piotr/nwg-drawer/assets/20579136/8f4eacb4-5395-4350-889b-a9037aa34f08" width=640 alt="screenshot"><br>
|
<img src="https://github.com/nwg-piotr/nwg-drawer/assets/20579136/8f4eacb4-5395-4350-889b-a9037aa34f08" width=640 alt="screenshot"><br>
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ To close the window w/o running a program, you may use the `Esc` key, or right-c
|
|||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
- go >=1.20 (just to build)
|
- go
|
||||||
- gtk3
|
- gtk3
|
||||||
- gtk-layer-shell
|
- gtk-layer-shell
|
||||||
- xdg-utils
|
- xdg-utils
|
||||||
@@ -51,9 +51,11 @@ confirmed to work well with the program. Also see **Files** below.
|
|||||||
|
|
||||||
```text
|
```text
|
||||||
$ nwg-drawer -h
|
$ nwg-drawer -h
|
||||||
Usage of /tmp/go-build3511850078/b001/exe/nwg-drawer:
|
Usage of nwg-drawer:
|
||||||
-c uint
|
-c uint
|
||||||
number of Columns (default 6)
|
number of Columns (default 6)
|
||||||
|
-close
|
||||||
|
close drawer of existing instance
|
||||||
-d Turn on Debug messages
|
-d Turn on Debug messages
|
||||||
-fm string
|
-fm string
|
||||||
File Manager (default "thunar")
|
File Manager (default "thunar")
|
||||||
@@ -86,6 +88,8 @@ Usage of /tmp/go-build3511850078/b001/exe/nwg-drawer:
|
|||||||
Disable file search
|
Disable file search
|
||||||
-o string
|
-o string
|
||||||
name of the Output to display the drawer on (sway & Hyprland only)
|
name of the Output to display the drawer on (sway & Hyprland only)
|
||||||
|
-open
|
||||||
|
open drawer of existing instance
|
||||||
-ovl
|
-ovl
|
||||||
use OVerLay layer
|
use OVerLay layer
|
||||||
-pbexit string
|
-pbexit string
|
||||||
@@ -97,9 +101,11 @@ Usage of /tmp/go-build3511850078/b001/exe/nwg-drawer:
|
|||||||
-pbreboot string
|
-pbreboot string
|
||||||
command for the Reboot power bar icon
|
command for the Reboot power bar icon
|
||||||
-pbsize int
|
-pbsize int
|
||||||
power bar icon size (default 64)
|
power bar icon size (only works w/ built-in icons) (default 64)
|
||||||
-pbsleep string
|
-pbsleep string
|
||||||
command for the sleep power bar icon
|
command for the sleep power bar icon
|
||||||
|
-pbuseicontheme
|
||||||
|
use icon theme instead of built-in icons in power bar
|
||||||
-r Leave the program resident in memory
|
-r Leave the program resident in memory
|
||||||
-s string
|
-s string
|
||||||
Styling: css file name (default "drawer.css")
|
Styling: css file name (default "drawer.css")
|
||||||
@@ -137,6 +143,15 @@ this should be a little bit faster.
|
|||||||
Running a resident instance should speed up use of the drawer significantly. Pay attention to the fact, that you
|
Running a resident instance should speed up use of the drawer significantly. Pay attention to the fact, that you
|
||||||
need to `pkill -f nwg-drawer` and reload the compositor to apply any new arguments!
|
need to `pkill -f nwg-drawer` and reload the compositor to apply any new arguments!
|
||||||
|
|
||||||
|
If you want to explicitly specify commands to open and close the resident instance, which can be helpful for touchpad gestures, please use the `-open` and `-close` parameters. Similarly, some signals can also be use: pkill -USR2 nwg-drawer to open and pkill -SIGRTMIN+3 nwg-drawer to close.
|
||||||
|
|
||||||
|
For a MacOS-style three-finger pinch:
|
||||||
|
|
||||||
|
```text
|
||||||
|
bindgesture pinch:4:inward exec pkill -SIGUSR2 nwg-drawer
|
||||||
|
bindgesture pinch:4:outward exec pkill -SIGRTMIN+3 nwg-drawer
|
||||||
|
```
|
||||||
|
|
||||||
## Logging
|
## Logging
|
||||||
|
|
||||||
In case you encounter an issue, you may need debug messages. If you use the resident instance, you'll see nothing
|
In case you encounter an issue, you may need debug messages. If you use the resident instance, you'll see nothing
|
||||||
@@ -157,7 +172,7 @@ Edit `~/.config/nwg-drawer/drawer.css` to your taste.
|
|||||||
When the search phrase is at least 3 characters long, your XDG user directories are being searched.
|
When the search phrase is at least 3 characters long, your XDG user directories are being searched.
|
||||||
|
|
||||||
Use the **left mouse button** to open a file with the `xdg-open` command. As configuring file associations for it is
|
Use the **left mouse button** to open a file with the `xdg-open` command. As configuring file associations for it is
|
||||||
PITA, you may override them, by creating the `~/.config/nwg-panel/preferred-apps.json` file with your own definitions.
|
PITA, you may override them, by creating the `~/.config/nwg-drawer/preferred-apps.json` file with your own definitions.
|
||||||
|
|
||||||
### Sample `preferred-apps.json` file content
|
### Sample `preferred-apps.json` file content
|
||||||
|
|
||||||
@@ -184,21 +199,36 @@ I've noy yet tried other file managers.
|
|||||||
### File search exclusions
|
### File search exclusions
|
||||||
|
|
||||||
You may want to exclude some paths inside your XDG user directories from searching. If so, define exclusions in the
|
You may want to exclude some paths inside your XDG user directories from searching. If so, define exclusions in the
|
||||||
`~/.config/nwg-panel/excluded-dirs` file, e.g. like this:
|
`~/.config/nwg-drawer/excluded-dirs` file, e.g. like this:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
# exclude all paths containing 'node_modules'
|
# exclude all paths containing 'node_modules'
|
||||||
node_modules
|
node_modules
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Calculations in the search box
|
||||||
|
|
||||||
|
If the search box is not empty, and you press Enter, the search box content will be evaluated as an arithmetic operation.
|
||||||
|
If the result is not an error, it will be displayed in a small window, and copied to the clipboard with wl-copy.
|
||||||
|
Press any key to close the window.
|
||||||
|
|
||||||
|
You may change the result label styling e.g. like this:
|
||||||
|
|
||||||
|
```css
|
||||||
|
/* math operation result label */
|
||||||
|
#math-label {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 16px
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
This program uses some great libraries:
|
This program uses some great libraries:
|
||||||
|
|
||||||
- [gotk3](https://github.com/gotk3/gotk3) Copyright (c) 2013-2014 Conformal Systems LLC,
|
- [gotk4](https://github.com/diamondburned/gotk4) by [diamondburned](https://github.com/diamondburned) released under [GNU Affero General Public License v3.0](https://github.com/diamondburned/gotk4/blob/4/LICENSE.md)
|
||||||
Copyright (c) 2015-2018 gotk3 contributors
|
|
||||||
- [gotk3-layershell](https://github.com/dlasky/gotk3-layershell) by [@dlasky](https://github.com/dlasky/gotk3-layershell/commits?author=dlasky) - many thanks for writing this software, and for patience with my requests!
|
|
||||||
- [go-sway](https://github.com/joshuarubin/go-sway) Copyright (c) 2019 Joshua Rubin
|
- [go-sway](https://github.com/joshuarubin/go-sway) Copyright (c) 2019 Joshua Rubin
|
||||||
- [go-singleinstance](github.com/allan-simon/go-singleinstance) Copyright (c) 2015 Allan Simon
|
- [go-singleinstance](github.com/allan-simon/go-singleinstance) Copyright (c) 2015 Allan Simon
|
||||||
- [logrus](https://github.com/sirupsen/logrus) Copyright (c) 2014 Simon Eskildsen
|
- [logrus](https://github.com/sirupsen/logrus) Copyright (c) 2014 Simon Eskildsen
|
||||||
- [fsnotify](https://github.com/fsnotify/fsnotify) Copyright (c) 2012-2019 fsnotify Authors
|
- [fsnotify](https://github.com/fsnotify/fsnotify) Copyright (c) 2012-2019 fsnotify Authors
|
||||||
|
- [expr](https://github.com/expr-lang/expr) Copyright (c) 2018 Anton Medvedev
|
||||||
|
|||||||
@@ -32,3 +32,9 @@ button:hover {
|
|||||||
border: 1px dotted gray;
|
border: 1px dotted gray;
|
||||||
border-radius: 15px
|
border-radius: 15px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* math operation result label */
|
||||||
|
#math-label {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 16px
|
||||||
|
}
|
||||||
|
|||||||
15
go.mod
15
go.mod
@@ -1,19 +1,22 @@
|
|||||||
module github.com/nwg-piotr/nwg-drawer
|
module github.com/nwg-piotr/nwg-drawer
|
||||||
|
|
||||||
go 1.21
|
go 1.23
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37
|
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37
|
||||||
github.com/dlasky/gotk3-layershell v0.0.0-20230802002603-b0c42cd8474f
|
github.com/diamondburned/gotk4-layer-shell/pkg v0.0.0-20240109211357-6efa9f6dc438
|
||||||
github.com/fsnotify/fsnotify v1.7.0
|
github.com/diamondburned/gotk4/pkg v0.3.1
|
||||||
github.com/gotk3/gotk3 v0.6.3
|
github.com/expr-lang/expr v1.16.9
|
||||||
|
github.com/fsnotify/fsnotify v1.8.0
|
||||||
github.com/joshuarubin/go-sway v1.2.0
|
github.com/joshuarubin/go-sway v1.2.0
|
||||||
github.com/sirupsen/logrus v1.9.3
|
github.com/sirupsen/logrus v1.9.3
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
github.com/KarpelesLab/weak v0.1.1 // indirect
|
||||||
github.com/joshuarubin/lifecycle v1.1.4 // indirect
|
github.com/joshuarubin/lifecycle v1.1.4 // indirect
|
||||||
go.uber.org/multierr v1.11.0 // indirect
|
go.uber.org/multierr v1.11.0 // indirect
|
||||||
golang.org/x/sync v0.6.0 // indirect
|
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect
|
||||||
golang.org/x/sys v0.16.0 // indirect
|
golang.org/x/sync v0.9.0 // indirect
|
||||||
|
golang.org/x/sys v0.27.0 // indirect
|
||||||
)
|
)
|
||||||
|
|||||||
45
go.sum
45
go.sum
@@ -1,21 +1,20 @@
|
|||||||
|
github.com/KarpelesLab/weak v0.1.1 h1:fNnlPo3aypS9tBzoEQluY13XyUfd/eWaSE/vMvo9s4g=
|
||||||
|
github.com/KarpelesLab/weak v0.1.1/go.mod h1:pzXsWs5f2bf+fpgHayTlBE1qJpO3MpJKo5sRaLu1XNw=
|
||||||
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37 h1:28uU3TtuvQ6KRndxg9TrC868jBWmSKgh0GTXkACCXmA=
|
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37 h1:28uU3TtuvQ6KRndxg9TrC868jBWmSKgh0GTXkACCXmA=
|
||||||
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37/go.mod h1:6AXRstqK+32jeFmw89QGL2748+dj34Av4xc/I9oo9BY=
|
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37/go.mod h1:6AXRstqK+32jeFmw89QGL2748+dj34Av4xc/I9oo9BY=
|
||||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||||
github.com/dlasky/gotk3-layershell v0.0.0-20221218201547-1f6674a3f872 h1:16qcNl+UgbvudN7wPv+zq4mmDSYJWdLv5jbVhS7+OVI=
|
github.com/diamondburned/gotk4-layer-shell/pkg v0.0.0-20240109211357-6efa9f6dc438 h1:Ymnl4B+Fn4srLxXbRV2RY1iHT2SH3oAkOfxeEeMI3Fg=
|
||||||
github.com/dlasky/gotk3-layershell v0.0.0-20221218201547-1f6674a3f872/go.mod h1:JHLx2Wz4mAPVwn4PFhC69ydwyHP4A3wQvlg7HKVVc1U=
|
github.com/diamondburned/gotk4-layer-shell/pkg v0.0.0-20240109211357-6efa9f6dc438/go.mod h1:AjrxxF6teeNWgaEg0zIUwoqFtXlVTHlEGZvrOn7RXaQ=
|
||||||
github.com/dlasky/gotk3-layershell v0.0.0-20230802002603-b0c42cd8474f h1:qDnUQAD7tVX/gnL6uSgouzfGNA4xXH+B/fd6Ko19GgM=
|
github.com/diamondburned/gotk4/pkg v0.3.1 h1:uhkXSUPUsCyz3yujdvl7DSN8jiLS2BgNTQE95hk6ygg=
|
||||||
github.com/dlasky/gotk3-layershell v0.0.0-20230802002603-b0c42cd8474f/go.mod h1:JHLx2Wz4mAPVwn4PFhC69ydwyHP4A3wQvlg7HKVVc1U=
|
github.com/diamondburned/gotk4/pkg v0.3.1/go.mod h1:DqeOW+MxSZFg9OO+esk4JgQk0TiUJJUBfMltKhG+ub4=
|
||||||
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
|
github.com/expr-lang/expr v1.16.9 h1:WUAzmR0JNI9JCiF0/ewwHB1gmcGw5wW7nWt8gc6PpCI=
|
||||||
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
|
github.com/expr-lang/expr v1.16.9/go.mod h1:8/vRC7+7HBzESEqt5kKpYXxrxkr31SaO8r40VO/1IT4=
|
||||||
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
|
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
|
||||||
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
||||||
github.com/gotk3/gotk3 v0.6.1/go.mod h1:/hqFpkNa9T3JgNAE2fLvCdov7c5bw//FHNZrZ3Uv9/Q=
|
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
|
||||||
github.com/gotk3/gotk3 v0.6.2 h1:sx/PjaKfKULJPTPq8p2kn2ZbcNFxpOJqi4VLzMbEOO8=
|
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
|
||||||
github.com/gotk3/gotk3 v0.6.2/go.mod h1:/hqFpkNa9T3JgNAE2fLvCdov7c5bw//FHNZrZ3Uv9/Q=
|
|
||||||
github.com/gotk3/gotk3 v0.6.3 h1:+Ke4WkM1TQUNOlM2TZH6szqknqo+zNbX3BZWVXjSHYw=
|
|
||||||
github.com/gotk3/gotk3 v0.6.3/go.mod h1:/hqFpkNa9T3JgNAE2fLvCdov7c5bw//FHNZrZ3Uv9/Q=
|
|
||||||
github.com/joshuarubin/go-sway v1.2.0 h1:t3eqW504//uj9PDwFf0+IVfkD+WoOGaDX5gYIe0BHyM=
|
github.com/joshuarubin/go-sway v1.2.0 h1:t3eqW504//uj9PDwFf0+IVfkD+WoOGaDX5gYIe0BHyM=
|
||||||
github.com/joshuarubin/go-sway v1.2.0/go.mod h1:qcDd6f25vJ0++wICwA1BainIcRC67p2Mb4lsrZ0k3/k=
|
github.com/joshuarubin/go-sway v1.2.0/go.mod h1:qcDd6f25vJ0++wICwA1BainIcRC67p2Mb4lsrZ0k3/k=
|
||||||
github.com/joshuarubin/lifecycle v1.0.0/go.mod h1:sRy++ATvR9Ee21tkRdFkQeywAWvDsue66V70K0Dnl54=
|
github.com/joshuarubin/lifecycle v1.0.0/go.mod h1:sRy++ATvR9Ee21tkRdFkQeywAWvDsue66V70K0Dnl54=
|
||||||
@@ -33,21 +32,19 @@ go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
|
|||||||
go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0=
|
go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0=
|
||||||
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
|
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
|
||||||
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
|
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
|
||||||
|
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 h1:lGdhQUN/cnWdSH3291CUuxSEqc+AsGTiDxPP3r2J0l4=
|
||||||
|
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6/go.mod h1:FftLjUGFEDu5k8lt0ddY+HcrH/qU/0qk+H8j9/nTl3E=
|
||||||
golang.org/x/sync v0.0.0-20190412183630-56d357773e84/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
golang.org/x/sync v0.0.0-20190412183630-56d357773e84/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||||
golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=
|
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
|
||||||
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
|
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
|
||||||
golang.org/x/sync v0.5.0 h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE=
|
golang.org/x/sync v0.9.0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ=
|
||||||
golang.org/x/sync v0.5.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
|
golang.org/x/sync v0.9.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
|
||||||
golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=
|
|
||||||
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
|
|
||||||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
|
||||||
golang.org/x/sys v0.10.0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA=
|
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||||
golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
|
||||||
golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
|
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||||
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
|
||||||
golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=
|
|
||||||
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
|
||||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||||
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
||||||
|
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||||
|
|||||||
308
main.go
308
main.go
@@ -3,6 +3,8 @@ package main
|
|||||||
import (
|
import (
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"github.com/diamondburned/gotk4-layer-shell/pkg/gtklayershell"
|
||||||
|
"github.com/expr-lang/expr"
|
||||||
"os"
|
"os"
|
||||||
"os/signal"
|
"os/signal"
|
||||||
"path"
|
"path"
|
||||||
@@ -12,20 +14,20 @@ import (
|
|||||||
"syscall"
|
"syscall"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/allan-simon/go-singleinstance"
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
|
|
||||||
"github.com/allan-simon/go-singleinstance"
|
"github.com/diamondburned/gotk4/pkg/gdk/v3"
|
||||||
"github.com/dlasky/gotk3-layershell/layershell"
|
"github.com/diamondburned/gotk4/pkg/glib/v2"
|
||||||
"github.com/gotk3/gotk3/gdk"
|
"github.com/diamondburned/gotk4/pkg/gtk/v3"
|
||||||
"github.com/gotk3/gotk3/glib"
|
|
||||||
"github.com/gotk3/gotk3/gtk"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
const version = "0.4.6"
|
const version = "0.6.0"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
appDirs []string
|
appDirs []string
|
||||||
configDirectory string
|
configDirectory string
|
||||||
|
dataDirectory string
|
||||||
pinnedFile string
|
pinnedFile string
|
||||||
pinned []string
|
pinned []string
|
||||||
id2entry map[string]desktopEntry
|
id2entry map[string]desktopEntry
|
||||||
@@ -33,6 +35,7 @@ var (
|
|||||||
exclusions []string
|
exclusions []string
|
||||||
hyprlandMonitors []monitor
|
hyprlandMonitors []monitor
|
||||||
beenScrolled bool
|
beenScrolled bool
|
||||||
|
firstPowerBtn *gtk.Button
|
||||||
)
|
)
|
||||||
|
|
||||||
var categoryNames = [...]string{
|
var categoryNames = [...]string{
|
||||||
@@ -153,6 +156,8 @@ var targetOutput = flag.String("o", "", "name of the Output to display the drawe
|
|||||||
var displayVersion = flag.Bool("v", false, "display Version information")
|
var displayVersion = flag.Bool("v", false, "display Version information")
|
||||||
var keyboard = flag.Bool("k", false, "set GTK layer shell Keyboard interactivity to 'on-demand' mode")
|
var keyboard = flag.Bool("k", false, "set GTK layer shell Keyboard interactivity to 'on-demand' mode")
|
||||||
var overlay = flag.Bool("ovl", false, "use OVerLay layer")
|
var overlay = flag.Bool("ovl", false, "use OVerLay layer")
|
||||||
|
var flagDrawerOpen = flag.Bool("open", false, "open drawer of existing instance")
|
||||||
|
var flagDrawerClose = flag.Bool("close", false, "close drawer of existing instance")
|
||||||
var gtkTheme = flag.String("g", "", "GTK theme name")
|
var gtkTheme = flag.String("g", "", "GTK theme name")
|
||||||
var gtkIconTheme = flag.String("i", "", "GTK icon theme name")
|
var gtkIconTheme = flag.String("i", "", "GTK icon theme name")
|
||||||
var iconSize = flag.Int("is", 64, "Icon Size")
|
var iconSize = flag.Int("is", 64, "Icon Size")
|
||||||
@@ -167,7 +172,7 @@ var itemSpacing = flag.Uint("spacing", 20, "icon spacing")
|
|||||||
var lang = flag.String("lang", "", "force lang, e.g. \"en\", \"pl\"")
|
var lang = flag.String("lang", "", "force lang, e.g. \"en\", \"pl\"")
|
||||||
var fileManager = flag.String("fm", "thunar", "File Manager")
|
var fileManager = flag.String("fm", "thunar", "File Manager")
|
||||||
var term = flag.String("term", defaultTermIfBlank(os.Getenv("TERM"), "foot"), "Terminal emulator")
|
var term = flag.String("term", defaultTermIfBlank(os.Getenv("TERM"), "foot"), "Terminal emulator")
|
||||||
var wm = flag.String("wm", "", "use swaymsg exec (with 'sway' argument) or hyprctl dispatch exec (with 'hyprland') to launch programs")
|
var wm = flag.String("wm", "", "use swaymsg exec (with 'sway' argument) or hyprctl dispatch exec (with 'hyprland') or riverctl spawn (with 'river') to launch programs")
|
||||||
var nameLimit = flag.Int("fslen", 80, "File Search name LENgth Limit")
|
var nameLimit = flag.Int("fslen", 80, "File Search name LENgth Limit")
|
||||||
var noCats = flag.Bool("nocats", false, "Disable filtering by category")
|
var noCats = flag.Bool("nocats", false, "Disable filtering by category")
|
||||||
var noFS = flag.Bool("nofs", false, "Disable file search")
|
var noFS = flag.Bool("nofs", false, "Disable file search")
|
||||||
@@ -177,7 +182,8 @@ var pbLock = flag.String("pblock", "", "command for the Lock power bar icon")
|
|||||||
var pbPoweroff = flag.String("pbpoweroff", "", "command for the Poweroff power bar icon")
|
var pbPoweroff = flag.String("pbpoweroff", "", "command for the Poweroff power bar icon")
|
||||||
var pbReboot = flag.String("pbreboot", "", "command for the Reboot power bar icon")
|
var pbReboot = flag.String("pbreboot", "", "command for the Reboot power bar icon")
|
||||||
var pbSleep = flag.String("pbsleep", "", "command for the sleep power bar icon")
|
var pbSleep = flag.String("pbsleep", "", "command for the sleep power bar icon")
|
||||||
var pbSize = flag.Int("pbsize", 64, "power bar icon size")
|
var pbSize = flag.Int("pbsize", 64, "power bar icon size (only works w/ built-in icons)")
|
||||||
|
var pbUseIconTheme = flag.Bool("pbuseicontheme", false, "use icon theme instead of built-in icons in power bar")
|
||||||
var debug = flag.Bool("d", false, "Turn on Debug messages")
|
var debug = flag.Bool("d", false, "Turn on Debug messages")
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
@@ -199,8 +205,10 @@ func main() {
|
|||||||
// v0.2: we also need to support SIGUSR from now on
|
// v0.2: we also need to support SIGUSR from now on
|
||||||
showWindowChannel := make(chan interface{}, 1)
|
showWindowChannel := make(chan interface{}, 1)
|
||||||
signalChan := make(chan os.Signal, 1)
|
signalChan := make(chan os.Signal, 1)
|
||||||
signal.Notify(signalChan, syscall.SIGTERM, syscall.SIGUSR1)
|
const (
|
||||||
|
SIG25 = syscall.Signal(0x25) // Which is SIGRTMIN+3 on Linux, it's not used by the system
|
||||||
|
)
|
||||||
|
signal.Notify(signalChan, syscall.SIGTERM, syscall.SIGUSR1, syscall.SIGUSR2, SIG25)
|
||||||
go func() {
|
go func() {
|
||||||
for {
|
for {
|
||||||
s := <-signalChan
|
s := <-signalChan
|
||||||
@@ -208,7 +216,7 @@ func main() {
|
|||||||
case syscall.SIGTERM:
|
case syscall.SIGTERM:
|
||||||
log.Info("SIGTERM received, bye bye")
|
log.Info("SIGTERM received, bye bye")
|
||||||
gtk.MainQuit()
|
gtk.MainQuit()
|
||||||
case syscall.SIGUSR1:
|
case syscall.SIGUSR1: // toggle drawer
|
||||||
if *resident {
|
if *resident {
|
||||||
// As win.Show() called from inside a goroutine randomly crashes GTK,
|
// As win.Show() called from inside a goroutine randomly crashes GTK,
|
||||||
// let's just set e helper variable here. We'll be checking it with glib.TimeoutAdd.
|
// let's just set e helper variable here. We'll be checking it with glib.TimeoutAdd.
|
||||||
@@ -223,6 +231,23 @@ func main() {
|
|||||||
log.Info("SIGUSR1 received, and I'm not resident, bye bye")
|
log.Info("SIGUSR1 received, and I'm not resident, bye bye")
|
||||||
gtk.MainQuit()
|
gtk.MainQuit()
|
||||||
}
|
}
|
||||||
|
case syscall.SIGUSR2: // open drawer
|
||||||
|
if *resident {
|
||||||
|
log.Debug("SIGUSR2 received, showing the window")
|
||||||
|
showWindowChannel <- struct{}{}
|
||||||
|
} else {
|
||||||
|
log.Info("SIGUSR2 received, and I'm not resident but I'm still here, doing nothing")
|
||||||
|
}
|
||||||
|
case SIG25: // close drawer
|
||||||
|
if *resident {
|
||||||
|
log.Debug("SIG25 received, hiding the window")
|
||||||
|
if win.IsVisible() {
|
||||||
|
restoreStateAndHide()
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
log.Info("A signal received, and I'm not resident, bye bye")
|
||||||
|
gtk.MainQuit()
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
log.Infof("Unknown signal: %s", s.String())
|
log.Infof("Unknown signal: %s", s.String())
|
||||||
}
|
}
|
||||||
@@ -231,10 +256,10 @@ func main() {
|
|||||||
|
|
||||||
// If running instance found, we want it to show the window. The new instance will send SIGUSR1 and die
|
// If running instance found, we want it to show the window. The new instance will send SIGUSR1 and die
|
||||||
// (equivalent of `pkill -USR1 nwg-drawer`).
|
// (equivalent of `pkill -USR1 nwg-drawer`).
|
||||||
// Otherwise the command may behave in two ways:
|
// Otherwise, the command may behave in two ways:
|
||||||
// 1. kill the running non-residennt instance and exit;
|
// 1. kill the running non-resident instance and exit;
|
||||||
// 2. die if a resident instance found.
|
// 2. die if a resident instance found.
|
||||||
lockFilePath := path.Join(dataDir(), "nwg-drawer.lock")
|
lockFilePath := path.Join(dataHome(), "nwg-drawer.lock")
|
||||||
lockFile, err := singleinstance.CreateLockFile(lockFilePath)
|
lockFile, err := singleinstance.CreateLockFile(lockFilePath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
pid, err := readTextFile(lockFilePath)
|
pid, err := readTextFile(lockFilePath)
|
||||||
@@ -244,8 +269,17 @@ func main() {
|
|||||||
if *resident {
|
if *resident {
|
||||||
log.Warnf("Resident instance already running (PID %v)", i)
|
log.Warnf("Resident instance already running (PID %v)", i)
|
||||||
} else {
|
} else {
|
||||||
|
var err error
|
||||||
|
if *flagDrawerClose {
|
||||||
|
log.Infof("Closing resident instance (PID %v)", i)
|
||||||
|
err = syscall.Kill(i, SIG25)
|
||||||
|
} else if *flagDrawerOpen {
|
||||||
log.Infof("Showing resident instance (PID %v)", i)
|
log.Infof("Showing resident instance (PID %v)", i)
|
||||||
err := syscall.Kill(i, syscall.SIGUSR1)
|
err = syscall.Kill(i, syscall.SIGUSR2)
|
||||||
|
} else {
|
||||||
|
log.Infof("Toggling resident instance (PID %v)", i)
|
||||||
|
err = syscall.Kill(i, syscall.SIGUSR1)
|
||||||
|
}
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@@ -266,6 +300,7 @@ func main() {
|
|||||||
|
|
||||||
// ENVIRONMENT
|
// ENVIRONMENT
|
||||||
configDirectory = configDir()
|
configDirectory = configDir()
|
||||||
|
dataDirectory = dataDir()
|
||||||
|
|
||||||
// Placing the drawer config files in the nwg-panel config directory was a mistake.
|
// Placing the drawer config files in the nwg-panel config directory was a mistake.
|
||||||
// Let's move them to their own location.
|
// Let's move them to their own location.
|
||||||
@@ -291,7 +326,7 @@ func main() {
|
|||||||
|
|
||||||
// Copy default style sheet if not found
|
// Copy default style sheet if not found
|
||||||
if !pathExists(filepath.Join(configDirectory, "drawer.css")) {
|
if !pathExists(filepath.Join(configDirectory, "drawer.css")) {
|
||||||
err := copyFile("/usr/share/nwg-drawer/drawer.css", filepath.Join(configDirectory, "drawer.css"))
|
err := copyFile(filepath.Join(dataDirectory, "drawer.css"), filepath.Join(configDirectory, "drawer.css"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Errorf("Failed copying 'drawer.css' file: %s", err)
|
log.Errorf("Failed copying 'drawer.css' file: %s", err)
|
||||||
}
|
}
|
||||||
@@ -352,91 +387,79 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// USER INTERFACE
|
// USER INTERFACE
|
||||||
gtk.Init(nil)
|
gtk.Init()
|
||||||
|
|
||||||
settings, _ := gtk.SettingsGetDefault()
|
settings := gtk.SettingsGetDefault()
|
||||||
if *gtkTheme != "" {
|
if *gtkTheme != "" {
|
||||||
err = settings.SetProperty("gtk-theme-name", *gtkTheme)
|
settings.SetObjectProperty("gtk-theme-name", *gtkTheme)
|
||||||
if err != nil {
|
|
||||||
log.Error("Unable to set theme:", err)
|
|
||||||
} else {
|
|
||||||
log.Infof("User demanded theme: %s", *gtkTheme)
|
log.Infof("User demanded theme: %s", *gtkTheme)
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
err := settings.SetProperty("gtk-application-prefer-dark-theme", true)
|
settings.SetObjectProperty("gtk-application-prefer-dark-theme", true)
|
||||||
if err != nil {
|
|
||||||
log.Error("Error setting 'gtk-application-prefer-dark-theme' property")
|
|
||||||
return
|
|
||||||
}
|
|
||||||
log.Info("Preferring dark theme variants")
|
log.Info("Preferring dark theme variants")
|
||||||
}
|
}
|
||||||
|
|
||||||
if *gtkIconTheme != "" {
|
if *gtkIconTheme != "" {
|
||||||
err = settings.SetProperty("gtk-icon-theme-name", *gtkIconTheme)
|
settings.SetObjectProperty("gtk-icon-theme-name", *gtkIconTheme)
|
||||||
if err != nil {
|
|
||||||
log.Error("Unable to set icon theme:", err)
|
|
||||||
} else {
|
|
||||||
log.Infof("User demanded icon theme: %s", *gtkIconTheme)
|
log.Infof("User demanded icon theme: %s", *gtkIconTheme)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
cssProvider, _ := gtk.CssProviderNew()
|
cssProvider := gtk.NewCSSProvider()
|
||||||
|
|
||||||
err = cssProvider.LoadFromPath(*cssFileName)
|
err = cssProvider.LoadFromPath(*cssFileName)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Errorf("ERROR: %s css file not found or erroneous. Using GTK styling.", *cssFileName)
|
log.Errorf("ERROR: %s css file not found or erroneous. Using GTK styling.", *cssFileName)
|
||||||
log.Errorf("%s", err)
|
|
||||||
} else {
|
} else {
|
||||||
log.Info(fmt.Sprintf("Using style from %s", *cssFileName))
|
log.Info(fmt.Sprintf("Using style from %s", *cssFileName))
|
||||||
screen, _ := gdk.ScreenGetDefault()
|
screen := gdk.ScreenGetDefault()
|
||||||
gtk.AddProviderForScreen(screen, cssProvider, gtk.STYLE_PROVIDER_PRIORITY_APPLICATION)
|
gtk.StyleContextAddProviderForScreen(screen, cssProvider, gtk.STYLE_PROVIDER_PRIORITY_APPLICATION)
|
||||||
}
|
}
|
||||||
|
|
||||||
win, err = gtk.WindowNew(gtk.WINDOW_TOPLEVEL)
|
win = gtk.NewWindow(gtk.WindowToplevel)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal("Unable to create window:", err)
|
log.Fatal("Unable to create window:", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if wayland() {
|
if wayland() {
|
||||||
layershell.InitForWindow(win)
|
gtklayershell.InitForWindow(win)
|
||||||
|
gtklayershell.SetNamespace(win, "nwg-drawer")
|
||||||
|
|
||||||
var output2mon map[string]*gdk.Monitor
|
var output2mon map[string]*gdk.Monitor
|
||||||
if *targetOutput != "" {
|
if *targetOutput != "" {
|
||||||
// We want to assign layershell to a monitor, but we only know the output name!
|
// We want to assign layershell to a monitor, but we only know the output name!
|
||||||
output2mon, err = mapOutputs()
|
output2mon, err = mapOutputs()
|
||||||
fmt.Println(">>>", output2mon)
|
log.Debugf("output2mon: %v", output2mon)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
monitor := output2mon[*targetOutput]
|
mon := output2mon[*targetOutput]
|
||||||
layershell.SetMonitor(win, monitor)
|
gtklayershell.SetMonitor(win, mon)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
log.Errorf("%s", err)
|
log.Errorf("%s", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
layershell.SetAnchor(win, layershell.LAYER_SHELL_EDGE_BOTTOM, true)
|
gtklayershell.SetAnchor(win, gtklayershell.LayerShellEdgeBottom, true)
|
||||||
layershell.SetAnchor(win, layershell.LAYER_SHELL_EDGE_TOP, true)
|
gtklayershell.SetAnchor(win, gtklayershell.LayerShellEdgeTop, true)
|
||||||
layershell.SetAnchor(win, layershell.LAYER_SHELL_EDGE_LEFT, true)
|
gtklayershell.SetAnchor(win, gtklayershell.LayerShellEdgeLeft, true)
|
||||||
layershell.SetAnchor(win, layershell.LAYER_SHELL_EDGE_RIGHT, true)
|
gtklayershell.SetAnchor(win, gtklayershell.LayerShellEdgeRight, true)
|
||||||
|
|
||||||
if *overlay {
|
if *overlay {
|
||||||
layershell.SetLayer(win, layershell.LAYER_SHELL_LAYER_OVERLAY)
|
gtklayershell.SetLayer(win, gtklayershell.LayerShellLayerOverlay)
|
||||||
layershell.SetExclusiveZone(win, -1)
|
gtklayershell.SetExclusiveZone(win, -1)
|
||||||
} else {
|
} else {
|
||||||
layershell.SetLayer(win, layershell.LAYER_SHELL_LAYER_TOP)
|
gtklayershell.SetLayer(win, gtklayershell.LayerShellLayerTop)
|
||||||
}
|
}
|
||||||
|
|
||||||
layershell.SetMargin(win, layershell.LAYER_SHELL_EDGE_TOP, *marginTop)
|
gtklayershell.SetMargin(win, gtklayershell.LayerShellEdgeTop, *marginTop)
|
||||||
layershell.SetMargin(win, layershell.LAYER_SHELL_EDGE_LEFT, *marginLeft)
|
gtklayershell.SetMargin(win, gtklayershell.LayerShellEdgeLeft, *marginLeft)
|
||||||
layershell.SetMargin(win, layershell.LAYER_SHELL_EDGE_RIGHT, *marginRight)
|
gtklayershell.SetMargin(win, gtklayershell.LayerShellEdgeRight, *marginRight)
|
||||||
layershell.SetMargin(win, layershell.LAYER_SHELL_EDGE_BOTTOM, *marginBottom)
|
gtklayershell.SetMargin(win, gtklayershell.LayerShellEdgeBottom, *marginBottom)
|
||||||
|
|
||||||
if *keyboard {
|
if *keyboard {
|
||||||
log.Info("Setting GTK layer shell keyboard mode to: on-demand")
|
log.Info("Setting GTK layer shell keyboard mode to: on-demand")
|
||||||
layershell.SetKeyboardMode(win, layershell.LAYER_SHELL_KEYBOARD_MODE_ON_DEMAND)
|
gtklayershell.SetKeyboardMode(win, gtklayershell.LayerShellKeyboardModeOnDemand)
|
||||||
} else {
|
} else {
|
||||||
log.Info("Setting GTK layer shell keyboard mode to default: exclusive")
|
log.Info("Setting GTK layer shell keyboard mode to default: exclusive")
|
||||||
layershell.SetKeyboardMode(win, layershell.LAYER_SHELL_KEYBOARD_MODE_EXCLUSIVE)
|
gtklayershell.SetKeyboardMode(win, gtklayershell.LayerShellKeyboardModeExclusive)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -446,9 +469,10 @@ func main() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
win.Connect("key-release-event", func(_ *gtk.Window, event *gdk.Event) bool {
|
win.Connect("key-release-event", func(_ *gtk.Window, event *gdk.Event) bool {
|
||||||
key := &gdk.EventKey{Event: event}
|
//key := &gdk.EventKey{Event: event}
|
||||||
if key.KeyVal() == gdk.KEY_Escape {
|
key := event.AsKey()
|
||||||
s, _ := searchEntry.GetText()
|
if key.Keyval() == gdk.KEY_Escape {
|
||||||
|
s := searchEntry.Text()
|
||||||
if s != "" {
|
if s != "" {
|
||||||
searchEntry.GrabFocus()
|
searchEntry.GrabFocus()
|
||||||
searchEntry.SetText("")
|
searchEntry.SetText("")
|
||||||
@@ -460,13 +484,32 @@ func main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
|
|
||||||
|
} else if key.Keyval() == gdk.KEY_Tab {
|
||||||
|
if firstPowerBtn != nil {
|
||||||
|
firstPowerBtn.GrabFocus()
|
||||||
}
|
}
|
||||||
return false
|
|
||||||
|
} else if key.Keyval() == gdk.KEY_Return {
|
||||||
|
s := searchEntry.Text()
|
||||||
|
if s != "" {
|
||||||
|
// Check if the search box content is an arithmetic expression. If so, display the result
|
||||||
|
// and copy to the clipboard with wl-copy.
|
||||||
|
result, e := expr.Eval(s, nil)
|
||||||
|
if e == nil {
|
||||||
|
log.Debugf("Setting up mathemathical operation result window. Operation: %s, result: %v", s, result)
|
||||||
|
setUpOperationResultWindow(s, fmt.Sprintf("%v", result))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
return true
|
||||||
})
|
})
|
||||||
|
|
||||||
win.Connect("key-press-event", func(_ *gtk.Window, event *gdk.Event) bool {
|
win.Connect("key-press-event", func(_ *gtk.Window, event *gdk.Event) bool {
|
||||||
key := &gdk.EventKey{Event: event}
|
//key := &gdk.EventKey{Event: event}
|
||||||
switch key.KeyVal() {
|
key := event.AsKey()
|
||||||
|
switch key.Keyval() {
|
||||||
case gdk.KEY_downarrow, gdk.KEY_Up, gdk.KEY_Down, gdk.KEY_Left, gdk.KEY_Right, gdk.KEY_Tab,
|
case gdk.KEY_downarrow, gdk.KEY_Up, gdk.KEY_Down, gdk.KEY_Left, gdk.KEY_Right, gdk.KEY_Tab,
|
||||||
gdk.KEY_Return, gdk.KEY_Page_Up, gdk.KEY_Page_Down, gdk.KEY_Home, gdk.KEY_End:
|
gdk.KEY_Return, gdk.KEY_Page_Up, gdk.KEY_Page_Down, gdk.KEY_Home, gdk.KEY_End:
|
||||||
return false
|
return false
|
||||||
@@ -475,8 +518,8 @@ func main() {
|
|||||||
if !searchEntry.IsFocus() {
|
if !searchEntry.IsFocus() {
|
||||||
searchEntry.GrabFocusWithoutSelecting()
|
searchEntry.GrabFocusWithoutSelecting()
|
||||||
}
|
}
|
||||||
return false
|
|
||||||
}
|
}
|
||||||
|
return false
|
||||||
})
|
})
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -491,10 +534,10 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Set up UI
|
// Set up UI
|
||||||
outerVBox, _ := gtk.BoxNew(gtk.ORIENTATION_VERTICAL, 0)
|
outerVBox := gtk.NewBox(gtk.OrientationVertical, 0)
|
||||||
win.Add(outerVBox)
|
win.Add(outerVBox)
|
||||||
|
|
||||||
searchBoxWrapper, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
searchBoxWrapper := gtk.NewBox(gtk.OrientationHorizontal, 0)
|
||||||
outerVBox.PackStart(searchBoxWrapper, false, false, 10)
|
outerVBox.PackStart(searchBoxWrapper, false, false, 10)
|
||||||
|
|
||||||
searchEntry = setUpSearchEntry()
|
searchEntry = setUpSearchEntry()
|
||||||
@@ -502,37 +545,38 @@ func main() {
|
|||||||
searchBoxWrapper.PackStart(searchEntry, true, false, 0)
|
searchBoxWrapper.PackStart(searchEntry, true, false, 0)
|
||||||
|
|
||||||
if !*noCats {
|
if !*noCats {
|
||||||
categoriesWrapper, _ = gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
categoriesWrapper = gtk.NewBox(gtk.OrientationHorizontal, 0)
|
||||||
categoriesButtonBox := setUpCategoriesButtonBox()
|
categoriesButtonBox := setUpCategoriesButtonBox()
|
||||||
categoriesWrapper.PackStart(categoriesButtonBox, true, false, 0)
|
categoriesWrapper.PackStart(categoriesButtonBox, true, false, 0)
|
||||||
outerVBox.PackStart(categoriesWrapper, false, false, 0)
|
outerVBox.PackStart(categoriesWrapper, false, false, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
pinnedWrapper, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
pinnedWrapper := gtk.NewBox(gtk.OrientationHorizontal, 0)
|
||||||
outerVBox.PackStart(pinnedWrapper, false, false, 0)
|
outerVBox.PackStart(pinnedWrapper, false, false, 0)
|
||||||
|
|
||||||
pinnedFlowBoxWrapper, _ = gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
pinnedFlowBoxWrapper = gtk.NewBox(gtk.OrientationHorizontal, 0)
|
||||||
outerVBox.PackStart(pinnedFlowBoxWrapper, false, false, 0)
|
outerVBox.PackStart(pinnedFlowBoxWrapper, false, false, 0)
|
||||||
pinnedFlowBox = setUpPinnedFlowBox()
|
pinnedFlowBox = setUpPinnedFlowBox()
|
||||||
|
|
||||||
resultWindow, _ = gtk.ScrolledWindowNew(nil, nil)
|
resultWindow = gtk.NewScrolledWindow(nil, nil)
|
||||||
resultWindow.SetEvents(int(gdk.ALL_EVENTS_MASK))
|
resultWindow.SetEvents(int(gdk.AllEventsMask))
|
||||||
resultWindow.SetPolicy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)
|
resultWindow.SetPolicy(gtk.PolicyAutomatic, gtk.PolicyAutomatic)
|
||||||
|
|
||||||
// On touch screen we don't want the button-release-event to launch the app if the user just wanted to scroll the
|
// On touch screen we don't want the button-release-event to launch the app if the user just wanted to scroll the
|
||||||
// window. Let's forbid doing so if the content has been scrolled. We will reset the value on button-press-event.
|
// window. Let's forbid doing so if the content has been scrolled. We will reset the value on button-press-event.
|
||||||
// Resolves https://github.com/nwg-piotr/nwg-drawer/issues/110
|
// Resolves https://github.com/nwg-piotr/nwg-drawer/issues/110
|
||||||
vAdj := resultWindow.GetVAdjustment()
|
vAdj := resultWindow.VAdjustment()
|
||||||
vAdj.Connect("value-changed", func() {
|
vAdj.Connect("value-changed", func() {
|
||||||
beenScrolled = true
|
beenScrolled = true
|
||||||
})
|
})
|
||||||
hAdj := resultWindow.GetHAdjustment()
|
hAdj := resultWindow.HAdjustment()
|
||||||
hAdj.Connect("value-changed", func() {
|
hAdj.Connect("value-changed", func() {
|
||||||
beenScrolled = true
|
beenScrolled = true
|
||||||
})
|
})
|
||||||
|
|
||||||
resultWindow.Connect("button-release-event", func(_ *gtk.ScrolledWindow, event *gdk.Event) bool {
|
resultWindow.Connect("button-release-event", func(_ *gtk.ScrolledWindow, event *gdk.Event) bool {
|
||||||
btnEvent := gdk.EventButtonNewFromEvent(event)
|
//btnEvent := gdk.EventButtonNewFromEvent(event)
|
||||||
|
btnEvent := event.AsButton()
|
||||||
if btnEvent.Button() == 3 {
|
if btnEvent.Button() == 3 {
|
||||||
if !*resident {
|
if !*resident {
|
||||||
gtk.MainQuit()
|
gtk.MainQuit()
|
||||||
@@ -545,83 +589,117 @@ func main() {
|
|||||||
})
|
})
|
||||||
outerVBox.PackStart(resultWindow, true, true, 10)
|
outerVBox.PackStart(resultWindow, true, true, 10)
|
||||||
|
|
||||||
resultsWrapper, _ := gtk.BoxNew(gtk.ORIENTATION_VERTICAL, 0)
|
resultsWrapper := gtk.NewBox(gtk.OrientationVertical, 0)
|
||||||
resultWindow.Add(resultsWrapper)
|
resultWindow.Add(resultsWrapper)
|
||||||
|
|
||||||
appSearchResultWrapper, _ = gtk.BoxNew(gtk.ORIENTATION_VERTICAL, 0)
|
appSearchResultWrapper = gtk.NewBox(gtk.OrientationVertical, 0)
|
||||||
resultsWrapper.PackStart(appSearchResultWrapper, false, false, 0)
|
resultsWrapper.PackStart(appSearchResultWrapper, false, false, 0)
|
||||||
appFlowBox = setUpAppsFlowBox(nil, "")
|
appFlowBox = setUpAppsFlowBox(nil, "")
|
||||||
|
|
||||||
// Focus 1st pinned item if any, otherwise focus 1st found app icon
|
// Focus 1st pinned item if any, otherwise focus 1st found app icon
|
||||||
var button gtk.IWidget
|
var button gtk.Widget
|
||||||
if pinnedFlowBox.GetChildren().Length() > 0 {
|
if len(pinnedFlowBox.Children()) > 0 {
|
||||||
button, err = pinnedFlowBox.GetChildAtIndex(0).GetChild()
|
button = pinnedFlowBox.ChildAtIndex(0).Widget
|
||||||
} else {
|
} else {
|
||||||
button, err = appFlowBox.GetChildAtIndex(0).GetChild()
|
button = appFlowBox.ChildAtIndex(0).Widget
|
||||||
}
|
}
|
||||||
if err == nil {
|
if err == nil {
|
||||||
button.ToWidget().GrabFocus()
|
button.GrabFocus()
|
||||||
}
|
}
|
||||||
|
|
||||||
userDirsMap = mapXdgUserDirs()
|
userDirsMap = mapXdgUserDirs()
|
||||||
log.Debugf("User dirs map: %s", userDirsMap)
|
log.Debugf("User dirs map: %s", userDirsMap)
|
||||||
|
|
||||||
placeholder, _ := gtk.BoxNew(gtk.ORIENTATION_VERTICAL, 0)
|
placeholder := gtk.NewBox(gtk.OrientationVertical, 0)
|
||||||
resultsWrapper.PackStart(placeholder, true, true, 0)
|
resultsWrapper.PackStart(placeholder, true, true, 0)
|
||||||
placeholder.SetSizeRequest(20, 20)
|
placeholder.SetSizeRequest(20, 20)
|
||||||
|
|
||||||
if !*noFS {
|
if !*noFS {
|
||||||
wrapper, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
wrapper := gtk.NewBox(gtk.OrientationHorizontal, 0)
|
||||||
fileSearchResultWrapper, _ = gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
fileSearchResultWrapper = gtk.NewBox(gtk.OrientationHorizontal, 0)
|
||||||
fileSearchResultWrapper.SetProperty("name", "files-box")
|
fileSearchResultWrapper.SetObjectProperty("name", "files-box")
|
||||||
wrapper.PackStart(fileSearchResultWrapper, true, false, 0)
|
wrapper.PackStart(fileSearchResultWrapper, true, false, 0)
|
||||||
resultsWrapper.PackEnd(wrapper, false, false, 10)
|
resultsWrapper.PackEnd(wrapper, false, false, 10)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Power Button Bar
|
// Power Button Bar
|
||||||
|
if dataDirectory != "" {
|
||||||
if *pbExit != "" || *pbLock != "" || *pbPoweroff != "" || *pbReboot != "" || *pbSleep != "" {
|
if *pbExit != "" || *pbLock != "" || *pbPoweroff != "" || *pbReboot != "" || *pbSleep != "" {
|
||||||
powerBarWrapper, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
powerBarWrapper := gtk.NewBox(gtk.OrientationHorizontal, 0)
|
||||||
outerVBox.PackStart(powerBarWrapper, false, false, 0)
|
outerVBox.PackStart(powerBarWrapper, false, false, 0)
|
||||||
powerButtonsWrapper, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
powerButtonsWrapper := gtk.NewBox(gtk.OrientationHorizontal, 0)
|
||||||
powerBarWrapper.PackStart(powerButtonsWrapper, true, false, 12)
|
powerBarWrapper.PackStart(powerButtonsWrapper, true, false, 12)
|
||||||
|
|
||||||
if *pbLock != "" {
|
if *pbPoweroff != "" {
|
||||||
btn := powerButton("/usr/share/nwg-drawer/img/lock.svg", *pbLock)
|
btn := gtk.NewButton()
|
||||||
powerButtonsWrapper.PackStart(btn, true, false, 0)
|
if !*pbUseIconTheme {
|
||||||
|
btn = powerButton(filepath.Join(dataDirectory, "img/poweroff.svg"), *pbPoweroff)
|
||||||
|
} else {
|
||||||
|
btn = powerButton("system-shutdown-symbolic", *pbPoweroff)
|
||||||
}
|
}
|
||||||
if *pbExit != "" {
|
powerButtonsWrapper.PackEnd(btn, true, false, 0)
|
||||||
btn := powerButton("/usr/share/nwg-drawer/img/exit.svg", *pbExit)
|
firstPowerBtn = btn
|
||||||
powerButtonsWrapper.PackStart(btn, true, false, 0)
|
|
||||||
}
|
|
||||||
if *pbReboot != "" {
|
|
||||||
btn := powerButton("/usr/share/nwg-drawer/img/reboot.svg", *pbReboot)
|
|
||||||
powerButtonsWrapper.PackStart(btn, true, false, 0)
|
|
||||||
}
|
}
|
||||||
if *pbSleep != "" {
|
if *pbSleep != "" {
|
||||||
btn := powerButton("/usr/share/nwg-drawer/img/sleep.svg", *pbSleep)
|
btn := gtk.NewButton()
|
||||||
powerButtonsWrapper.PackStart(btn, true, false, 0)
|
if !*pbUseIconTheme {
|
||||||
|
btn = powerButton(filepath.Join(dataDirectory, "img/sleep.svg"), *pbSleep)
|
||||||
|
} else {
|
||||||
|
btn = powerButton("face-yawn-symbolic", *pbSleep)
|
||||||
}
|
}
|
||||||
if *pbPoweroff != "" {
|
powerButtonsWrapper.PackEnd(btn, true, false, 0)
|
||||||
btn := powerButton("/usr/share/nwg-drawer/img/poweroff.svg", *pbPoweroff)
|
firstPowerBtn = btn
|
||||||
powerButtonsWrapper.PackStart(btn, true, false, 0)
|
|
||||||
}
|
}
|
||||||
|
if *pbReboot != "" {
|
||||||
|
btn := gtk.NewButton()
|
||||||
|
if !*pbUseIconTheme {
|
||||||
|
btn = powerButton(filepath.Join(dataDirectory, "img/reboot.svg"), *pbReboot)
|
||||||
|
} else {
|
||||||
|
btn = powerButton("system-reboot-symbolic", *pbReboot)
|
||||||
|
}
|
||||||
|
powerButtonsWrapper.PackEnd(btn, true, false, 0)
|
||||||
|
firstPowerBtn = btn
|
||||||
|
}
|
||||||
|
if *pbExit != "" {
|
||||||
|
btn := gtk.NewButton()
|
||||||
|
if !*pbUseIconTheme {
|
||||||
|
btn = powerButton(filepath.Join(dataDirectory, "img/exit.svg"), *pbExit)
|
||||||
|
} else {
|
||||||
|
btn = powerButton("system-log-out-symbolic", *pbExit)
|
||||||
|
}
|
||||||
|
powerButtonsWrapper.PackEnd(btn, true, false, 0)
|
||||||
|
firstPowerBtn = btn
|
||||||
|
}
|
||||||
|
if *pbLock != "" {
|
||||||
|
btn := gtk.NewButton()
|
||||||
|
if !*pbUseIconTheme {
|
||||||
|
btn = powerButton(filepath.Join(dataDirectory, "img/lock.svg"), *pbLock)
|
||||||
|
} else {
|
||||||
|
btn = powerButton("system-lock-screen-symbolic", *pbLock)
|
||||||
|
}
|
||||||
|
powerButtonsWrapper.PackEnd(btn, true, false, 0)
|
||||||
|
firstPowerBtn = btn
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
log.Warn("Couldn't find data dir, power bar icons unavailable")
|
||||||
}
|
}
|
||||||
|
|
||||||
statusLineWrapper, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
statusLineWrapper := gtk.NewBox(gtk.OrientationHorizontal, 0)
|
||||||
statusLineWrapper.SetProperty("name", "status-line-wrapper")
|
statusLineWrapper.SetObjectProperty("name", "status-line-wrapper")
|
||||||
outerVBox.PackStart(statusLineWrapper, false, false, 10)
|
outerVBox.PackStart(statusLineWrapper, false, false, 10)
|
||||||
statusLabel, _ = gtk.LabelNew(status)
|
statusLabel = gtk.NewLabel(status)
|
||||||
statusLabel.SetProperty("name", "status-label")
|
statusLabel.SetObjectProperty("name", "status-label")
|
||||||
statusLineWrapper.PackStart(statusLabel, true, false, 0)
|
statusLineWrapper.PackStart(statusLabel, true, false, 0)
|
||||||
|
|
||||||
win.ShowAll()
|
win.ShowAll()
|
||||||
|
|
||||||
if !*noFS {
|
if !*noFS {
|
||||||
fileSearchResultWrapper.SetSizeRequest(appFlowBox.GetAllocatedWidth(), 1)
|
fileSearchResultWrapper.SetSizeRequest(appFlowBox.AllocatedWidth(), 1)
|
||||||
fileSearchResultWrapper.Hide()
|
fileSearchResultWrapper.Hide()
|
||||||
}
|
}
|
||||||
if !*noCats {
|
if !*noCats {
|
||||||
categoriesWrapper.SetSizeRequest(1, categoriesWrapper.GetAllocatedHeight()*2)
|
categoriesWrapper.SetSizeRequest(1, categoriesWrapper.AllocatedHeight()*2)
|
||||||
}
|
}
|
||||||
if *resident {
|
if *resident {
|
||||||
win.Hide()
|
win.Hide()
|
||||||
@@ -655,14 +733,14 @@ func main() {
|
|||||||
fileSearchResultWrapper.Hide()
|
fileSearchResultWrapper.Hide()
|
||||||
}
|
}
|
||||||
// focus 1st element
|
// focus 1st element
|
||||||
var button gtk.IWidget
|
var button gtk.Widget
|
||||||
if pinnedFlowBox.GetChildren().Length() > 0 {
|
if len(pinnedFlowBox.Children()) > 0 {
|
||||||
button, err = pinnedFlowBox.GetChildAtIndex(0).GetChild()
|
button = pinnedFlowBox.ChildAtIndex(0).Widget
|
||||||
} else {
|
} else {
|
||||||
button, err = appFlowBox.GetChildAtIndex(0).GetChild()
|
button = appFlowBox.ChildAtIndex(0).Widget
|
||||||
}
|
}
|
||||||
if err == nil {
|
if err == nil {
|
||||||
button.ToWidget().GrabFocus()
|
button.GrabFocus()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -695,16 +773,16 @@ func restoreStateAndHide() {
|
|||||||
// clear search
|
// clear search
|
||||||
searchEntry.SetText("")
|
searchEntry.SetText("")
|
||||||
|
|
||||||
// clear category filter (in gotk3 it means: rebuild, as we have no filtering here)
|
// One day or another we'll add SetFilterFunction here; it was impossible on the gotk3 library
|
||||||
appFlowBox = setUpAppsFlowBox(nil, "")
|
appFlowBox = setUpAppsFlowBox(nil, "")
|
||||||
for _, btn := range catButtons {
|
for _, btn := range catButtons {
|
||||||
btn.SetImagePosition(gtk.POS_LEFT)
|
btn.SetImagePosition(gtk.PosLeft)
|
||||||
btn.SetSizeRequest(0, 0)
|
btn.SetSizeRequest(0, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
// scroll to the top
|
// scroll to the top
|
||||||
if resultWindow != nil {
|
if resultWindow != nil {
|
||||||
resultWindow.GetVAdjustment().SetValue(0)
|
resultWindow.VAdjustment().SetValue(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
t := time.Now()
|
t := time.Now()
|
||||||
|
|||||||
105
tools.go
105
tools.go
@@ -20,22 +20,20 @@ import (
|
|||||||
"syscall"
|
"syscall"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/gotk3/gotk3/gdk"
|
"github.com/diamondburned/gotk4/pkg/gdk/v3"
|
||||||
"github.com/gotk3/gotk3/gtk"
|
"github.com/diamondburned/gotk4/pkg/gdkpixbuf/v2"
|
||||||
|
"github.com/diamondburned/gotk4/pkg/gtk/v3"
|
||||||
)
|
)
|
||||||
|
|
||||||
func wayland() bool {
|
func wayland() bool {
|
||||||
return os.Getenv("WAYLAND_DISPLAY") != "" || os.Getenv("XDG_SESSION_TYPE") == "wayland"
|
return os.Getenv("WAYLAND_DISPLAY") != "" || os.Getenv("XDG_SESSION_TYPE") == "wayland"
|
||||||
}
|
}
|
||||||
|
|
||||||
func createPixbuf(icon string, size int) (*gdk.Pixbuf, error) {
|
func createPixbuf(icon string, size int) (*gdkpixbuf.Pixbuf, error) {
|
||||||
iconTheme, err := gtk.IconThemeGetDefault()
|
iconTheme := gtk.IconThemeGetDefault()
|
||||||
if err != nil {
|
|
||||||
log.Fatal("Couldn't get default theme: ", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
if strings.Contains(icon, "/") {
|
if strings.Contains(icon, "/") {
|
||||||
pixbuf, err := gdk.PixbufNewFromFileAtSize(icon, size, size)
|
pixbuf, err := gdkpixbuf.NewPixbufFromFileAtSize(icon, size, size)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Errorf("%s", err)
|
log.Errorf("%s", err)
|
||||||
return nil, err
|
return nil, err
|
||||||
@@ -47,18 +45,18 @@ func createPixbuf(icon string, size int) (*gdk.Pixbuf, error) {
|
|||||||
icon = strings.Split(icon, ".")[0]
|
icon = strings.Split(icon, ".")[0]
|
||||||
}
|
}
|
||||||
|
|
||||||
pixbuf, err := iconTheme.LoadIcon(icon, size, gtk.ICON_LOOKUP_FORCE_SIZE)
|
pixbuf, err := iconTheme.LoadIcon(icon, size, gtk.IconLookupForceSize)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if strings.HasPrefix(icon, "/") {
|
if strings.HasPrefix(icon, "/") {
|
||||||
pixbuf, err := gdk.PixbufNewFromFileAtSize(icon, size, size)
|
pixbuf, e := gdkpixbuf.NewPixbufFromFileAtSize(icon, size, size)
|
||||||
if err != nil {
|
if e != nil {
|
||||||
return nil, err
|
return nil, e
|
||||||
}
|
}
|
||||||
return pixbuf, nil
|
return pixbuf, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
pixbuf, err := iconTheme.LoadIcon(icon, size, gtk.ICON_LOOKUP_FORCE_SIZE)
|
pixbuf, err := iconTheme.LoadIcon(icon, size, gtk.IconLookupForceSize)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
@@ -173,7 +171,7 @@ func configHome() string {
|
|||||||
return path.Join(os.Getenv("HOME"), ".config")
|
return path.Join(os.Getenv("HOME"), ".config")
|
||||||
}
|
}
|
||||||
|
|
||||||
func dataDir() string {
|
func dataHome() string {
|
||||||
var dir string
|
var dir string
|
||||||
if xdgData := os.Getenv("XDG_DATA_HOME"); xdgData != "" {
|
if xdgData := os.Getenv("XDG_DATA_HOME"); xdgData != "" {
|
||||||
dir = path.Join(xdgData, "nwg-drawer")
|
dir = path.Join(xdgData, "nwg-drawer")
|
||||||
@@ -181,7 +179,7 @@ func dataDir() string {
|
|||||||
dir = path.Join(home, ".local/share/nwg-drawer")
|
dir = path.Join(home, ".local/share/nwg-drawer")
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Infof("Data dir: %s", dir)
|
log.Debugf("Data home: %s", dir)
|
||||||
createDir(dir)
|
createDir(dir)
|
||||||
|
|
||||||
return dir
|
return dir
|
||||||
@@ -197,7 +195,7 @@ func createDir(dir string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func copyFile(src, dst string) error {
|
func copyFile(src, dst string) error {
|
||||||
log.Infof("Copying file: %s", dst)
|
log.Infof("Copying: '%s' => '%s'", src, dst)
|
||||||
|
|
||||||
var err error
|
var err error
|
||||||
var srcfd *os.File
|
var srcfd *os.File
|
||||||
@@ -233,6 +231,23 @@ func copyFile(src, dst string) error {
|
|||||||
return os.Chmod(dst, srcinfo.Mode())
|
return os.Chmod(dst, srcinfo.Mode())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func dataDir() string {
|
||||||
|
xdgDataDirs := os.Getenv("XDG_DATA_DIRS")
|
||||||
|
if xdgDataDirs == "" {
|
||||||
|
xdgDataDirs = "/usr/local/share/:/usr/share/"
|
||||||
|
}
|
||||||
|
for _, d := range strings.Split(xdgDataDirs, ":") {
|
||||||
|
p := filepath.Join(d, "nwg-drawer")
|
||||||
|
q := filepath.Join(p, "desktop-directories")
|
||||||
|
if pathExists(q) {
|
||||||
|
log.Infof("Data dir: %v", p)
|
||||||
|
return p
|
||||||
|
}
|
||||||
|
}
|
||||||
|
log.Warnf("Data dir not found")
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
|
||||||
func getAppDirs() []string {
|
func getAppDirs() []string {
|
||||||
var dirs []string
|
var dirs []string
|
||||||
|
|
||||||
@@ -321,9 +336,10 @@ func listDesktopFiles() []string {
|
|||||||
func setUpCategories() {
|
func setUpCategories() {
|
||||||
var other category
|
var other category
|
||||||
|
|
||||||
|
dDir := dataDir()
|
||||||
for _, cName := range categoryNames {
|
for _, cName := range categoryNames {
|
||||||
fileName := fmt.Sprintf("%s.directory", cName)
|
fileName := fmt.Sprintf("%s.directory", cName)
|
||||||
fp := filepath.Join("/usr/share/nwg-drawer/desktop-directories", fileName)
|
fp := filepath.Join(dDir, "desktop-directories", fileName)
|
||||||
lines, err := loadTextFile(fp)
|
lines, err := loadTextFile(fp)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
var cat category
|
var cat category
|
||||||
@@ -407,7 +423,7 @@ func parseDesktopFiles(desktopFiles []string) string {
|
|||||||
assignToLists(entry.DesktopID, entry.Category)
|
assignToLists(entry.DesktopID, entry.Category)
|
||||||
}
|
}
|
||||||
sort.Slice(desktopEntries, func(i, j int) bool {
|
sort.Slice(desktopEntries, func(i, j int) bool {
|
||||||
return desktopEntries[i].NameLoc < desktopEntries[j].NameLoc
|
return strings.ToLower(desktopEntries[i].NameLoc) < strings.ToLower(desktopEntries[j].NameLoc)
|
||||||
})
|
})
|
||||||
summary := fmt.Sprintf("%v entries (+%v hidden)", len(desktopEntries)-hidden, hidden)
|
summary := fmt.Sprintf("%v entries (+%v hidden)", len(desktopEntries)-hidden, hidden)
|
||||||
log.Infof("Skipped %v duplicates; %v .desktop entries hidden by \"NoDisplay=true\"", skipped, hidden)
|
log.Infof("Skipped %v duplicates; %v .desktop entries hidden by \"NoDisplay=true\"", skipped, hidden)
|
||||||
@@ -554,7 +570,7 @@ func savePinned() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func launch(command string, terminal bool) {
|
func launch(command string, terminal bool, terminate bool) {
|
||||||
// trim % and everything afterwards
|
// trim % and everything afterwards
|
||||||
if strings.Contains(command, "%") {
|
if strings.Contains(command, "%") {
|
||||||
cutAt := strings.Index(command, "%")
|
cutAt := strings.Index(command, "%")
|
||||||
@@ -566,12 +582,10 @@ func launch(command string, terminal bool) {
|
|||||||
themeToPrepend := ""
|
themeToPrepend := ""
|
||||||
//add "GTK_THEME=<default_gtk_theme>" environment variable
|
//add "GTK_THEME=<default_gtk_theme>" environment variable
|
||||||
if *forceTheme {
|
if *forceTheme {
|
||||||
settings, _ := gtk.SettingsGetDefault()
|
settings := gtk.SettingsGetDefault()
|
||||||
th, err := settings.GetProperty("gtk-theme-name")
|
th := settings.ObjectProperty("gtk-theme-name")
|
||||||
if err == nil {
|
|
||||||
themeToPrepend = th.(string)
|
themeToPrepend = th.(string)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if themeToPrepend != "" {
|
if themeToPrepend != "" {
|
||||||
command = fmt.Sprintf("GTK_THEME=%q %s", themeToPrepend, command)
|
command = fmt.Sprintf("GTK_THEME=%q %s", themeToPrepend, command)
|
||||||
@@ -594,9 +608,11 @@ func launch(command string, terminal bool) {
|
|||||||
cmd = exec.Command("swaymsg", "exec", strings.Join(elements, " "))
|
cmd = exec.Command("swaymsg", "exec", strings.Join(elements, " "))
|
||||||
} else if *wm == "hyprland" || *wm == "Hyprland" {
|
} else if *wm == "hyprland" || *wm == "Hyprland" {
|
||||||
cmd = exec.Command("hyprctl", "dispatch", "exec", strings.Join(elements, " "))
|
cmd = exec.Command("hyprctl", "dispatch", "exec", strings.Join(elements, " "))
|
||||||
|
} else if *wm == "river" {
|
||||||
|
cmd = exec.Command("riverctl", "spawn", strings.Join(elements, " "))
|
||||||
}
|
}
|
||||||
|
|
||||||
msg := fmt.Sprintf("command: %q; args: %q\n", cmd.Args[0], cmd.Args[1:])
|
msg := fmt.Sprintf("Executing command: %q; args: %q\n", cmd.Args[0], cmd.Args[1:])
|
||||||
log.Info(msg)
|
log.Info(msg)
|
||||||
|
|
||||||
cmd.SysProcAttr = &syscall.SysProcAttr{
|
cmd.SysProcAttr = &syscall.SysProcAttr{
|
||||||
@@ -613,12 +629,14 @@ func launch(command string, terminal bool) {
|
|||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if terminate {
|
||||||
if *resident {
|
if *resident {
|
||||||
restoreStateAndHide()
|
restoreStateAndHide()
|
||||||
} else {
|
} else {
|
||||||
gtk.MainQuit()
|
gtk.MainQuit()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func open(filePath string, xdgOpen bool) {
|
func open(filePath string, xdgOpen bool) {
|
||||||
var cmd *exec.Cmd
|
var cmd *exec.Cmd
|
||||||
@@ -662,22 +680,14 @@ func mapOutputs() (map[string]*gdk.Monitor, error) {
|
|||||||
err := listHyprlandMonitors()
|
err := listHyprlandMonitors()
|
||||||
if err == nil {
|
if err == nil {
|
||||||
|
|
||||||
display, err := gdk.DisplayGetDefault()
|
display := gdk.DisplayGetDefault()
|
||||||
if err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
|
|
||||||
num := display.GetNMonitors()
|
num := display.NMonitors()
|
||||||
for i := 0; i < num; i++ {
|
for i := 0; i < num; i++ {
|
||||||
mon, _ := display.GetMonitor(i)
|
mon := display.Monitor(i)
|
||||||
geometry := mon.GetGeometry()
|
output := hyprlandMonitors[i]
|
||||||
// assign output to monitor on the basis of the same x, y coordinates
|
|
||||||
for _, output := range hyprlandMonitors {
|
|
||||||
if int(output.X) == geometry.GetX() && int(output.Y) == geometry.GetY() {
|
|
||||||
result[output.Name] = mon
|
result[output.Name] = mon
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
@@ -696,22 +706,17 @@ func mapOutputs() (map[string]*gdk.Monitor, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
display, err := gdk.DisplayGetDefault()
|
display := gdk.DisplayGetDefault()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
num := display.GetNMonitors()
|
num := display.NMonitors()
|
||||||
for i := 0; i < num; i++ {
|
for i := 0; i < num; i++ {
|
||||||
mon, _ := display.GetMonitor(i)
|
mon := display.Monitor(i)
|
||||||
geometry := mon.GetGeometry()
|
output := outputs[i]
|
||||||
// assign output to monitor on the basis of the same x, y coordinates
|
|
||||||
for _, output := range outputs {
|
|
||||||
if int(output.Rect.X) == geometry.GetX() && int(output.Rect.Y) == geometry.GetY() {
|
|
||||||
result[output.Name] = mon
|
result[output.Name] = mon
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
return nil, errors.New("output assignment only supported on sway and Hyprland")
|
return nil, errors.New("output assignment only supported on sway and Hyprland")
|
||||||
}
|
}
|
||||||
@@ -737,7 +742,15 @@ func substring(s string, start int, end int) string {
|
|||||||
|
|
||||||
func hyprctl(cmd string) ([]byte, error) {
|
func hyprctl(cmd string) ([]byte, error) {
|
||||||
his := os.Getenv("HYPRLAND_INSTANCE_SIGNATURE")
|
his := os.Getenv("HYPRLAND_INSTANCE_SIGNATURE")
|
||||||
socketFile := fmt.Sprintf("/tmp/hypr/%s/.socket.sock", his)
|
xdgRuntimeDir := os.Getenv("XDG_RUNTIME_DIR")
|
||||||
|
hyprDir := ""
|
||||||
|
if xdgRuntimeDir != "" {
|
||||||
|
hyprDir = fmt.Sprintf("%s/hypr", xdgRuntimeDir)
|
||||||
|
} else {
|
||||||
|
hyprDir = "/tmp/hypr"
|
||||||
|
}
|
||||||
|
|
||||||
|
socketFile := fmt.Sprintf("%s/%s/.socket.sock", hyprDir, his)
|
||||||
conn, err := net.Dial("unix", socketFile)
|
conn, err := net.Dial("unix", socketFile)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
254
uicomponents.go
254
uicomponents.go
@@ -2,21 +2,23 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"github.com/diamondburned/gotk4-layer-shell/pkg/gtklayershell"
|
||||||
"io/fs"
|
"io/fs"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
|
|
||||||
"github.com/gotk3/gotk3/gdk"
|
"github.com/diamondburned/gotk4/pkg/gdk/v3"
|
||||||
"github.com/gotk3/gotk3/gtk"
|
"github.com/diamondburned/gotk4/pkg/gdkpixbuf/v2"
|
||||||
|
"github.com/diamondburned/gotk4/pkg/gtk/v3"
|
||||||
)
|
)
|
||||||
|
|
||||||
func setUpPinnedFlowBox() *gtk.FlowBox {
|
func setUpPinnedFlowBox() *gtk.FlowBox {
|
||||||
if pinnedFlowBox != nil {
|
if pinnedFlowBox != nil {
|
||||||
pinnedFlowBox.Destroy()
|
pinnedFlowBox.Destroy()
|
||||||
}
|
}
|
||||||
flowBox, _ := gtk.FlowBoxNew()
|
flowBox := gtk.NewFlowBox()
|
||||||
if uint(len(pinned)) >= *columnsNumber {
|
if uint(len(pinned)) >= *columnsNumber {
|
||||||
flowBox.SetMaxChildrenPerLine(*columnsNumber)
|
flowBox.SetMaxChildrenPerLine(*columnsNumber)
|
||||||
} else if len(pinned) > 0 {
|
} else if len(pinned) > 0 {
|
||||||
@@ -26,8 +28,8 @@ func setUpPinnedFlowBox() *gtk.FlowBox {
|
|||||||
flowBox.SetColumnSpacing(*itemSpacing)
|
flowBox.SetColumnSpacing(*itemSpacing)
|
||||||
flowBox.SetRowSpacing(*itemSpacing)
|
flowBox.SetRowSpacing(*itemSpacing)
|
||||||
flowBox.SetHomogeneous(true)
|
flowBox.SetHomogeneous(true)
|
||||||
flowBox.SetProperty("name", "pinned-box")
|
flowBox.SetObjectProperty("name", "pinned-box")
|
||||||
flowBox.SetSelectionMode(gtk.SELECTION_NONE)
|
flowBox.SetSelectionMode(gtk.SelectionNone)
|
||||||
|
|
||||||
if len(pinned) > 0 {
|
if len(pinned) > 0 {
|
||||||
for _, desktopID := range pinned {
|
for _, desktopID := range pinned {
|
||||||
@@ -37,19 +39,19 @@ func setUpPinnedFlowBox() *gtk.FlowBox {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
btn, _ := gtk.ButtonNew()
|
btn := gtk.NewButton()
|
||||||
|
|
||||||
var img *gtk.Image
|
var img *gtk.Image
|
||||||
if entry.Icon != "" {
|
if entry.Icon != "" {
|
||||||
pixbuf, _ := createPixbuf(entry.Icon, *iconSize)
|
pixbuf, _ := createPixbuf(entry.Icon, *iconSize)
|
||||||
img, _ = gtk.ImageNewFromPixbuf(pixbuf)
|
img = gtk.NewImageFromPixbuf(pixbuf)
|
||||||
} else {
|
} else {
|
||||||
img, _ = gtk.ImageNewFromIconName("image-missing", gtk.ICON_SIZE_INVALID)
|
img = gtk.NewImageFromIconName("image-missing", int(gtk.IconSizeInvalid))
|
||||||
}
|
}
|
||||||
|
|
||||||
btn.SetImage(img)
|
btn.SetImage(img)
|
||||||
btn.SetAlwaysShowImage(true)
|
btn.SetAlwaysShowImage(true)
|
||||||
btn.SetImagePosition(gtk.POS_TOP)
|
btn.SetImagePosition(gtk.PosTop)
|
||||||
|
|
||||||
name := ""
|
name := ""
|
||||||
if entry.NameLoc != "" {
|
if entry.NameLoc != "" {
|
||||||
@@ -59,14 +61,14 @@ func setUpPinnedFlowBox() *gtk.FlowBox {
|
|||||||
}
|
}
|
||||||
if len(name) > 20 {
|
if len(name) > 20 {
|
||||||
r := substring(name, 0, 17)
|
r := substring(name, 0, 17)
|
||||||
name = fmt.Sprintf("%s…", string(r))
|
name = fmt.Sprintf("%s…", r)
|
||||||
}
|
}
|
||||||
btn.SetLabel(name)
|
btn.SetLabel(name)
|
||||||
|
|
||||||
btn.Connect("button-release-event", func(row *gtk.Button, e *gdk.Event) bool {
|
btn.Connect("button-release-event", func(row *gtk.Button, event *gdk.Event) bool {
|
||||||
btnEvent := gdk.EventButtonNewFromEvent(e)
|
btnEvent := event.AsButton()
|
||||||
if btnEvent.Button() == 1 {
|
if btnEvent.Button() == 1 {
|
||||||
launch(entry.Exec, entry.Terminal)
|
launch(entry.Exec, entry.Terminal, true)
|
||||||
return true
|
return true
|
||||||
} else if btnEvent.Button() == 3 {
|
} else if btnEvent.Button() == 3 {
|
||||||
unpinItem(entry.DesktopID)
|
unpinItem(entry.DesktopID)
|
||||||
@@ -75,7 +77,7 @@ func setUpPinnedFlowBox() *gtk.FlowBox {
|
|||||||
return false
|
return false
|
||||||
})
|
})
|
||||||
btn.Connect("activate", func() {
|
btn.Connect("activate", func() {
|
||||||
launch(entry.Exec, entry.Terminal)
|
launch(entry.Exec, entry.Terminal, true)
|
||||||
})
|
})
|
||||||
btn.Connect("enter-notify-event", func() {
|
btn.Connect("enter-notify-event", func() {
|
||||||
statusLabel.SetText(entry.CommentLoc)
|
statusLabel.SetText(entry.CommentLoc)
|
||||||
@@ -84,13 +86,9 @@ func setUpPinnedFlowBox() *gtk.FlowBox {
|
|||||||
statusLabel.SetText(entry.CommentLoc)
|
statusLabel.SetText(entry.CommentLoc)
|
||||||
})
|
})
|
||||||
flowBox.Add(btn)
|
flowBox.Add(btn)
|
||||||
|
btn.Parent().(*gtk.FlowBoxChild).SetCanFocus(false)
|
||||||
}
|
}
|
||||||
pinnedFlowBoxWrapper.PackStart(flowBox, true, false, 0)
|
pinnedFlowBoxWrapper.PackStart(flowBox, true, false, 0)
|
||||||
|
|
||||||
//While moving focus with arrow keys we want buttons to get focus directly
|
|
||||||
flowBox.GetChildren().Foreach(func(item interface{}) {
|
|
||||||
item.(*gtk.Widget).SetCanFocus(false)
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
flowBox.ShowAll()
|
flowBox.ShowAll()
|
||||||
|
|
||||||
@@ -110,17 +108,17 @@ func setUpCategoriesButtonBox() *gtk.EventBox {
|
|||||||
"other": listOther,
|
"other": listOther,
|
||||||
}
|
}
|
||||||
|
|
||||||
eventBox, _ := gtk.EventBoxNew()
|
eventBox := gtk.NewEventBox()
|
||||||
|
|
||||||
hBox, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
hBox := gtk.NewBox(gtk.OrientationHorizontal, 0)
|
||||||
eventBox.Add(hBox)
|
eventBox.Add(hBox)
|
||||||
button, _ := gtk.ButtonNewWithLabel("All")
|
button := gtk.NewButtonWithLabel("All")
|
||||||
button.SetProperty("name", "category-button")
|
button.SetObjectProperty("name", "category-button")
|
||||||
button.Connect("clicked", func(item *gtk.Button) {
|
button.Connect("clicked", func(item *gtk.Button) {
|
||||||
searchEntry.SetText("")
|
searchEntry.SetText("")
|
||||||
appFlowBox = setUpAppsFlowBox(nil, "")
|
appFlowBox = setUpAppsFlowBox(nil, "")
|
||||||
for _, btn := range catButtons {
|
for _, btn := range catButtons {
|
||||||
btn.SetImagePosition(gtk.POS_LEFT)
|
btn.SetImagePosition(gtk.PosLeft)
|
||||||
btn.SetSizeRequest(0, 0)
|
btn.SetSizeRequest(0, 0)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -128,8 +126,8 @@ func setUpCategoriesButtonBox() *gtk.EventBox {
|
|||||||
|
|
||||||
for _, cat := range categories {
|
for _, cat := range categories {
|
||||||
if isSupposedToShowUp(cat.Name) {
|
if isSupposedToShowUp(cat.Name) {
|
||||||
button, _ = gtk.ButtonNewFromIconName(cat.Icon, gtk.ICON_SIZE_MENU)
|
button = gtk.NewButtonFromIconName(cat.Icon, int(gtk.IconSizeMenu))
|
||||||
button.SetProperty("name", "category-button")
|
button.SetObjectProperty("name", "category-button")
|
||||||
catButtons = append(catButtons, button)
|
catButtons = append(catButtons, button)
|
||||||
button.SetLabel(cat.DisplayName)
|
button.SetLabel(cat.DisplayName)
|
||||||
button.SetAlwaysShowImage(true)
|
button.SetAlwaysShowImage(true)
|
||||||
@@ -138,13 +136,13 @@ func setUpCategoriesButtonBox() *gtk.EventBox {
|
|||||||
b := *button
|
b := *button
|
||||||
button.Connect("clicked", func(item *gtk.Button) {
|
button.Connect("clicked", func(item *gtk.Button) {
|
||||||
searchEntry.SetText("")
|
searchEntry.SetText("")
|
||||||
// !!! since gotk3 FlowBox type does not implement set_filter_func, we need to rebuild appFlowBox
|
// One day or another we'll add SetFilterFunction here; it was impossible on the gotk3 library
|
||||||
appFlowBox = setUpAppsFlowBox(lists[name], "")
|
appFlowBox = setUpAppsFlowBox(lists[name], "")
|
||||||
for _, btn := range catButtons {
|
for _, btn := range catButtons {
|
||||||
btn.SetImagePosition(gtk.POS_LEFT)
|
btn.SetImagePosition(gtk.PosLeft)
|
||||||
}
|
}
|
||||||
w := b.GetAllocatedWidth()
|
w := b.AllocatedWidth()
|
||||||
b.SetImagePosition(gtk.POS_TOP)
|
b.SetImagePosition(gtk.PosTop)
|
||||||
b.SetSizeRequest(w, 0)
|
b.SetSizeRequest(w, 0)
|
||||||
if fileSearchResultWrapper != nil {
|
if fileSearchResultWrapper != nil {
|
||||||
fileSearchResultWrapper.Hide()
|
fileSearchResultWrapper.Hide()
|
||||||
@@ -186,13 +184,13 @@ func setUpAppsFlowBox(categoryList []string, searchPhrase string) *gtk.FlowBox {
|
|||||||
if appFlowBox != nil {
|
if appFlowBox != nil {
|
||||||
appFlowBox.Destroy()
|
appFlowBox.Destroy()
|
||||||
}
|
}
|
||||||
flowBox, _ := gtk.FlowBoxNew()
|
flowBox := gtk.NewFlowBox()
|
||||||
flowBox.SetMinChildrenPerLine(*columnsNumber)
|
flowBox.SetMinChildrenPerLine(*columnsNumber)
|
||||||
flowBox.SetMaxChildrenPerLine(*columnsNumber)
|
flowBox.SetMaxChildrenPerLine(*columnsNumber)
|
||||||
flowBox.SetColumnSpacing(*itemSpacing)
|
flowBox.SetColumnSpacing(*itemSpacing)
|
||||||
flowBox.SetRowSpacing(*itemSpacing)
|
flowBox.SetRowSpacing(*itemSpacing)
|
||||||
flowBox.SetHomogeneous(true)
|
flowBox.SetHomogeneous(true)
|
||||||
flowBox.SetSelectionMode(gtk.SELECTION_NONE)
|
flowBox.SetSelectionMode(gtk.SelectionNone)
|
||||||
|
|
||||||
for _, entry := range desktopEntries {
|
for _, entry := range desktopEntries {
|
||||||
if searchPhrase == "" {
|
if searchPhrase == "" {
|
||||||
@@ -205,6 +203,7 @@ func setUpAppsFlowBox(categoryList []string, searchPhrase string) *gtk.FlowBox {
|
|||||||
} else {
|
} else {
|
||||||
button := flowBoxButton(entry)
|
button := flowBoxButton(entry)
|
||||||
flowBox.Add(button)
|
flowBox.Add(button)
|
||||||
|
button.Parent().(*gtk.FlowBoxChild).SetCanFocus(false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -214,26 +213,24 @@ func setUpAppsFlowBox(categoryList []string, searchPhrase string) *gtk.FlowBox {
|
|||||||
strings.Contains(strings.ToLower(entry.Exec), strings.ToLower(searchPhrase))) {
|
strings.Contains(strings.ToLower(entry.Exec), strings.ToLower(searchPhrase))) {
|
||||||
button := flowBoxButton(entry)
|
button := flowBoxButton(entry)
|
||||||
flowBox.Add(button)
|
flowBox.Add(button)
|
||||||
|
button.Parent().(*gtk.FlowBoxChild).SetCanFocus(false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
hWrapper, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
hWrapper := gtk.NewBox(gtk.OrientationHorizontal, 0)
|
||||||
appSearchResultWrapper.PackStart(hWrapper, false, false, 0)
|
appSearchResultWrapper.PackStart(hWrapper, false, false, 0)
|
||||||
hWrapper.PackStart(flowBox, true, false, 0)
|
hWrapper.PackStart(flowBox, true, false, 0)
|
||||||
// While moving focus with arrow keys we want buttons to get focus directly
|
|
||||||
flowBox.GetChildren().Foreach(func(item interface{}) {
|
|
||||||
item.(*gtk.Widget).SetCanFocus(false)
|
|
||||||
})
|
|
||||||
resultWindow.ShowAll()
|
resultWindow.ShowAll()
|
||||||
|
|
||||||
return flowBox
|
return flowBox
|
||||||
}
|
}
|
||||||
|
|
||||||
func flowBoxButton(entry desktopEntry) *gtk.Button {
|
func flowBoxButton(entry desktopEntry) *gtk.Button {
|
||||||
button, _ := gtk.ButtonNew()
|
button := gtk.NewButton()
|
||||||
button.SetAlwaysShowImage(true)
|
button.SetAlwaysShowImage(true)
|
||||||
|
|
||||||
var pixbuf *gdk.Pixbuf
|
var pixbuf *gdkpixbuf.Pixbuf
|
||||||
var img *gtk.Image
|
var img *gtk.Image
|
||||||
var err error
|
var err error
|
||||||
if entry.Icon != "" {
|
if entry.Icon != "" {
|
||||||
@@ -245,14 +242,14 @@ func flowBoxButton(entry desktopEntry) *gtk.Button {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
pixbuf, _ = createPixbuf("unknown", *iconSize)
|
pixbuf, _ = createPixbuf("unknown", *iconSize)
|
||||||
}
|
}
|
||||||
img, _ = gtk.ImageNewFromPixbuf(pixbuf)
|
img = gtk.NewImageFromPixbuf(pixbuf)
|
||||||
|
|
||||||
button.SetImage(img)
|
button.SetImage(img)
|
||||||
button.SetImagePosition(gtk.POS_TOP)
|
button.SetImagePosition(gtk.PosTop)
|
||||||
name := entry.NameLoc
|
name := entry.NameLoc
|
||||||
if len(name) > 20 {
|
if len(name) > 20 {
|
||||||
r := substring(name, 0, 17)
|
r := substring(name, 0, 17)
|
||||||
name = fmt.Sprintf("%s…", string(r))
|
name = fmt.Sprintf("%s…", r)
|
||||||
}
|
}
|
||||||
button.SetLabel(name)
|
button.SetLabel(name)
|
||||||
|
|
||||||
@@ -262,7 +259,7 @@ func flowBoxButton(entry desktopEntry) *gtk.Button {
|
|||||||
desc := entry.CommentLoc
|
desc := entry.CommentLoc
|
||||||
if len(desc) > 120 {
|
if len(desc) > 120 {
|
||||||
r := substring(desc, 0, 117)
|
r := substring(desc, 0, 117)
|
||||||
desc = fmt.Sprintf("%s…", string(r))
|
desc = fmt.Sprintf("%s…", r)
|
||||||
}
|
}
|
||||||
|
|
||||||
button.Connect("button-press-event", func() {
|
button.Connect("button-press-event", func() {
|
||||||
@@ -270,11 +267,11 @@ func flowBoxButton(entry desktopEntry) *gtk.Button {
|
|||||||
beenScrolled = false
|
beenScrolled = false
|
||||||
})
|
})
|
||||||
|
|
||||||
button.Connect("button-release-event", func(btn *gtk.Button, e *gdk.Event) bool {
|
button.Connect("button-release-event", func(btn *gtk.Button, event *gdk.Event) bool {
|
||||||
btnEvent := gdk.EventButtonNewFromEvent(e)
|
btnEvent := event.AsButton()
|
||||||
if btnEvent.Button() == 1 {
|
if btnEvent.Button() == 1 {
|
||||||
if !beenScrolled {
|
if !beenScrolled {
|
||||||
launch(exec, terminal)
|
launch(exec, terminal, true)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
} else if btnEvent.Button() == 3 {
|
} else if btnEvent.Button() == 3 {
|
||||||
@@ -284,7 +281,7 @@ func flowBoxButton(entry desktopEntry) *gtk.Button {
|
|||||||
return false
|
return false
|
||||||
})
|
})
|
||||||
button.Connect("activate", func() {
|
button.Connect("activate", func() {
|
||||||
launch(exec, terminal)
|
launch(exec, terminal, true)
|
||||||
})
|
})
|
||||||
button.Connect("enter-notify-event", func() {
|
button.Connect("enter-notify-event", func() {
|
||||||
statusLabel.SetText(desc)
|
statusLabel.SetText(desc)
|
||||||
@@ -298,32 +295,37 @@ func flowBoxButton(entry desktopEntry) *gtk.Button {
|
|||||||
return button
|
return button
|
||||||
}
|
}
|
||||||
|
|
||||||
func powerButton(iconPath, command string) *gtk.Button {
|
func powerButton(iconPathOrName, command string) *gtk.Button {
|
||||||
button, _ := gtk.ButtonNew()
|
button := gtk.NewButton()
|
||||||
button.SetAlwaysShowImage(true)
|
button.SetAlwaysShowImage(true)
|
||||||
|
|
||||||
var pixbuf *gdk.Pixbuf
|
var pixbuf *gdkpixbuf.Pixbuf
|
||||||
var img *gtk.Image
|
var img *gtk.Image
|
||||||
var err error
|
var err error
|
||||||
pixbuf, err = gdk.PixbufNewFromFileAtSize(iconPath, *pbSize, *pbSize)
|
if !*pbUseIconTheme {
|
||||||
|
pixbuf, err = gdkpixbuf.NewPixbufFromFileAtSize(iconPathOrName, *pbSize, *pbSize)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
pixbuf, _ = createPixbuf("unknown", *pbSize)
|
pixbuf, _ = createPixbuf("unknown", *pbSize)
|
||||||
log.Warnf("Couldn't find icon %s", iconPath)
|
log.Warnf("Couldn't find icon %s", iconPathOrName)
|
||||||
|
}
|
||||||
|
img = gtk.NewImageFromPixbuf(pixbuf)
|
||||||
|
} else {
|
||||||
|
img = gtk.NewImageFromIconName(iconPathOrName, int(gtk.IconSizeDialog))
|
||||||
}
|
}
|
||||||
img, _ = gtk.ImageNewFromPixbuf(pixbuf)
|
|
||||||
button.SetImage(img)
|
|
||||||
button.SetImagePosition(gtk.POS_TOP)
|
|
||||||
|
|
||||||
button.Connect("button-release-event", func(btn *gtk.Button, e *gdk.Event) bool {
|
button.SetImage(img)
|
||||||
btnEvent := gdk.EventButtonNewFromEvent(e)
|
button.SetImagePosition(gtk.PosTop)
|
||||||
|
|
||||||
|
button.Connect("button-release-event", func(btn *gtk.Button, event *gdk.Event) bool {
|
||||||
|
btnEvent := event.AsButton()
|
||||||
if btnEvent.Button() == 1 {
|
if btnEvent.Button() == 1 {
|
||||||
launch(command, false)
|
launch(command, false, true)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
})
|
})
|
||||||
button.Connect("activate", func() {
|
button.Connect("activate", func() {
|
||||||
launch(command, false)
|
launch(command, false, true)
|
||||||
})
|
})
|
||||||
button.Connect("enter-notify-event", func() {
|
button.Connect("enter-notify-event", func() {
|
||||||
statusLabel.SetText(command)
|
statusLabel.SetText(command)
|
||||||
@@ -341,8 +343,8 @@ func setUpFileSearchResultContainer() *gtk.FlowBox {
|
|||||||
if fileSearchResultFlowBox != nil {
|
if fileSearchResultFlowBox != nil {
|
||||||
fileSearchResultFlowBox.Destroy()
|
fileSearchResultFlowBox.Destroy()
|
||||||
}
|
}
|
||||||
flowBox, _ := gtk.FlowBoxNew()
|
flowBox := gtk.NewFlowBox()
|
||||||
flowBox.SetProperty("orientation", gtk.ORIENTATION_VERTICAL)
|
flowBox.SetObjectProperty("orientation", gtk.OrientationVertical)
|
||||||
fileSearchResultWrapper.PackStart(flowBox, false, false, 10)
|
fileSearchResultWrapper.PackStart(flowBox, false, false, 10)
|
||||||
|
|
||||||
return flowBox
|
return flowBox
|
||||||
@@ -355,7 +357,7 @@ func walk(path string, d fs.DirEntry, e error) error {
|
|||||||
// don't search leading part of the path, as e.g. '/home/user/Pictures'
|
// don't search leading part of the path, as e.g. '/home/user/Pictures'
|
||||||
toSearch := strings.Split(path, ignore)[1]
|
toSearch := strings.Split(path, ignore)[1]
|
||||||
|
|
||||||
// Remaing part of the path (w/o file name) must be checked against being present in excluded dirs
|
// Remaining part of the path (w/o file name) must be checked against being present in excluded dirs
|
||||||
doSearch := true
|
doSearch := true
|
||||||
parts := strings.Split(toSearch, "/")
|
parts := strings.Split(toSearch, "/")
|
||||||
remainingPart := ""
|
remainingPart := ""
|
||||||
@@ -379,18 +381,15 @@ func walk(path string, d fs.DirEntry, e error) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func setUpSearchEntry() *gtk.SearchEntry {
|
func setUpSearchEntry() *gtk.SearchEntry {
|
||||||
searchEntry, _ := gtk.SearchEntryNew()
|
sEntry := gtk.NewSearchEntry()
|
||||||
searchEntry.SetPlaceholderText("Type to search")
|
sEntry.SetPlaceholderText("Type to search")
|
||||||
/*searchEntry.Connect("enter-notify-event", func() {
|
sEntry.Connect("search-changed", func() {
|
||||||
cancelClose()
|
|
||||||
})*/
|
|
||||||
searchEntry.Connect("search-changed", func() {
|
|
||||||
for _, btn := range catButtons {
|
for _, btn := range catButtons {
|
||||||
btn.SetImagePosition(gtk.POS_LEFT)
|
btn.SetImagePosition(gtk.PosLeft)
|
||||||
btn.SetSizeRequest(0, 0)
|
btn.SetSizeRequest(0, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
phrase, _ = searchEntry.GetText()
|
phrase = sEntry.Text()
|
||||||
if len(phrase) > 0 {
|
if len(phrase) > 0 {
|
||||||
|
|
||||||
// search apps
|
// search apps
|
||||||
@@ -410,7 +409,7 @@ func setUpSearchEntry() *gtk.SearchEntry {
|
|||||||
searchUserDir(key)
|
searchUserDir(key)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if fileSearchResultFlowBox.GetChildren().Length() == 0 {
|
if len(fileSearchResultFlowBox.Children()) == 0 {
|
||||||
fileSearchResultWrapper.Hide()
|
fileSearchResultWrapper.Hide()
|
||||||
statusLabel.SetText("0 results")
|
statusLabel.SetText("0 results")
|
||||||
}
|
}
|
||||||
@@ -424,25 +423,22 @@ func setUpSearchEntry() *gtk.SearchEntry {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// focus 1st search result #17
|
// focus 1st search result #17
|
||||||
var w *gtk.Widget
|
var w *gtk.Button
|
||||||
if appFlowBox != nil {
|
if appFlowBox != nil {
|
||||||
b := appFlowBox.GetChildAtIndex(0)
|
b := appFlowBox.ChildAtIndex(0)
|
||||||
if b != nil {
|
if b != nil {
|
||||||
button, err := b.GetChild()
|
button := b.Child().(*gtk.Button)
|
||||||
if err == nil {
|
button.SetCanFocus(true)
|
||||||
button.ToWidget().GrabFocus()
|
button.GrabFocus()
|
||||||
w = button.ToWidget()
|
w = button
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if w == nil && fileSearchResultFlowBox != nil {
|
if w == nil && fileSearchResultFlowBox != nil {
|
||||||
f := fileSearchResultFlowBox.GetChildAtIndex(0)
|
f := fileSearchResultFlowBox.ChildAtIndex(0)
|
||||||
if f != nil {
|
if f != nil {
|
||||||
button, err := f.GetChild()
|
button := f.Child().(*gtk.Box)
|
||||||
if err == nil {
|
button.SetCanFocus(true)
|
||||||
button.ToWidget().SetCanFocus(true)
|
button.GrabFocus()
|
||||||
button.ToWidget().GrabFocus()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -459,7 +455,7 @@ func setUpSearchEntry() *gtk.SearchEntry {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
return searchEntry
|
return sEntry
|
||||||
}
|
}
|
||||||
|
|
||||||
func isExcluded(dir string) bool {
|
func isExcluded(dir string) bool {
|
||||||
@@ -479,14 +475,16 @@ func searchUserDir(dir string) {
|
|||||||
if len(fileSearchResults) > 0 {
|
if len(fileSearchResults) > 0 {
|
||||||
btn := setUpUserDirButton(fmt.Sprintf("folder-%s", dir), "", dir, userDirsMap)
|
btn := setUpUserDirButton(fmt.Sprintf("folder-%s", dir), "", dir, userDirsMap)
|
||||||
fileSearchResultFlowBox.Add(btn)
|
fileSearchResultFlowBox.Add(btn)
|
||||||
|
btn.Parent().(*gtk.FlowBoxChild).SetCanFocus(false)
|
||||||
|
|
||||||
for _, path := range fileSearchResults {
|
for _, path := range fileSearchResults {
|
||||||
log.Debugf("Path: %s", path)
|
log.Debugf("Path: %s", path)
|
||||||
partOfPathToShow := strings.Split(path, userDirsMap[dir])[1]
|
partOfPathToShow := strings.Split(path, userDirsMap[dir])[1]
|
||||||
if partOfPathToShow != "" {
|
if partOfPathToShow != "" {
|
||||||
if !(strings.HasPrefix(path, "#is_dir#") && isExcluded(path)) {
|
if !(strings.HasPrefix(path, "#is_dir#") && isExcluded(path)) {
|
||||||
btn := setUpUserFileSearchResultButton(partOfPathToShow, path)
|
button := setUpUserFileSearchResultButton(partOfPathToShow, path)
|
||||||
fileSearchResultFlowBox.Add(btn)
|
fileSearchResultFlowBox.Add(button)
|
||||||
|
button.Parent().(*gtk.FlowBoxChild).SetCanFocus(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -494,14 +492,11 @@ func searchUserDir(dir string) {
|
|||||||
fileSearchResultFlowBox.Hide()
|
fileSearchResultFlowBox.Hide()
|
||||||
|
|
||||||
statusLabel.SetText(fmt.Sprintf("%v results | LMB: xdg-open | RMB: file manager",
|
statusLabel.SetText(fmt.Sprintf("%v results | LMB: xdg-open | RMB: file manager",
|
||||||
fileSearchResultFlowBox.GetChildren().Length()))
|
len(fileSearchResultFlowBox.Children())))
|
||||||
num := uint(fileSearchResultFlowBox.GetChildren().Length() / *fsColumns)
|
num := uint(len(fileSearchResultFlowBox.Children())) / *fsColumns
|
||||||
fileSearchResultFlowBox.SetMinChildrenPerLine(num + 1)
|
fileSearchResultFlowBox.SetMinChildrenPerLine(num + 1)
|
||||||
fileSearchResultFlowBox.SetMaxChildrenPerLine(num + 1)
|
fileSearchResultFlowBox.SetMaxChildrenPerLine(num + 1)
|
||||||
//While moving focus with arrow keys we want buttons to get focus directly
|
|
||||||
fileSearchResultFlowBox.GetChildren().Foreach(func(item interface{}) {
|
|
||||||
item.(*gtk.Widget).SetCanFocus(false)
|
|
||||||
})
|
|
||||||
fileSearchResultFlowBox.ShowAll()
|
fileSearchResultFlowBox.ShowAll()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -511,10 +506,10 @@ func setUpUserDirButton(iconName, displayName, entryName string, userDirsMap map
|
|||||||
parts := strings.Split(userDirsMap[entryName], "/")
|
parts := strings.Split(userDirsMap[entryName], "/")
|
||||||
displayName = parts[(len(parts) - 1)]
|
displayName = parts[(len(parts) - 1)]
|
||||||
}
|
}
|
||||||
box, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
box := gtk.NewBox(gtk.OrientationHorizontal, 0)
|
||||||
button, _ := gtk.ButtonNew()
|
button := gtk.NewButton()
|
||||||
button.SetAlwaysShowImage(true)
|
button.SetAlwaysShowImage(true)
|
||||||
img, _ := gtk.ImageNewFromIconName(iconName, gtk.ICON_SIZE_MENU)
|
img := gtk.NewImageFromIconName(iconName, int(gtk.IconSizeMenu))
|
||||||
button.SetImage(img)
|
button.SetImage(img)
|
||||||
|
|
||||||
if len(displayName) > *nameLimit {
|
if len(displayName) > *nameLimit {
|
||||||
@@ -522,8 +517,8 @@ func setUpUserDirButton(iconName, displayName, entryName string, userDirsMap map
|
|||||||
}
|
}
|
||||||
button.SetLabel(displayName)
|
button.SetLabel(displayName)
|
||||||
|
|
||||||
button.Connect("button-release-event", func(btn *gtk.Button, e *gdk.Event) bool {
|
button.Connect("button-release-event", func(btn *gtk.Button, event *gdk.Event) bool {
|
||||||
btnEvent := gdk.EventButtonNewFromEvent(e)
|
btnEvent := event.AsButton()
|
||||||
if btnEvent.Button() == 1 {
|
if btnEvent.Button() == 1 {
|
||||||
open(userDirsMap[entryName], true)
|
open(userDirsMap[entryName], true)
|
||||||
return true
|
return true
|
||||||
@@ -534,18 +529,22 @@ func setUpUserDirButton(iconName, displayName, entryName string, userDirsMap map
|
|||||||
return false
|
return false
|
||||||
})
|
})
|
||||||
|
|
||||||
|
button.Connect("activate", func() {
|
||||||
|
open(userDirsMap[entryName], true)
|
||||||
|
})
|
||||||
|
|
||||||
box.PackStart(button, false, true, 0)
|
box.PackStart(button, false, true, 0)
|
||||||
return box
|
return box
|
||||||
}
|
}
|
||||||
|
|
||||||
func setUpUserFileSearchResultButton(fileName, filePath string) *gtk.Box {
|
func setUpUserFileSearchResultButton(fileName, filePath string) *gtk.Box {
|
||||||
box, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
box := gtk.NewBox(gtk.OrientationHorizontal, 0)
|
||||||
button, _ := gtk.ButtonNew()
|
button := gtk.NewButton()
|
||||||
|
|
||||||
// in the walk function we've marked directories with the '#is_dir#' prefix
|
// in the walk function we've marked directories with the '#is_dir#' prefix
|
||||||
if strings.HasPrefix(filePath, "#is_dir#") {
|
if strings.HasPrefix(filePath, "#is_dir#") {
|
||||||
filePath = filePath[8:]
|
filePath = filePath[8:]
|
||||||
img, _ := gtk.ImageNewFromIconName("folder", gtk.ICON_SIZE_MENU)
|
img := gtk.NewImageFromIconName("folder", int(gtk.IconSizeMenu))
|
||||||
button.SetAlwaysShowImage(true)
|
button.SetAlwaysShowImage(true)
|
||||||
button.SetImage(img)
|
button.SetImage(img)
|
||||||
}
|
}
|
||||||
@@ -560,8 +559,8 @@ func setUpUserFileSearchResultButton(fileName, filePath string) *gtk.Box {
|
|||||||
button.SetTooltipText(tooltipText)
|
button.SetTooltipText(tooltipText)
|
||||||
}
|
}
|
||||||
|
|
||||||
button.Connect("button-release-event", func(btn *gtk.Button, e *gdk.Event) bool {
|
button.Connect("button-release-event", func(btn *gtk.Button, event *gdk.Event) bool {
|
||||||
btnEvent := gdk.EventButtonNewFromEvent(e)
|
btnEvent := event.AsButton()
|
||||||
if btnEvent.Button() == 1 {
|
if btnEvent.Button() == 1 {
|
||||||
open(filePath, true)
|
open(filePath, true)
|
||||||
return true
|
return true
|
||||||
@@ -575,7 +574,54 @@ func setUpUserFileSearchResultButton(fileName, filePath string) *gtk.Box {
|
|||||||
button.Connect("activate", func() {
|
button.Connect("activate", func() {
|
||||||
open(filePath, true)
|
open(filePath, true)
|
||||||
})
|
})
|
||||||
|
|
||||||
box.PackStart(button, false, true, 0)
|
box.PackStart(button, false, true, 0)
|
||||||
return box
|
return box
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func setUpOperationResultWindow(operation string, result string) {
|
||||||
|
window := gtk.NewWindow(gtk.WindowToplevel)
|
||||||
|
window.SetModal(true)
|
||||||
|
|
||||||
|
if wayland() {
|
||||||
|
gtklayershell.InitForWindow(window)
|
||||||
|
gtklayershell.SetLayer(window, gtklayershell.LayerShellLayerOverlay)
|
||||||
|
gtklayershell.SetKeyboardMode(window, gtklayershell.LayerShellKeyboardModeExclusive)
|
||||||
|
}
|
||||||
|
|
||||||
|
// any key to close the window
|
||||||
|
window.Connect("key-release-event", func(_ *gtk.Window, event *gdk.Event) bool {
|
||||||
|
window.Destroy()
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
|
||||||
|
// any button to close the window
|
||||||
|
window.Connect("button-release-event", func(_ *gtk.Window, event *gdk.Event) bool {
|
||||||
|
window.Destroy()
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
|
||||||
|
outerVBox := gtk.NewBox(gtk.OrientationVertical, 6)
|
||||||
|
window.Add(outerVBox)
|
||||||
|
|
||||||
|
vBox := gtk.NewBox(gtk.OrientationHorizontal, 5)
|
||||||
|
outerVBox.PackStart(vBox, true, true, 6)
|
||||||
|
lbl := gtk.NewLabel(fmt.Sprintf("%s = %s", operation, result))
|
||||||
|
lbl.SetObjectProperty("name", "math-label")
|
||||||
|
vBox.PackStart(lbl, true, true, 12)
|
||||||
|
|
||||||
|
mRefProvider := gtk.NewCSSProvider()
|
||||||
|
css := "window { background-color: rgba (0, 0, 0, 255); color: #fff; border: solid 1px grey; border-radius: 5px}"
|
||||||
|
err := mRefProvider.LoadFromData(css)
|
||||||
|
if err != nil {
|
||||||
|
log.Warn(err)
|
||||||
|
}
|
||||||
|
ctx := window.StyleContext()
|
||||||
|
ctx.AddProvider(mRefProvider, gtk.STYLE_PROVIDER_PRIORITY_APPLICATION)
|
||||||
|
|
||||||
|
window.ShowAll()
|
||||||
|
|
||||||
|
if wayland() {
|
||||||
|
cmd := fmt.Sprintf("wl-copy %v", result)
|
||||||
|
launch(cmd, false, false)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user