Home liberachat/#xmonad: Logs Calendar

Logs on 2022-10-23 (liberachat/#xmonad)

00:01:47 × jludwig quits (~justin@li657-110.members.linode.com) (Quit: ZNC - https://znc.in)
00:05:38 × thyriaen quits (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) (Quit: Leaving)
00:14:23 × wonko quits (~wjc@2a0e:1c80:2:0:45:15:19:130) (Ping timeout: 276 seconds)
00:32:39 × noex quits (~null@user/noex) (Quit: :q!)
01:33:27 jludwig joins (~justin@li657-110.members.linode.com)
02:04:07 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 260 seconds)
02:14:02 × td_ quits (~td@83.135.9.28) (Ping timeout: 260 seconds)
02:15:48 td_ joins (~td@83.135.9.27)
02:23:55 banc joins (banc@gateway/vpn/airvpn/banc)
02:30:22 c209e6dc-4d76-47 joins (~aditya@2601:249:4300:1296:195:dac6:592c:a55a)
02:51:05 mvk joins (~mvk@2607:fea8:5ce3:8500::a80f)
03:14:10 noex joins (~null@user/noex)
03:52:26 × c209e6dc-4d76-47 quits (~aditya@2601:249:4300:1296:195:dac6:592c:a55a) (Quit: Konversation terminated!)
05:11:35 × mvk quits (~mvk@2607:fea8:5ce3:8500::a80f) (Ping timeout: 272 seconds)
05:33:32 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 276 seconds)
10:25:10 wonko joins (~wjc@2a0e:1c80:2:0:45:15:19:130)
10:59:51 × darkstardevx quits (~darkstard@50.126.124.156) (Remote host closed the connection)
11:00:37 darkstardevx joins (~darkstard@50.126.124.156)
11:05:30 × [Leary] quits (~Leary]@user/Leary/x-0910699) (Remote host closed the connection)
11:05:44 [Leary] joins (~Leary]@user/Leary/x-0910699)
14:03:02 × lazycat quits (~lazycat@user/lazycat) (Quit: ZNC - https://znc.in)
14:03:52 lazycat joins (~lazycat@user/lazycat)
14:07:51 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
14:16:15 × wonko quits (~wjc@2a0e:1c80:2:0:45:15:19:130) (Ping timeout: 272 seconds)
14:29:28 chomwitt joins (~chomwitt@2a02:587:dc10:8200:1ac0:4dff:fedb:a3f1)
17:37:29 × zawaken quits (~zawaken@user/zawaken) (Quit: ZNC - https://znc.in)
17:41:21 zawaken joins (~zawaken@user/zawaken)
17:49:45 wonko joins (~wjc@2a0e:1c80:2:0:45:15:19:130)
18:20:03 hrberg joins (~quassel@171.79-160-161.customer.lyse.net)
18:21:58 × hrberg quits (~quassel@171.79-160-161.customer.lyse.net) (Client Quit)
18:22:17 hrberg joins (~quassel@171.79-160-161.customer.lyse.net)
20:10:00 × wonko quits (~wjc@2a0e:1c80:2:0:45:15:19:130) (Ping timeout: 250 seconds)
20:58:29 × chomwitt quits (~chomwitt@2a02:587:dc10:8200:1ac0:4dff:fedb:a3f1) (Ping timeout: 276 seconds)
21:59:51 wonko joins (~wjc@2a0e:1c80:2:0:45:15:19:130)
22:27:55 jabuxas joins (~jabuxas@user/jabuxas)
22:28:06 × jabuxas quits (~jabuxas@user/jabuxas) (Client Quit)
22:39:50 <xmonadtrack> New xmonad-contrib branch created: pull/768 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/768
22:39:50 <xmonadtrack> xmonad-contrib Tomas Janousek https://github.com/xmonad/xmonad-contrib/pull/768 * v0.17.1-48-g23e3d027: X.H.EwmhDesktops: Add (un)fullscreen hooks (25 minutes ago, 1 file, 31+ 4-) https://github.com/xmonad/xmonad-contrib/commit/23e3d0270fc7
22:40:02 liskin[m] joins (~liskinmat@2001:470:69fc:105::768)
22:46:37 jabuxas joins (~jabuxas@user/jabuxas)
22:49:34 <jabuxas> hello, i'm trying out xmonad and I'm having trouble setting up the tray, I already have the trayer-padding.sh and am running the command on xmobar, but it creates a black space with nothing on it
22:49:48 <jabuxas> i have a startup script running trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --tint 0x5f5f5f --height 18
22:54:30 <geekosaur> I don't know much about that aspect of xmonad (I use it with MATE so the tray is built into the panel and I use xmonad-log-applet to log to it) but if trayer is starting before xmobar then it may be underneath it. https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Util-Hacks.html#v:trayerAboveXmobarEventHook may help?
23:03:03 <jabuxas> I'm trying it out, it is saying no module hacks is imported but I clearly imported XMonad-Util-Hacks
23:12:20 <geekosaur> `import qualified XMonad.Util.Hacks as Hacks`
23:20:17 <jabuxas> ok
23:20:23 <jabuxas> so I managed to recompile
23:26:26 <jabuxas> I think I would need to restart
23:28:52 <geekosaur> if you used mod-q it should already be active. if it didn't raise trayer then you may have to make sure trayer was launched in the session log (usually ~/.xsession-errors)
23:31:35 <jabuxas> I launched trayer through terminal and then xmonad --restart
23:31:39 <jabuxas> is that the same effect?
23:33:30 <jabuxas> but now xmobar isn't giving space to trayer, idk if that's good or not
23:36:22 <geekosaur> should have been, but then why isn't it being raised?
23:36:38 <geekosaur> I don't know about trayer-padding.sh
23:36:52 <geekosaur> hm, wonder if Solid happens to be around, this is more his area
23:37:29 <jabuxas> https://codeberg.org/xmobar/xmobar/issues/239#issuecomment-537931
23:37:33 <jabuxas> it's this shell script
23:39:02 <jabuxas> trayer wasn't running for some reason. it's running now, the doc about util-hacks says to >pass -l to trayer but trayer doesn't have that option
23:39:05 <jabuxas> on trayer -h
23:39:47 <jabuxas> just checked, man trayer doesn't have it either
23:42:10 <geekosaur> sounds like your version of trayer can't lower itself
23:42:40 <jabuxas> hmmm
23:42:45 <geekosaur> that would cause the hack to not fire, I think (as documented it expects the trayer to be at the bottom of the window stack, and lowers the panel below that)
23:43:35 <jabuxas> i have trayer version 1.0 on gentoo.
23:43:52 <jabuxas> there's a package called trayer-srg on repos too, i wonder if that's any different
23:44:18 <jabuxas> https://packages.gentoo.org/packages/x11-misc/trayer
23:44:24 <jabuxas> oh, there's already version 1.1.8
23:44:28 <jabuxas> i think trayer was the problem here.
23:46:11 <geekosaur> and I just looked at the hack's code and it does indeed look for trayer lowering itself to the bottom of the window stack
23:48:58 <jabuxas> cna I change the script to use trayer-srg?
23:49:10 <jabuxas> that's the version that's updated on gentoo repos
23:54:35 <jabuxas> it worked?
23:54:38 <jabuxas> it worked!
23:58:53 <jabuxas> it looks a little weird and small but that should be solvable with tweaking the flags

All times are in UTC on 2022-10-23.