2022-09-30 00:09:01 +0200 | sogens | (sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.6) |
2022-09-30 00:35:09 +0200 | sogens | (~sogens@pa49-197-49-85.pa.qld.optusnet.com.au) |
2022-09-30 00:46:24 +0200 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
2022-09-30 00:47:22 +0200 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
2022-09-30 01:02:17 +0200 | sogens | (~sogens@pa49-197-49-85.pa.qld.optusnet.com.au) (Remote host closed the connection) |
2022-09-30 01:08:33 +0200 | thyriaen | (~thyriaen@2a02:8109:8340:686c:7383:e0e2:ad95:9fce) |
2022-09-30 01:09:44 +0200 | sogens | (~sogens@pa49-197-49-85.pa.qld.optusnet.com.au) |
2022-09-30 01:10:10 +0200 | <thyriaen> | myManageHooks is a ComposeAll [ and then a list of things for example , className =? "Nemo" --> floatingNemo ] -- I would like to add a NamedScratchpad - do i just include that in the list as one position ? like , namedScratchpadManageHook scratchpads , ? |
2022-09-30 01:14:18 +0200 | <geekosaur[m]> | Yes |
2022-09-30 01:14:51 +0200 | sogens | (~sogens@pa49-197-49-85.pa.qld.optusnet.com.au) (Ping timeout: 268 seconds) |
2022-09-30 01:16:04 +0200 | sogens | (sogens@gateway/vpn/protonvpn/sogens) |
2022-09-30 01:17:10 +0200 | <thyriaen> | okey there is only one issue |
2022-09-30 01:17:21 +0200 | <thyriaen> | if i press the button for my scratchpad nothing happens :p |
2022-09-30 01:22:58 +0200 | <thyriaen> | ok i fixed it |
2022-09-30 01:23:08 +0200 | <thyriaen> | now my polybar displays the hidden workspace though |
2022-09-30 01:23:17 +0200 | <thyriaen> | so it is not infact really hidden is it ? :P |
2022-09-30 01:29:01 +0200 | <thyriaen> | easily fixed tho |
2022-09-30 01:29:47 +0200 | fjMSX | (~hypni2p@2.92.213.55) |
2022-09-30 01:45:07 +0200 | thyriaen | (~thyriaen@2a02:8109:8340:686c:7383:e0e2:ad95:9fce) (Quit: Leaving) |
2022-09-30 01:55:43 +0200 | berberman | (~berberman@user/berberman) |
2022-09-30 01:57:03 +0200 | mvk | (~mvk@2607:fea8:5ce3:8500::778c) |
2022-09-30 02:17:12 +0200 | chomwitt | (~chomwitt@2a02:587:dc14:f500:9e6a:c6cb:5be3:53b3) (Ping timeout: 264 seconds) |
2022-09-30 02:24:34 +0200 | sagax | (~sagax_nb@user/sagax) (Ping timeout: 244 seconds) |
2022-09-30 03:00:37 +0200 | sagax | (~sagax_nb@user/sagax) |
2022-09-30 03:19:37 +0200 | <Linux> | use the noTaskbar |
2022-09-30 03:20:29 +0200 | <geekosaur> | that doesn't hide the NSP workspace though |
2022-09-30 03:20:50 +0200 | <Linux> | Oh you can hide the NSP workspace? |
2022-09-30 03:20:52 +0200 | <Linux> | How? |
2022-09-30 03:22:20 +0200 | <Linux> | I see |
2022-09-30 03:22:43 +0200 | <Linux> | manageHook = manageDocks <+> myManageHook <+> namedScratchpadManageHook scratchpads <+> manageHook def <- I have like so |
2022-09-30 03:22:52 +0200 | <geekosaur> | https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Hooks-StatusBar-PP.html#v:fi… |
2022-09-30 03:23:10 +0200 | <geekosaur> | but that's for xmobar, not for polybar |
2022-09-30 03:23:30 +0200 | <geekosaur> | if it uses EWMH to get workspace information then you have to do something trickier |
2022-09-30 03:23:35 +0200 | <Linux> | I see |
2022-09-30 03:23:45 +0200 | <Linux> | I'd like to hid NSP on the KDE plasma panel I use |
2022-09-30 03:23:51 +0200 | <Linux> | Any idea about that? |
2022-09-30 03:24:11 +0200 | <Linux> | I also used dynamic log from years ago, and probably need to update to statusbar the one you linked |
2022-09-30 03:24:11 +0200 | <geekosaur> | https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Util-WorkspaceCompare.html#v… |
2022-09-30 03:24:48 +0200 | <geekosaur> | the docs tell you how to use it to filter NSP out of the EWMH workspaces, so polybar and plasma-panel won't see it |
2022-09-30 03:24:55 +0200 | <Linux> | Ok I will try it |
2022-09-30 03:25:05 +0200 | <Linux> | I don't know the language of haskell |
2022-09-30 03:25:07 +0200 | <Linux> | :) |
2022-09-30 03:25:26 +0200 | <geekosaur> | I'm not going to be up a whole lot longer though |
2022-09-30 03:25:35 +0200 | <geekosaur> | maybe someone else can help |
2022-09-30 03:25:37 +0200 | <Linux> | I'm not in a rush, I'll try it round, see what I can do |
2022-09-30 03:25:48 +0200 | <Linux> | I will come back later when you guys are awake and have time |
2022-09-30 03:25:49 +0200 | <geekosaur> | (my sleep monitor is already yelling at me because I'm not in bed yet) |
2022-09-30 03:25:52 +0200 | <Linux> | Ok thanks man |
2022-09-30 03:25:54 +0200 | <Linux> | I appreciate you |
2022-09-30 03:40:14 +0200 | <Linux> | xmproc <- spawnPipe ("/usr/bin/xmobar ~/.xmobar/xmobarrc") <- am I still supposed to run xmobar like this? |
2022-09-30 04:01:45 +0200 | <Linux> | Hello I have tried to update my xmonad/mobar config to .17 |
2022-09-30 04:01:53 +0200 | <Linux> | https://bpa.st/IGWQ <- xmonad.hs |
2022-09-30 04:01:59 +0200 | <Linux> | https://bpa.st/4ZQA xmobarrc |
2022-09-30 04:02:11 +0200 | <Linux> | I get no errors, but also, I don't get xmobar anymore. It doesn't launch/run. |
2022-09-30 04:02:20 +0200 | <Linux> | What am I doing wrong? |
2022-09-30 04:02:59 +0200 | <Linux> | -- xmproc <- spawnPipe ("/usr/bin/xmobar ~/.xmobar/xmobarrc") <- I commented this out. |
2022-09-30 04:03:24 +0200 | <Linux> | mySB = statusBarProp "xmobar" (pure def) I added this line 283 |
2022-09-30 04:03:42 +0200 | <Linux> | line 288: xmonad . withSB mySB $ docks $ ewmhFullscreen . ewmh $ def <- I added mySB here |
2022-09-30 04:04:10 +0200 | <Linux> | , logHook = myLogHook -- <+> myXmobarLogHook xmproc <- then I commented out the xmobarlog hook and xmproc |
2022-09-30 04:04:37 +0200 | <Linux> | https://bpa.st/4ZQA#1L40 Run XMonadLog, in xmobarrc |
2022-09-30 04:04:45 +0200 | <Linux> | -- Run StdinReader comment this out |
2022-09-30 04:04:46 +0200 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 260 seconds) |
2022-09-30 04:04:52 +0200 | <Linux> | template = "%XMonadLog% load this in template |
2022-09-30 04:05:14 +0200 | <Linux> | I did all the things they said, and I get no errors, but I get no bar. Am I still supposed to run the bar with Spawn? |
2022-09-30 04:13:32 +0200 | td_ | (~td@muedsl-82-207-238-058.citykom.de) (Ping timeout: 260 seconds) |
2022-09-30 04:15:01 +0200 | td_ | (~td@94.134.91.160) |
2022-09-30 04:15:28 +0200 | <Linux> | nm, my xmobar binary path was wrong |
2022-09-30 04:15:38 +0200 | <Linux> | I build latest in stack and removed /usr/bin that came from ubuntu |
2022-09-30 04:15:51 +0200 | <Linux> | xmproc <- spawnPipe ("/home/stoned/.local/bin/xmobar ~/.xmobar/xmobarrc") <- without spawnpip I can't get it |
2022-09-30 04:15:55 +0200 | <Linux> | so please advise. |
2022-09-30 04:23:26 +0200 | <Linux> | also the xmobar I build from stack, won't use my configured font |
2022-09-30 04:23:52 +0200 | banc | (banc@gateway/vpn/airvpn/banc) |
2022-09-30 04:24:47 +0200 | <Linux> | xmobar from ubuntu respects my config. So maybe I didn't build it right? |
2022-09-30 04:25:05 +0200 | <Linux> | back to using dynamiclog for the time being, until we can figure out statusbarpp stuff |
2022-09-30 04:37:44 +0200 | Linux | HP-UX |
2022-09-30 04:45:10 +0200 | steve_ | (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 268 seconds) |
2022-09-30 06:41:11 +0200 | darkstardevx | (~darkstard@192.183.207.94) (Ping timeout: 265 seconds) |
2022-09-30 06:53:23 +0200 | darkstardevx | (~darkstard@192.183.207.94) |
2022-09-30 06:54:58 +0200 | darkstardevx | (~darkstard@192.183.207.94) (Remote host closed the connection) |
2022-09-30 06:55:22 +0200 | darkstardevx | (~darkstard@192.183.207.94) |
2022-09-30 07:19:11 +0200 | Maeda | (~Maeda@91-161-10-149.subs.proxad.net) (Quit: leaving) |
2022-09-30 07:20:19 +0200 | chomwitt | (~chomwitt@2a02:587:dc14:f500:3759:458b:6e75:9dca) |
2022-09-30 07:57:23 +0200 | nomadxxxx3 | (~lanomadx@69.167.38.133) |
2022-09-30 07:58:01 +0200 | nomadxx3 | (~lanomadx@208.91.67.130) (Ping timeout: 265 seconds) |
2022-09-30 08:01:14 +0200 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 268 seconds) |
2022-09-30 08:45:58 +0200 | ft | (~ft@p3e9bc57b.dip0.t-ipconnect.de) (Quit: leaving) |
2022-09-30 08:55:39 +0200 | mncheck | (~mncheck@193.224.205.254) |
2022-09-30 09:04:24 +0200 | cfricke | (~cfricke@user/cfricke) |
2022-09-30 10:01:59 +0200 | steve_ | (~steve@ool-182c2b80.dyn.optonline.net) |
2022-09-30 11:00:16 +0200 | scotabroad[m] | (~scotabroa@2001:470:69fc:105::2:3c91) (Quit: You have been kicked for being idle) |
2022-09-30 11:00:20 +0200 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
2022-09-30 11:27:58 +0200 | wonko | (~wjc@2a0e:1c80:11::50) |
2022-09-30 11:37:34 +0200 | wonko | (~wjc@2a0e:1c80:11::50) (Ping timeout: 246 seconds) |
2022-09-30 11:39:00 +0200 | wonko | (~wjc@2a0e:1c80:11::50) |
2022-09-30 11:42:18 +0200 | <xmonadtrack> | xmonad-contrib alexandersokolow * v0.17.1-20-g9e55ae91: expose more messages in MouseResizableTile layout (16 hours ago, 1 file, 1+ 1-) https://github.com/xmonad/xmonad-contrib/commit/9e55ae9184a5 |
2022-09-30 11:42:18 +0200 | <xmonadtrack> | xmonad-contrib Tony Zorman {GitHub} * v0.17.1-21-ge15f2d17: Merge pull request #758 from alexandersokolow/master (4 minutes ago, 0 files, 0+ 0-) https://github.com/xmonad/xmonad-contrib/commit/e15f2d17e54d |
2022-09-30 11:42:30 +0200 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) |
2022-09-30 11:46:28 +0200 | wonko | (~wjc@2a0e:1c80:11::50) (Changing host) |
2022-09-30 11:46:28 +0200 | wonko | (~wjc@user/wonko) |
2022-09-30 11:59:31 +0200 | wonko | (~wjc@user/wonko) (Ping timeout: 248 seconds) |
2022-09-30 11:59:54 +0200 | wonko | (~wjc@2a0e:1c80:11::50) |
2022-09-30 12:59:12 +0200 | wonko | (~wjc@2a0e:1c80:11::50) (Ping timeout: 264 seconds) |
2022-09-30 13:17:19 +0200 | mncheck | (~mncheck@193.224.205.254) (Write error: Connection reset by peer) |
2022-09-30 13:40:06 +0200 | ft | (~ft@p3e9bc57b.dip0.t-ipconnect.de) |
2022-09-30 14:37:19 +0200 | wonko | (~wjc@2a0e:1c80:11::50) |
2022-09-30 14:43:15 +0200 | wonko | (~wjc@2a0e:1c80:11::50) (Ping timeout: 268 seconds) |
2022-09-30 15:35:32 +0200 | sogens | (sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.6) |
2022-09-30 15:38:47 +0200 | sogens | (~sogens@pa49-197-49-85.pa.qld.optusnet.com.au) |
2022-09-30 15:43:13 +0200 | sogens | (~sogens@pa49-197-49-85.pa.qld.optusnet.com.au) (Ping timeout: 250 seconds) |
2022-09-30 15:45:07 +0200 | sogens | (sogens@gateway/vpn/protonvpn/sogens) |
2022-09-30 15:56:27 +0200 | user_ | (~user@78-56-98-5.static.zebra.lt) |
2022-09-30 16:01:38 +0200 | cfricke | (~cfricke@user/cfricke) (Quit: WeeChat 3.6) |
2022-09-30 16:07:05 +0200 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
2022-09-30 17:22:36 +0200 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 264 seconds) |
2022-09-30 18:00:13 +0200 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
2022-09-30 18:57:29 +0200 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds) |
2022-09-30 19:01:03 +0200 | <geekosaur> | whoops! that's embarrassing |
2022-09-30 19:01:16 +0200 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) |
2022-09-30 19:01:53 +0200 | <geekosaur> | was about to file a bug report against cabal for not doing a rebuild when I pulled the above change… went in to reproduce it, discovered I was on a dev branch instead of master… |
2022-09-30 19:02:08 +0200 | <geekosaur> | (so I didn't actually get the change) |
2022-09-30 19:05:27 +0200 | <geekosaur> | at least I discovered it before I filed the issue |
2022-09-30 19:32:51 +0200 | <mekeor[m]> | geekosaur: relieved to see that even experienced experts like you, make silly little mistakes sometimes :) |
2022-09-30 19:37:29 +0200 | user_ | (~user@78-56-98-5.static.zebra.lt) (Leaving) |
2022-09-30 20:00:47 +0200 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
2022-09-30 20:08:31 +0200 | a6a45081-2b83 | (~aditya@2601:249:4300:1296:88ec:cc73:84d4:1507) |
2022-09-30 20:30:23 +0200 | noex | (~null@user/noex) |
2022-09-30 20:34:51 +0200 | a6a45081-2b83 | (~aditya@2601:249:4300:1296:88ec:cc73:84d4:1507) (Remote host closed the connection) |
2022-09-30 20:50:52 +0200 | noex | (~null@user/noex) (Quit: :q!) |
2022-09-30 21:19:14 +0200 | banc | (banc@gateway/vpn/airvpn/banc) |
2022-09-30 23:47:51 +0200 | noex | (~null@user/noex) |
2022-09-30 23:52:30 +0200 | thyriaen | (~thyriaen@2a02:8109:8340:686c:7383:e0e2:ad95:9fce) |