Commit Graph

1296 Commits

Author SHA1 Message Date
piotr
767ac2e205 remove unnecessary stuff 2023-04-30 03:50:14 +02:00
piotr
6b085249ae bump to 0.8.6 2023-04-30 03:29:41 +02:00
piotr
44be246467 Hyprland: avoid consecutive refreshing on the same window event 2023-04-30 03:29:01 +02:00
Piotr Miller
4d14c44687 Merge pull request #208 from MoetaYuko/master
Fix default hyprland-workspaces config
2023-04-30 00:50:31 +02:00
MoetaYuko
7737889651 Fix workspace-buttons config for sway taskbar 2023-04-29 22:05:04 +08:00
MoetaYuko
7fed5ffba6 Fix default hyprland-workspaces config 2023-04-29 21:43:02 +08:00
Piotr Miller
ee7fd70ff1 Merge pull request #207 from nwg-piotr/hypr-ws
Add HyprlandWorkspaces module
2023-04-29 00:46:02 +02:00
piotr
fc38076c0c fix checking HyprlandWorkspaces definition 2023-04-28 04:22:35 +02:00
piotr
379c28a1c8 bump to 0.8.5 2023-04-28 04:11:45 +02:00
piotr
428a87af2a add HyprlandWorkspaces config GUI 2023-04-28 04:10:41 +02:00
piotr
c7d696cd2d connect mouse btn events 2023-04-28 02:11:31 +02:00
Piotr Miller
13a91e4a07 Merge pull request #206 from MoetaYuko/master
Properly arrange the alpha channel for IconPixmap
2023-04-28 01:03:14 +02:00
piotr
60a62c0e18 fix occupied workspaces check 2023-04-27 18:33:11 +02:00
piotr
a67cdba938 fix floating icon 2023-04-27 15:57:42 +02:00
piotr
2958d586be fix floating icon 2023-04-27 15:54:02 +02:00
piotr
80cf18e2c2 fix floating icon 2023-04-27 15:53:01 +02:00
piotr
fafd014701 add floating icon 2023-04-27 14:47:48 +02:00
piotr
d9ff59dffd clear unused stuff 2023-04-27 14:21:15 +02:00
piotr
5f077158da move hypr_watcher initialization 2023-04-27 14:10:12 +02:00
piotr
e00d5a0ebd HyprlandWorkspaces: fix icon & label refresh 2023-04-27 14:04:53 +02:00
MoetaYuko
19a902dd95 Properly arrange the alpha channel for IconPixmap 2023-04-27 19:31:58 +08:00
piotr
94b98ce7f1 update icon & label (t.b.c) 2023-04-27 04:12:33 +02:00
piotr
4e76fbb376 update icon & label (t.b.c) 2023-04-27 04:08:56 +02:00
piotr
b93cce6bce handle ws names; refresh 2023-04-27 03:10:30 +02:00
piotr
4690e834ab add HyprlandWorkspaces 2023-04-26 03:48:00 +02:00
Piotr Miller
6479563272 Merge pull request #205 from MoetaYuko/hidpi
Apply icon scaling in update_icon_from_pixmap as well
2023-04-26 01:12:46 +02:00
Piotr Miller
8fece0bd79 Merge pull request #193 from mildred/tray-pixmap-icon
Fix tray pixmap icon
2023-04-26 00:33:52 +02:00
MoetaYuko
7a00bdf86f Apply icon scaling in update_icon_from_pixmap as well 2023-04-25 10:36:45 +08:00
Piotr Miller
12e510c6bb Merge pull request #203 from MoetaYuko/master
Enable pango markup for sway workspace labels
2023-04-25 00:41:26 +02:00
Piotr Miller
faf95824ce Merge pull request #204 from MoetaYuko/hidpi
For blurry icons for HiDPI
2023-04-24 01:02:47 +02:00
MoetaYuko
6fa665e0da Scale images and icons for HiDPI 2023-04-21 21:21:50 +08:00
MoetaYuko
152e341805 Use common routines to populate widget images 2023-04-21 21:21:48 +08:00
Mildred Ki'Lya
53c5616a24 Fix tray pixmap icon 2023-04-21 12:54:59 +02:00
MoetaYuko
df0a8e9b39 Simply create_pixbuf 2023-04-21 15:40:47 +08:00
MoetaYuko
dd33280b7e Convert sway workspace label entry to textview
The labels now support pango markups which contains spaces, so
space-separated labels on a single line is no longer applicable.
Convert the widget to a textview to address the issue, where each line
corresponds to a label.
2023-04-20 20:39:24 +08:00
MoetaYuko
c108e9be8c Enable pango markup for sway workspace labels 2023-04-20 13:50:33 +08:00
Piotr Miller
cc26a095f1 Merge pull request #202 from MoetaYuko/master
Use light font color for control window slider values
2023-04-19 21:05:31 +02:00
MoetaYuko
5ecfbfcd66 Use light font color for control window slider values 2023-04-19 22:26:09 +08:00
piotr
50bee8e99b bump to 0.8.4 2023-04-12 02:00:50 +02:00
Piotr Miller
a332b54a68 Merge pull request #201 from rb-andrade/master
Show focused window on Hyprland Taskbar
2023-04-11 17:20:28 +02:00
Rodrigo Andrade
a8812e196f Show focused window on Hyprland Taskbar 2023-04-10 21:41:21 -03:00
piotr
047658f902 bump to 0.8.3 2023-04-10 23:41:00 +02:00
Piotr Miller
d1d92514c2 Merge pull request #200 from nwg-piotr/fix-swaync
Fix SwayNC module
2023-04-10 23:38:53 +02:00
piotr
94f8651359 don't check tree if not on sway 2023-04-10 23:08:51 +02:00
piotr
d687bdbef2 use on-button-release event instead of buggy on-button-press #199 2023-04-10 23:04:08 +02:00
Piotr Miller
78c51ce6a5 Merge pull request #198 from nwg-piotr/hypr1
Hyprland: use client class instead of title
2023-03-29 09:52:34 +02:00
piotr
d5140c201e Hyprland: use client class instead of title 2023-03-29 09:23:07 +02:00
piotr
593174ede8 hypr: take rotated displays into account 2023-03-28 23:59:04 +02:00
Piotr Miller
40adb9cbf8 Merge pull request #197 from nwg-piotr/hypr1
processes: add Hyprland support
2023-03-28 15:28:33 +02:00
piotr
5ae61b4698 processes: add Hyprland support 2023-03-28 15:26:26 +02:00