Commit graph

2610 commits

Author SHA1 Message Date
tobi-wan-kenobi
f64f71b6e2
Merge pull request #869 from arivarton/main
Google calendar module
2022-04-08 14:27:47 +02:00
arivarton
a48ddbb2c8 Ran black -t py34 2022-04-08 14:23:22 +02:00
arivarton
8501c406af Google calendar module. 2022-04-08 14:15:28 +02:00
tobi-wan-kenobi
2383cadadc
Merge pull request #868 from bbernhard/pulseaudio_extension
Pulseaudio extension
2022-03-25 20:43:57 +01:00
Bernhard B
4d3de3be04 handle util.popup ImportError gracefully
* util.popup requires tkinter to be installed (in order to display
  popups). As most people will probably use the default configuration
  of the pulseaudio module (where the popup is disabled) and in order
  to avoid breaking existing setups, we catch import errors and just log
  them.
2022-03-25 19:41:10 +01:00
Bernhard B
82fa347f2c extended pulseaudio module
* added possibility to show currently selected default device in the
  statusbar (default: off)
* allows to override the left mouse button click with a different
  action (e.g open popup menu to change the current default device)
2022-03-24 21:23:59 +01:00
Bernhard B
7932af712e Merge branch 'main' into pulseaudio_extension 2022-03-22 18:21:33 +01:00
tobi-wan-kenobi
d446a44f06
Merge pull request #866 from ishaanbhimwal/aur-update
Add documentation and screenshot for aur-update module
2022-03-15 13:50:04 +01:00
ishaan
9b61eee725 add better screenshots 2022-03-15 17:32:45 +05:30
ishaan
1fc4139b7c add documentation and screenshot for aur-update 2022-03-15 15:56:42 +05:30
tobi-wan-kenobi
69edfc42ae
Merge pull request #865 from ishaanbhimwal/aur-update
Fix aur-update showing wrong update number
2022-03-14 21:20:53 +01:00
ishaan
f513582d44 fix aur-update showing wrong update number 2022-03-15 01:17:57 +05:30
tobi-wan-kenobi
2d99bce987
Merge pull request #864 from ishaanbhimwal/aur-update
Add module aur-update
2022-03-14 18:41:20 +01:00
ishaan
879744e19c add aur-update 2022-03-14 22:28:00 +05:30
tobi-wan-kenobi
a8fabce14e
Merge pull request #863 from Hame-daani/main
refactor contrib.persian_date module
2022-03-10 09:51:47 +01:00
Sadegh Hamedani
c228ca3b12
[contrib/persian_date] refactor using core.datetime module as parent 2022-03-10 11:53:19 +03:30
Sadegh Hamedani
82ca97c65f
[core/datetime] added 'dtlibrary' attribute and 'set_locale' method 2022-03-10 11:52:08 +03:30
tobi-wan-kenobi
fd1eb6e790
Merge pull request #846 from DTan13/main
added module
2022-03-10 02:52:51 +01:00
tobi-wan-kenobi
b31dea19cc
Merge pull request #861 from bbernhard/pactl_revert
Pactl revert
2022-03-07 21:23:26 +01:00
Bernhard B
d52f713063 Revert "Merge pull request #857 from bbernhard/pactl"
This reverts commit eb51a3c1c7, reversing
changes made to c57daf65ce.

Instead of creating a separate module, the changes will be integrated
into the pulseaudio module.
2022-03-07 20:53:11 +01:00
Bernhard B
0bf91c2f15 Merge branch 'main' into pactl_revert 2022-03-07 20:52:31 +01:00
Dhananjay Tanpure
3de6f9f4b9
Merge branch 'tobi-wan-kenobi:main' into main 2022-03-07 08:58:13 +05:30
Dhananjay Tanpure
e5cdabcc0f
mpd and title 2022-03-07 08:50:30 +05:30
tobi-wan-kenobi
fbe70607be
Merge pull request #860 from Hame-daani/main
[contrib] added module persian_date
2022-03-04 17:22:57 +01:00
Sadegh Hamedani
9cbc39e462
[contrib] added module persian_date 2022-03-04 18:28:13 +03:30
tobi-wan-kenobi
bf7aac4e6e
Merge pull request #859 from tobi-wan-kenobi/858
[core/input] methods can be event callbacks
2022-03-04 09:37:01 +01:00
tobi-wan-kenobi
7d33171749 [core/input] methods can be event callbacks
When registering an event (especially mouse events), if the parameter
is a valid method in the Module, execute that with the event as
parameter.

