Compare commits
41 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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
|
||||||
|
|||||||
27
README.md
27
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
|
||||||
|
|||||||
10
go.mod
10
go.mod
@@ -1,12 +1,12 @@
|
|||||||
module github.com/nwg-piotr/nwg-drawer
|
module github.com/nwg-piotr/nwg-drawer
|
||||||
|
|
||||||
go 1.21
|
go 1.22
|
||||||
|
|
||||||
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/dlasky/gotk3-layershell v0.0.0-20240515133811-5c5115f0d774
|
||||||
github.com/fsnotify/fsnotify v1.7.0
|
github.com/fsnotify/fsnotify v1.7.0
|
||||||
github.com/gotk3/gotk3 v0.6.3
|
github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56
|
||||||
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
|
||||||
)
|
)
|
||||||
@@ -14,6 +14,6 @@ require (
|
|||||||
require (
|
require (
|
||||||
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
|
golang.org/x/sync v0.8.0 // indirect
|
||||||
golang.org/x/sys v0.16.0 // indirect
|
golang.org/x/sys v0.25.0 // indirect
|
||||||
)
|
)
|
||||||
|
|||||||
36
go.sum
36
go.sum
@@ -3,19 +3,13 @@ github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37/go.m
|
|||||||
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/dlasky/gotk3-layershell v0.0.0-20240515133811-5c5115f0d774 h1:o87OVL4olQBlVwN3+NSVQpS6gj9FWUYtxOfHXWZigUE=
|
||||||
github.com/dlasky/gotk3-layershell v0.0.0-20221218201547-1f6674a3f872/go.mod h1:JHLx2Wz4mAPVwn4PFhC69ydwyHP4A3wQvlg7HKVVc1U=
|
github.com/dlasky/gotk3-layershell v0.0.0-20240515133811-5c5115f0d774/go.mod h1:JHLx2Wz4mAPVwn4PFhC69ydwyHP4A3wQvlg7HKVVc1U=
|
||||||
github.com/dlasky/gotk3-layershell v0.0.0-20230802002603-b0c42cd8474f h1:qDnUQAD7tVX/gnL6uSgouzfGNA4xXH+B/fd6Ko19GgM=
|
|
||||||
github.com/dlasky/gotk3-layershell v0.0.0-20230802002603-b0c42cd8474f/go.mod h1:JHLx2Wz4mAPVwn4PFhC69ydwyHP4A3wQvlg7HKVVc1U=
|
|
||||||
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
|
|
||||||
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
|
|
||||||
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/gotk3/gotk3 v0.6.1/go.mod h1:/hqFpkNa9T3JgNAE2fLvCdov7c5bw//FHNZrZ3Uv9/Q=
|
||||||
github.com/gotk3/gotk3 v0.6.2 h1:sx/PjaKfKULJPTPq8p2kn2ZbcNFxpOJqi4VLzMbEOO8=
|
github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56 h1:eR+xxC8qqKuPMTucZqaklBxLIT7/4L7dzhlwKMrDbj8=
|
||||||
github.com/gotk3/gotk3 v0.6.2/go.mod h1:/hqFpkNa9T3JgNAE2fLvCdov7c5bw//FHNZrZ3Uv9/Q=
|
github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56/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=
|
||||||
@@ -34,20 +28,16 @@ go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/
|
|||||||
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=
|
||||||
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.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
|
||||||
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
|
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
|
||||||
golang.org/x/sync v0.5.0 h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE=
|
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
|
||||||
golang.org/x/sync v0.5.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
|
golang.org/x/sync v0.8.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.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
|
||||||
golang.org/x/sys v0.10.0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA=
|
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||||
golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34=
|
||||||
golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
|
golang.org/x/sys v0.25.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=
|
||||||
|
|||||||
127
main.go
127
main.go
@@ -21,11 +21,12 @@ import (
|
|||||||
"github.com/gotk3/gotk3/gtk"
|
"github.com/gotk3/gotk3/gtk"
|
||||||
)
|
)
|
||||||
|
|
||||||
const version = "0.4.6"
|
const version = "0.5.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 +34,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 +155,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 +171,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 +181,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 +204,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 +215,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 +230,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 +255,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 +268,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 +299,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 +325,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)
|
||||||
}
|
}
|
||||||
@@ -385,7 +419,6 @@ func main() {
|
|||||||
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()
|
||||||
@@ -404,7 +437,7 @@ func main() {
|
|||||||
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: %s", output2mon)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
monitor := output2mon[*targetOutput]
|
monitor := output2mon[*targetOutput]
|
||||||
layershell.SetMonitor(win, monitor)
|
layershell.SetMonitor(win, monitor)
|
||||||
@@ -460,6 +493,10 @@ func main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
|
} else if key.KeyVal() == gdk.KEY_Tab {
|
||||||
|
if firstPowerBtn != nil {
|
||||||
|
firstPowerBtn.ToWidget().GrabFocus()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
})
|
})
|
||||||
@@ -579,32 +616,66 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
||||||
outerVBox.PackStart(powerBarWrapper, false, false, 0)
|
outerVBox.PackStart(powerBarWrapper, false, false, 0)
|
||||||
powerButtonsWrapper, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
powerButtonsWrapper, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 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.ButtonNew()
|
||||||
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.ButtonNew()
|
||||||
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.ButtonNew()
|
||||||
|
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.ButtonNew()
|
||||||
|
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.ButtonNew()
|
||||||
|
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.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
||||||
|
|||||||
51
tools.go
51
tools.go
@@ -173,7 +173,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 +181,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 +197,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 +233,22 @@ 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")
|
||||||
|
if pathExists(p) {
|
||||||
|
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 +337,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
|
||||||
@@ -594,6 +611,8 @@ 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("command: %q; args: %q\n", cmd.Args[0], cmd.Args[1:])
|
||||||
@@ -670,14 +689,9 @@ func mapOutputs() (map[string]*gdk.Monitor, error) {
|
|||||||
num := display.GetNMonitors()
|
num := display.GetNMonitors()
|
||||||
for i := 0; i < num; i++ {
|
for i := 0; i < num; i++ {
|
||||||
mon, _ := display.GetMonitor(i)
|
mon, _ := display.GetMonitor(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
|
||||||
}
|
}
|
||||||
@@ -704,14 +718,9 @@ func mapOutputs() (map[string]*gdk.Monitor, error) {
|
|||||||
num := display.GetNMonitors()
|
num := display.GetNMonitors()
|
||||||
for i := 0; i < num; i++ {
|
for i := 0; i < num; i++ {
|
||||||
mon, _ := display.GetMonitor(i)
|
mon, _ := display.GetMonitor(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 +746,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
|
||||||
|
|||||||
@@ -298,19 +298,24 @@ 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.ButtonNew()
|
||||||
button.SetAlwaysShowImage(true)
|
button.SetAlwaysShowImage(true)
|
||||||
|
|
||||||
var pixbuf *gdk.Pixbuf
|
var pixbuf *gdk.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 = gdk.PixbufNewFromFileAtSize(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.ImageNewFromPixbuf(pixbuf)
|
img, _ = gtk.ImageNewFromPixbuf(pixbuf)
|
||||||
|
} else {
|
||||||
|
img, _ = gtk.ImageNewFromIconName(iconPathOrName, gtk.ICON_SIZE_DIALOG)
|
||||||
|
}
|
||||||
|
|
||||||
button.SetImage(img)
|
button.SetImage(img)
|
||||||
button.SetImagePosition(gtk.POS_TOP)
|
button.SetImagePosition(gtk.POS_TOP)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user