Commit Graph

60 Commits

Author SHA1 Message Date
end-4 5546384cd5 allow swap and cpu usage to always be shown (#1210) 2025-04-07 17:40:59 +02:00
end-4 46fe87f90c appearance: "borderless" mode
for now applies only to the bar
2025-03-30 23:51:24 +02:00
end-4 dcdb53da9e osd: hide on mouse movement
works for left side but not right side... oh well, still better than nothing
2025-03-30 09:12:53 +02:00
end-4 5bc535583f consistent player volume adjustment (#953 and #1160)
in freaking 2 lines
2025-03-16 16:12:17 +01:00
end-4 90a4afc328 multi monitor navigation (#1069) 2025-02-04 22:44:09 +01:00
end-4 ee406eec9b Add Chinese translation for 'Feels like' (#977) 2025-02-03 16:16:21 +01:00
fabio-garavini 0844e44a32 mouse scroll on bar 2025-01-30 12:09:51 +01:00
yuanczx 89e3440706 Add translation for 'Feels like' 2024-11-29 10:34:45 +08:00
endotrizine 61ce2aec25 New feature: adjust music volume by scrolling the music widget up/down 2024-11-19 08:10:37 +05:00
月月 10b3ead8b3 Remove unnecessary imports,
Add some translations
2024-10-01 22:40:55 +08:00
月月 69adcbbda5 Add translation 2024-09-16 16:40:54 +08:00
月月 73334862c6 Add left sidebar translation 2024-09-15 16:10:30 +08:00
end-4 3db2b13eb8 Fix for keyboard layout indicator not showing up on all monitors (#715) 2024-08-11 08:24:27 +07:00
end-4 4dd37ed9ac bar: workspaces: smoother transition 2024-08-09 11:16:07 +07:00
Hossein Motahari 3b8a3cff70 Merge branch 'end-4:main' into kb_layout_multi_monitor 2024-08-04 17:01:41 +03:00
end-4 78f622963f tray: filter out empty tray items (#717) 2024-08-03 21:23:46 +07:00
end-4 b27ddc1421 ags: move datetime polling to Variable (#722) 2024-08-03 21:18:20 +07:00
Moeta Yuko 231dfc81c0 ags: move datetime polling to Variable
Fixes #713
2024-08-01 22:04:37 +08:00
Moeta Yuko 3a094b01d7 tray: filter out empty tray items
For unknown reason, an unknown program (even invisible in D-Spy)
occasionally populates an empty tray item of the following properties:
  TrayItem {
      "category": null,
      "id": null,
      "title": null,
      "status": null,
      "window-id": null,
      "is-menu": null,
      "tooltip-markup": "",
      "icon": "image-missing"
  }

Add a null check for the item id to workaround the issue.
2024-07-31 23:41:50 +08:00
Hossein Motahari 01dab4fdfc fix the issue with the keyboard layout indicator not showing up on all monitors. 2024-07-30 12:57:43 +03:00
end-4 2e3811b134 fix typo 2024-07-28 14:39:46 +07:00
end-4 059c8937ca weather: config option for deg c or f (#602) 2024-06-15 21:03:50 +07:00
end-4 f62b721a3a battery: don't show .0 2024-06-05 19:21:01 +07:00
Cyao 70fac17e32 Only show 1 digit after decimal point for battry percentage 2024-06-04 17:59:58 +02:00
end-4 a004acc05d maxwidthchars -> 1 2024-05-24 20:12:10 +07:00
Cu3PO42 9c56e6dde4 feat: use XDG base directories 2024-05-18 15:20:13 +02:00
Cu3PO42 dc28ab3cca chore: always use XDG_CACHE_DIR in AGS 2024-05-18 15:20:13 +02:00
end-4 700f1070ca format 2024-05-14 22:03:04 +07:00
end-4 25e5a774e5 ags: implement per-monitor brightness control (#453) 2024-05-03 10:19:36 +07:00
MoetaYuko 53e87eb12e ags: fix systray icon warning
take code snippet from ags wiki to fix:
```
(com.github.Aylur.ags:748022): Gjs-Console-WARNING **: 21:42:04.733: Error: can't assign "[object instance wrapper GIName:GdkPixbuf.Pixbuf jsobj@0x37f2745abd08 native@0x62e804712490]" as icon, it is not a file nor a named icon
```
2024-05-01 22:35:01 +08:00
MoetaYuko 99e401186c ags: implement per-monitor brightness control 2024-05-01 15:24:51 +08:00
end-4 312eb75c51 fix osk toggles 2024-04-08 18:19:55 +07:00
end-4 f8d84d6068 multimonitor for osk 2024-04-05 17:36:22 +07:00
end-4 438c3abdfa bar: fix multimonitor (?) 2024-04-03 17:09:56 +07:00
end-4 8f93f30343 more config option for apps 2024-03-30 21:53:20 +07:00
end-4 c300b74afd fix bar volume scrolling 2024-03-17 08:35:09 +07:00
end-4 03d3d3ed8a fix #329 2024-03-17 00:45:49 +07:00
end-4 3a9b164cd4 update colors 2024-03-16 21:50:18 +07:00
end-4 a5312ce0b0 oops trailing comma 2024-03-16 11:33:36 +07:00
end-4 f002df7f6f better click area for right side of the bar 2024-03-16 11:28:39 +07:00
end-4 bc51fed29b use battery icon (#325) 2024-03-15 22:59:05 +07:00
end-4 14770aa80c update bar styles 2024-03-15 22:56:14 +07:00
end-4 5fc36cdc01 fix tray (#329) 2024-03-14 20:00:22 +07:00
end-4 d3761d1d0d separate scss color vars for bar elements (1) (#327) 2024-03-14 12:06:33 +07:00
end-4 bf50557800 bar text: truncate instead of having horiz scroll (#320) 2024-03-10 23:05:41 +07:00
end-4 0a08fa7ab4 bar music control: bind side button, act immediately on click 2024-03-09 15:52:23 +07:00
end-4 f2bbefdc63 format 2024-03-08 22:33:09 +07:00
end-4 8d640a82d9 swap middle/right click on overview widget
right click is easier, and overview is more likely used than osk
2024-03-07 23:21:20 +07:00
end-4 48f689668c workspace widget: side mouse btn for special ws 2024-03-07 22:00:49 +07:00
end-4 b23f0bb1df volume scroll: more precise control in single-digits 2024-03-07 16:12:32 +07:00