Add this in the core.spacer module as an example.

fixes #858
see #857
2022-03-04 09:35:43 +01:00
tobi-wan-kenobi
eb51a3c1c7
Merge pull request #857 from bbernhard/pactl
Pactl
2022-03-03 20:31:51 +01:00
tobi-wan-kenobi
c57daf65ce [themes/zengarden] add key colors 2022-03-03 14:31:47 +01:00
tobi-wan-kenobi
9a2e7637c9 [themes/zengarden] lighter accents 2022-03-02 16:16:24 +01:00
tobi-wan-kenobi
07200c466b [themes] add zengarden light (powerline) 2022-03-02 12:33:21 +01:00
Bernhard B
33d22c2637 removed debug log from 'pactl' module 2022-02-28 19:20:19 +01:00
Bernhard B
950931e1b9 added new module 'pactl'
* added new module 'pactl' which displays the current default sink and allows to
  select a different default sink from the popup menu.
2022-02-28 19:14:21 +01:00
tobi-wan-kenobi
a17356ee9d
Merge pull request #856 from LokiLuciferase/bugfix/redshift-spelling
fix case of Kelvin SI unit in redshift widget
2022-02-20 12:57:42 +01:00
Lukas Lüftinger
928f8258aa fix case of Kelvin SI unit in redshift widget 2022-02-20 12:29:49 +01:00
tobi-wan-kenobi
03731136b6 [modules/nic] fix missing check for None 2022-02-15 16:34:02 +01:00
tobi-wan-kenobi
8897c1bde5
Merge pull request #854 from mihaimorariu/fix/publicip-exception
Fix publicip
2022-02-14 15:19:58 +01:00
Mihai Morariu
283d47ff65 Merge branch 'main' into fix/publicip-exception 2022-02-14 16:19:43 +02:00
tobi-wan-kenobi
3aadab5628 [modules/publicip] handle missing public ip more gracefully
If location does not throw, but reports an empty public IP, return
"n/a".

Since this caused a bug, also add a test for it.

fixes #853
2022-02-14 14:58:01 +01:00
Mihai Morariu
2a77e3a85c Fix exception in location.py. 2022-02-14 15:36:24 +02:00
tobi-wan-kenobi
b1f49f6a1e
Merge pull request #852 from piyueh/patch-1
typo in nic.py: minium -> minimum
2022-02-12 20:07:46 +01:00
Pi-Yueh Chuang
4784be4076
typo in nic.py: minium -> minimum 2022-02-12 12:54:31 -05:00
tobi-wan-kenobi
a1ae6d4f34
Merge pull request #851 from deadbeef2000/nic_strength
[modules/nic] Added strength indicator for wifi signals
2022-02-12 11:23:49 +01:00
Christopher Kepes
5c390be25c [modules/nic] Added strength indicator for wifi signals 2022-02-12 11:06:10 +01:00
tobi-wan-kenobi
4f9553f7ea [modules/rss] fix insecure use of tempfile
fixes #850
2022-02-11 13:44:10 +01:00
tobi-wan-kenobi
8458eef1e6 [doc] add codeql badge 2022-02-09 21:24:35 +01:00
tobi-wan-kenobi
4c08cd812e
Create codeql-analysis.yml
Trying out CodeQL
2022-02-09 21:15:08 +01:00
tobi-wan-kenobi
80493d3bea
Merge pull request #848 from logan-connolly/feature/add_rose_pine_theme
feat(theme): add rose pine theme
2022-01-25 18:29:01 +01:00
Logan Connolly
c40a174463 feat(theme): add rose pine theme 2022-01-25 17:50:25 +01:00
Dhananjay Tanpure
8867f4f188
added module for blugon 2022-01-20 21:06:17 +00:00