Piotr Miller
2d114e58bc
Update README.md
2024-02-03 15:53:10 +01:00
piotr
11f2f67184
update README.md
2024-02-03 04:26:49 +01:00
piotr
038fddc9da
update README.md
2024-02-03 04:23:30 +01:00
piotr
945f73adbf
Merge remote-tracking branch 'origin/main'
2024-02-03 04:15:05 +01:00
Piotr Miller
f8572b3db8
Update README.md
2024-02-03 04:14:35 +01:00
piotr
9012a45be4
update README.md
2024-02-03 04:12:06 +01:00
piotr
fe311ced2a
bump to 0.4.4
2024-02-03 04:06:01 +01:00
Piotr Miller
bd12c281b1
Merge pull request #112 from nwg-piotr/power
...
add optional PowerBar
2024-02-02 02:06:56 +01:00
piotr
ff34cf8194
fix finding userDirsFile
2024-02-02 01:39:58 +01:00
piotr
8e02b59f83
clear status label on button exit
2024-02-01 18:24:14 +01:00
Piotr Miller
7b2ed76fac
update lock icon
2024-02-01 09:48:06 +01:00
piotr
b0dc1404e7
formatting
2024-02-01 04:14:42 +01:00
piotr
6da6787272
add powerButton size argument
2024-02-01 04:09:31 +01:00
piotr
01c26ba092
add powerButton function
2024-02-01 03:52:56 +01:00
piotr
db265ccf6a
update dependencies
2024-02-01 01:09:57 +01:00
piotr
ffc256ba87
fix Makefile; modify icons
2024-02-01 01:09:13 +01:00
Piotr Miller
b5f1713c3e
add power icons
2024-01-31 10:50:44 +01:00
piotr
b1908537d1
cp README.md, LICENSE
2024-01-27 14:52:34 +01:00
piotr
664917c105
update README.md
2024-01-27 04:15:17 +01:00
piotr
bf66683a09
update README.md
2024-01-27 03:31:21 +01:00
piotr
ff8e2435b6
rename variable
2023-11-27 00:18:03 +01:00
Piotr Miller
223e16f77c
Merge pull request #106 from nwg-piotr/otput-hypr
...
Make binding to an output work on Hyprland
v0.4.3
2023-11-26 23:40:28 +01:00
piotr
55c095c053
fix -wm help
2023-11-26 23:34:48 +01:00
piotr
ee2008348f
bump to 0.4.3
2023-11-26 23:17:00 +01:00
piotr
0570f90bec
update help
2023-11-26 23:16:39 +01:00
piotr
a2917d68dd
support output assignment on Hyprland
2023-11-26 23:14:18 +01:00
piotr
b05b0f484a
improve help
2023-11-25 15:54:05 +01:00
piotr
b61e665c71
bump to 0.4.2
v0.4.2
2023-11-22 01:23:59 +01:00
piotr
8408c669ef
remove unused function
2023-11-22 01:13:48 +01:00
Piotr Miller
d66066c3b6
Merge pull request #105 from nwg-piotr/fix-wm
...
remove `XDG_CURRENT_DESKTOP` as default `-wm` value; allow capitalized `Hyprland`
2023-11-21 14:53:22 +01:00
piotr
dac55cdd0d
remove setting XDG_CURRENT_DESKTOP as dafault -wm value; allow capitalized Hyprland value
2023-11-21 14:26:04 +01:00
Piotr Miller
03365d24e5
Merge pull request #104 from Schuldkroete/main
...
Make the description line at the bottom of the drawer themable
2023-11-21 14:20:22 +01:00
Schuldkröte
8e58654336
add gtk name property to statusLineWrapper and statusLabel
2023-11-21 11:47:01 +01:00
piotr
33e0032725
bump to 0.4.1
v0.4.1
2023-11-18 01:41:53 +01:00
Piotr Miller
c05fff189d
Merge pull request #103 from gouvinb/main
...
Change command execution logic and use `/usr/bin/env` command
2023-11-18 01:40:09 +01:00
gouvinb
57d130ca51
Restore the code to trim % and everything that follows
2023-11-09 15:49:50 +01:00
gouvinb
954a6ba9c9
change command execution logic and use env command
2023-11-09 04:24:41 +01:00
piotr
67b16ea6a6
bump to 0.4.0
v0.4.0
2023-11-08 02:30:01 +01:00
piotr
3a02b16761
update versions
2023-11-08 02:25:43 +01:00
piotr
c67fef6671
fix line formatting
2023-11-08 02:24:41 +01:00
Piotr Miller
444617865e
Merge pull request #102 from gouvinb/main
...
add support to hyprlandctl
2023-11-08 01:01:10 +01:00
gouvinb
e3de9cc67b
make better log with -wm flag
2023-11-07 10:32:23 +01:00
gouvinb
1c11329581
Reworked command building.
...
Typical shell-supported command sets:
- `cmd`
- `cmd --arg`
- `cmd --arg=value`
- `ENV_VAR="value" cmd`
- `ENV_VAR="value" cmd --arg`
- `ENV_VAR="value" cmd --arg=value`
The listed commands above are now better managed.
Initially, the command types `cmd --arg=value` or `ENV_VAR="value" cmd --arg=value` were not correctly parsed. After finding a solution to this problem, I conducted further tests and discovered cases that were not currently handled. These cases are as follows:
- `cmd "arg with space"`
- `ENV_VAR="value with space" cmd`
2023-11-06 15:35:42 +01:00
gouvinb
87ee23afe2
print the correct executed command (prefix supported)
2023-11-06 12:40:10 +01:00
gouvinb
808fd032a0
fix prefix command with hypr or hyprland and update -wm description
2023-11-06 00:05:16 +01:00
gouvinb
1d3f023dc8
add support to hyprlandctl
...
BREAKING CHANGE: '-swaymsg' removed, use '-wm sway' instead
2023-11-05 23:36:18 +01:00
Piotr Miller
ccfe7776c6
Merge pull request #101 from gouvinb/main
...
Add the `swaymsg` flag to launch a program with `swaymsg exec` and prevent potential involuntary closing with Jetbrains IDEs
2023-11-05 14:03:26 +01:00
gouvinb
5a7dbefeb0
adds the "swaymsg" flag to launch a program with "swaymsg exec" and prevent potential involuntary closing with Jetbrains IDEs
2023-11-01 00:44:50 +01:00
piotr
fd26bb39e8
adjust help descriptions
v0.3.9
2023-07-28 01:18:08 +02:00
piotr
bc74ebc927
update usage
2023-07-28 01:15:31 +02:00