Commit Graph

  • d81b15399e
    Add scratchpad signals (#82) Nooo37 2021-08-04 11:56:25 +0200
  • 1477bcaa70 made launch two signals: spawn and inital_applyl Nooo37 2021-08-04 11:52:01 +0200
  • c7e80f1f40 Merge branch 'window-switcher' of github.com:Kasper24/bling into window-switcher Ksaper 2021-08-03 22:24:03 +0300
  • 37a8e04bdd Add Kasper24 to AUTHORS.md Ksaper 2021-08-03 22:23:18 +0300
  • 67574af98a
    Update widget/window_switcher.lua Kasper 2021-08-03 22:21:48 +0300
  • 3de86c45f2
    Update widget/window_switcher.lua Kasper 2021-08-03 22:21:39 +0300
  • 22ee259c27 Merge branch 'master' of github.com:BlingCorp/bling Gokul Swaminathan 2021-08-03 11:28:46 -0700
  • 0d156d84c6 Fixed color issue in tag preview that messed up blur Gokul Swaminathan 2021-08-03 11:28:27 -0700
  • bb51993211 Use different default width for thumbnail and text modes Ksaper 2021-08-03 21:16:09 +0300
  • 2d0c33a577 Add dpi variable Ksaper 2021-08-03 21:15:59 +0300
  • e4468a4575 Fix wrong property being used Ksaper 2021-08-03 21:07:26 +0300
  • 1611613052 Add option for text only mode Ksaper 2021-08-03 21:03:20 +0300
  • 9941797638
    make wallpaper module 4.3 compatible (#70) Nooo37 2021-08-03 19:56:37 +0200
  • 9a88eb1b2f
    Add "pure" tabbar style (#58) Denis Efremov 2021-08-03 20:44:04 +0300
  • bc4eaeca52
    Can't see through all changes. Update to master Nooo37 2021-08-03 19:40:19 +0200
  • c10663609b
    Merge branch 'master' into xres-inherited-titlebar Nooo37 2021-08-03 19:23:53 +0200
  • 6907796352 Inital commit for window switcher widget Ksaper 2021-08-03 16:23:57 +0300
  • 5dee9f0f15
    Update theme-var-template.lua Nooo37 2021-08-03 13:09:55 +0200
  • 5c11fdf319 Small fixes Ksaper 2021-08-03 04:09:30 +0300
  • 00d94027e9 Make the client preview rounded Gokul Swaminathan 2021-08-01 22:24:36 -0700
  • 40e0ac5cdc temp Ksaper 2021-08-01 20:58:46 +0300
  • 094483412e Fix scratchpad rules not being applied when an existing client is not found Ksaper 2021-07-30 01:57:16 +0300
  • 5ca27551da
    Fixes for the playerctl_lib signals (#77) Kasper 2021-07-29 18:54:37 +0300
  • d98275d57d docs, attempt to fix the misfire (maybe broke dont_focus_before_close) Nooo37 2021-07-28 10:34:17 +0200
  • b715ce207d add basic signals to scratchpad, minor improvements Nooo37 2021-07-28 09:04:10 +0200
  • 74f522cc88 A better workaround for the double signal issue with YouTube Ksaper 2021-07-28 03:37:39 +0300
  • 97fc3283e5 Prevent signal with no information from being emitted Ksaper 2021-07-28 02:31:57 +0300
  • 6a55528511 Fix artUrl staying the same again Ksaper 2021-07-28 02:21:33 +0300
  • cfe8c194fc Revert "Fix artUrl staying the same when the new value is empty" Ksaper 2021-07-28 02:09:32 +0300
  • ac0427a737
    Fixed tag_preview: shape_border_color and shape_border_width (#80) Jezer Mejía 2021-07-27 13:00:15 -0600
  • 2b3d301701 add signals, basic docs + minor improvements Nooo37 2021-07-27 20:34:12 +0200
  • ed4426211e Merge branch 'master' of https://github.com/Nooo37/bling Nooo37 2021-07-27 19:57:04 +0200
  • d8e95083e9
    Update README.md Nooo37 2021-07-27 19:55:54 +0200
  • 3da4906748
    tab pick by direction (#78) Nooo37 2021-07-27 19:54:29 +0200
  • 2abf86c9f5 added docs Nooo37 2021-07-27 19:50:40 +0200
  • 70ced33f69 Merge branch 'tab_pick_by_direction' of https://github.com/Nooo37/bling Nooo37 2021-07-27 19:24:38 +0200
  • ea59a33f64 Fixed tag_preview: shape_border_color and shape_border_width JezerM 2021-07-27 09:37:29 -0600
  • 039d48ee22
    tabbed: added a signal and a way to disable the titlebar (#79) contribuewwt 2021-07-27 20:06:20 +0530
  • 26b55816ff spaces win undeifnedDarkness 2021-07-27 19:52:08 +0530
  • 14e17d2cfc some modifications to tabbed undeifnedDarkness 2021-07-27 17:21:58 +0530
  • 8b2da40a55 pick without initalizing first Nooo37 2021-07-27 11:03:21 +0200
  • 8f4c1ffb62 add pick_by_direction for the tabbed module Nooo37 2021-07-27 10:55:00 +0200
  • d759a2cb9c add helper function to get client by direction Nooo37 2021-07-27 10:54:35 +0200
  • aa4ddbe863 Fix artUrl staying the same when the new value is empty Ksaper 2021-07-26 07:13:04 +0300
  • d3b5cdeb12 Revert "Only send artUrl to the signal if it's not empty" Ksaper 2021-07-26 07:12:02 +0300
  • aa052398a2 Fix for double signals What I've found while using dbus-monitor is that playerctl sends a bunch of messages whenever media is changed, with the first one always having the artUrl empty. If the media does have an artUrl, the next messages will contain the artUrl resulting in artUrl ~= last_artUrl becoming true and triggering another signal The hacky method in the commit will only trigger a new signal if artUrl is not empty, or on the second message sent (as some media don't provide any art) Ksaper 2021-07-25 15:08:06 +0300
  • e74671094a Only send artUrl to the signal if it's not empty Ksaper 2021-07-25 06:36:34 +0300
  • f3239891bf
    Create AUTHORS.md gokul 2021-07-20 14:37:23 -0700
  • d5579312d3
    Update copyright gokul 2021-07-20 14:32:35 -0700
  • 2e8efb0fb1
    fix 2 letters in task_preview documentation (#76) contribuewwt 2021-07-20 20:34:43 +0000
  • 9750bfdf6c
    fix 2 letters in task_preview documentation contribuewwt 2021-07-20 12:27:50 +0000
  • fba32b4d5c
    Adding Close, Minimize and Float buttons in tabbar (#75) Humberto 2021-07-19 13:13:48 -0500
  • e650c60d55
    Adding Close, Minimize and Float buttons in tabbar Humberto 2021-07-15 21:02:48 -0500
  • 002214ec8b
    tabbed.pick wasn't working Humberto 2021-07-15 20:56:41 -0500
  • 9104455fff
    Minor improvements to tag preview gokul 2021-07-14 15:25:47 -0700
  • 8d2bdfad15
    Update task_preview.md gokul 2021-07-14 15:22:15 -0700
  • a77fdbc1be
    Task Preview Widget (#72) gokul 2021-07-14 15:17:46 -0700
  • 5eb20108f7 Update docs Gokul Swaminathan 2021-07-14 15:17:00 -0700
  • 0fbe9b6ada Changes according to review Gokul Swaminathan 2021-07-14 14:49:53 -0700
  • 758b617367 Finish task_preview widget Gokul Swaminathan 2021-07-06 22:32:20 -0700
  • cead2ba916 Started on task_preview widget Gokul Swaminathan 2021-07-06 12:04:48 -0700
  • 921d386b47
    mstab doesn't need xwininfo; fix readme Nooo37 2021-07-03 16:32:51 +0200
  • 75ff07a47e
    fix scratchpad closeing issue (#63) Kasper 2021-06-18 15:49:45 +0300
  • 8b245f7ef3
    Add placement function to docs for tag preview gokul 2021-06-16 00:53:28 -0700
  • 4f1022b83e
    adds placement function support to tag preview (#66) contribuewwt 2021-06-16 13:18:46 +0530
  • 2c7b6cd183
    Remove empty line (sorry it was annoying me lol) gokul 2021-06-16 00:47:30 -0700
  • 7be319589d made a mistake undefinedDarkness 2021-06-14 11:11:46 +0530
  • 707e86da47 Merge branch 'master' of https://github.com/undefinedDarkness/bling undefinedDarkness 2021-06-14 11:07:05 +0530
  • caf66d6470 + Placement Function Support for tag preview widget undefinedDarkness 2021-06-14 11:04:03 +0530
  • 2f2a125a20 Fix an issue where a scratchpad can't be toggled with dont_focus_before_close unless doing so from the first tag Kasper 2021-06-09 05:42:20 +0300
  • 8039591143 Add an option to disable client floating state when closing the scratchpad Kasper 2021-06-09 05:03:44 +0300
  • c72ff05760
    fixed some issues with the tabbed module; closes #62 Kasper 2021-06-07 23:37:18 +0300
  • 606eecb343
    Update LICENSE Bran 2021-06-07 15:48:35 +0100
  • 8bb69cefe6 Don't show focused client in dmenu Kasper 2021-06-06 23:40:10 +0300
  • 08fb875349
    Update tabbed.lua Kasper 2021-06-06 15:44:23 +0300
  • 749468c6b3
    Update tabbed.lua Kasper 2021-06-06 15:42:50 +0300
  • 2c280b1fc5 When selecting an already tabbed client remove it instead of doing nothing Kasper 2021-06-06 15:36:18 +0300
  • 8b0caa4efc Show tabbed clients in dmenu Kasper 2021-06-06 15:35:53 +0300
  • 0c6dfa9960 Don't tab clients unless they were selected in dmenu Kasper 2021-06-06 15:35:32 +0300
  • 487cdb69a5 Added a type to the tag preview wibox Gokul Swaminathan 2021-05-30 13:20:32 -0700
  • ae211c2cae
    Cleanup of some global functions in playerctl lib backend (#61) HumblePresent 2021-05-26 02:10:30 -0500
  • 175ababff6 Cleanup of some global functions in playerctl lib backend HumblePresent 2021-05-25 22:27:27 -0500
  • a290412572 Renamed to nicer word Piterden 2021-05-19 14:32:12 +0300
  • 5dff34537a Added titlebar widgets Piterden 2021-05-15 22:28:08 +0300
  • 536eedbd81 Removed code duplication Piterden 2021-05-14 15:43:44 +0300
  • 9a5bfc31a2 Added xres tabbar widjet template Piterden 2021-05-14 11:23:47 +0300
  • 60c1e4735e
    Fix typo in docs according to #56 gokul 2021-05-11 23:17:02 -0700
  • 77383b5baf
    Update README.md Brandon Wright 2021-05-09 23:14:06 +0100
  • 3c86c2ca98
    [tabbar] change PID to windowID + add for both directions of pick/focus (#55) Denis Efremov 2021-05-10 00:10:11 +0300
  • 9d9cf8eec9
    Tab add for both directions of pick/focus Denis Efremov 2021-05-08 23:44:18 +0300
  • b43d10d338
    Tabs bind to windowID instead of PID Denis Efremov 2021-05-08 22:54:08 +0300
  • 4afefe6c38
    Better CSS in docs Brandon Wright 2021-04-28 17:57:00 +0100
  • f00a791b40 Better CSS in docs branwright1 2021-04-28 12:37:14 +0100
  • 7edae49b7e Better CSS in docs branwright1 2021-04-28 12:25:20 +0100
  • fb8bf62fae
    Old playerctl cli backend added as option (#49) HumblePresent 2021-04-24 04:37:06 -0500
  • 5caad21efe Update docs for both backends HumblePresent 2021-04-24 01:03:44 -0500
  • b0f6a68430 Added support for setting interval directly in enable() for CLI backend HumblePresent 2021-04-23 23:58:51 -0500
  • 7f68e4d273 Switched 'player_stopped' signal to 'no_players' in CLI backend HumblePresent 2021-04-22 22:17:22 -0500
  • aaaefaf6c4 Added wrapper functions to select backend based on args HumblePresent 2021-04-22 22:12:48 -0500
  • 1eb77ce17b Move files into directory and only require playerctl lib on enable HumblePresent 2021-04-19 22:14:55 -0500