Logs: liberachat/#xmonad
| 2021-05-31 04:10:49 | <jg> | yea for the new dynamic stuff. If you turn off a screen it turns off the second bar automatically. You would have to build the xmonad xmobar, and xmonad-contrib from github with stack. It is not hard at all if you wanted to do it |
| 2021-05-31 04:11:21 | <jg> | otherwise, use the old spawnPipe method |
| 2021-05-31 04:13:51 | <a6a45081-2b83> | ok i'm done installing that let me change config |
| 2021-05-31 04:19:39 | <jg> | yea just lmk! |
| 2021-05-31 04:21:38 | <jg> | I just figured out how to get the new clickable work spaces module working so I think im pretty much done with my config beyond window rules |
| 2021-05-31 04:21:59 | <a6a45081-2b83> | i used <action= > tags to do that |
| 2021-05-31 04:24:36 | <jg> | yea thats what I did for my update module! |
| 2021-05-31 04:25:02 | <jg> | I just click it and it prompts me for my password to update and shows how many updates are available in the module |
| 2021-05-31 04:31:45 | <jg> | brb |
| 2021-05-31 04:31:48 | × | jg quits (~jrgiacone@47.149.222.98) (Quit: Lost terminal) |
| 2021-05-31 04:32:56 | → | jg joins (~jrgiacone@47.149.222.98) |
| 2021-05-31 04:43:17 | <a6a45081-2b83> | cool! ok i accidently built xmobar-git instead of xmonad-contrib-git, seems to be working now |
| 2021-05-31 04:43:40 | <a6a45081-2b83> | but clickablePP is not working with XPropertyLog :( |
| 2021-05-31 04:44:03 | <jg> | hang on I'll give you my pastebin of how I set mine up |
| 2021-05-31 04:44:12 | <jg> | i had a little trouble too |
| 2021-05-31 04:46:16 | <jg> | https://pastebin.com/ieY9tNug |
| 2021-05-31 04:46:55 | <jg> | it would not let me put clickable in the myXmobarPP, but it let me pit it in the xmobar definition |
| 2021-05-31 04:47:39 | <jg> | and you use UnsafeXmonad log in your xmobarrc |
| 2021-05-31 04:48:06 | <a6a45081-2b83> | thanks that's really helpful |
| 2021-05-31 04:48:27 | <jg> | i appologise for the lack of comments in there |
| 2021-05-31 04:48:31 | <jg> | im still building lol |
| 2021-05-31 04:49:30 | <a6a45081-2b83> | no need to |
| 2021-05-31 04:49:34 | <a6a45081-2b83> | you really helped me out here |
| 2021-05-31 04:49:51 | <a6a45081-2b83> | actually just changing XPropertyLog -> UnsafeXPropertyLog worked |
| 2021-05-31 04:49:56 | <jg> | just trying to pass it on, I've gotten a lot of help in here over the last few years |
| 2021-05-31 04:50:03 | <jg> | lol days not years |
| 2021-05-31 04:50:51 | <a6a45081-2b83> | It's working fine with: "xmobarTop sid = statusBarPropTo "_XMONAD_LOG_TOP" ("xmobar -x "++show sid++" ~/.config/xmobar/xmobarrc_top" )(clickablePP myXmobarPP)" and then "xmobars (S sid) = pure $ xmobarTop sid <> xmobarBot sid" |
| 2021-05-31 04:51:38 | <jg> | I had issues with the _XMONAD_LOG_TOP making my xmobar not update, so i took it out and use the normal prop |
| 2021-05-31 04:51:50 | <jg> | im glad you got it :) |
| 2021-05-31 04:53:10 | <a6a45081-2b83> | it looks like this now https://i.imgur.com/3ZX8l1a.png |
| 2021-05-31 04:53:39 | <jg> | oh hell yea sick theme, I'll show you mine |
| 2021-05-31 04:53:52 | <jg> | I dig the colors |
| 2021-05-31 04:54:24 | <a6a45081-2b83> | it's gruvbox |
| 2021-05-31 04:56:52 | <jg> | https://imgur.com/JEgTdxJ |
| 2021-05-31 04:56:56 | <jg> | that is my current setup |
| 2021-05-31 04:58:01 | <a6a45081-2b83> | nice, looks cool (though quite similar to derek-taylor's one, maybe he also picked that from somewhere) |
| 2021-05-31 04:58:12 | <a6a45081-2b83> | I think I'll also add updates and weather thing to my bar |
| 2021-05-31 04:58:19 | <a6a45081-2b83> | also network speed |
| 2021-05-31 04:58:39 | <jg> | Yea I took some of the modules from my old set up which was off his |
| 2021-05-31 04:58:49 | <a6a45081-2b83> | transparency looks cool |
| 2021-05-31 04:59:22 | <a6a45081-2b83> | i had rounded corners and transparency and spacing some time back but idk why i removed that (probably functionality over eye candy) |
| 2021-05-31 04:59:26 | <jg> | thanks! I wish I could use the experimental backends for picom (to blur the background) , but it causes stuttering for me |
| 2021-05-31 04:59:43 | <jg> | yea I'm back and forth on the gaps lol |
| 2021-05-31 04:59:46 | <a6a45081-2b83> | is that due to HW? |
| 2021-05-31 05:00:29 | <jg> | I think or I have something wrong in my picom config, I'm on a nvidia 3000 series, and its beautiful with glx, but occasional 1s lags with experimental |
| 2021-05-31 05:00:54 | <jg> | could be drivers, im not really sure |
| 2021-05-31 05:06:25 | <a6a45081-2b83> | hmm, i'm on amd and it worked fine for me, sorry i couldn't help here |
| 2021-05-31 05:07:19 | <jg> | its all good!, yea its probably fine and im just being picky. I noticed it by drawging the window around in floating |
| 2021-05-31 05:07:34 | <jg> | if I do it fast on experimental every few seconds it will freeze as if the mouse stops tracking |
| 2021-05-31 05:07:48 | <jg> | doesnt occur without experimental lol |
| 2021-05-31 05:09:24 | <jg> | mind if I asked you how you got your terminal to have that cool ui |
| 2021-05-31 05:09:32 | <a6a45081-2b83> | that's zsh |
| 2021-05-31 05:09:37 | <a6a45081-2b83> | powerlevel10k |
| 2021-05-31 05:09:49 | <jg> | hmm is it a pain to swap/worth it |
| 2021-05-31 05:10:07 | <a6a45081-2b83> | there's a setup wizard - you just have to answer y/n |
| 2021-05-31 05:10:19 | <jg> | to switch from bash to zsh? |
| 2021-05-31 05:10:43 | <a6a45081-2b83> | chsh -s /bin/zsh |
| 2021-05-31 05:10:51 | <a6a45081-2b83> | it will change your default shell to zsh |
| 2021-05-31 05:11:04 | <jg> | ahh i might look into this |
| 2021-05-31 05:11:06 | <a6a45081-2b83> | plus there are plugin managers for zsh like omzsh etc. |
| 2021-05-31 05:11:07 | <jg> | thank you |
| 2021-05-31 05:37:27 | × | a6a45081-2b83 quits (~aditya@106.212.79.20) (Remote host closed the connection) |
| 2021-05-31 05:47:43 | × | jg quits (~jrgiacone@47.149.222.98) (Quit: Lost terminal) |
| 2021-05-31 06:10:43 | → | milosz joins (~milosz@user/milosz) |
| 2021-05-31 06:37:50 | → | wonko joins (~wjc@62.115.229.50) |
| 2021-05-31 06:38:13 | × | wonko quits (~wjc@62.115.229.50) (Changing host) |
| 2021-05-31 06:38:13 | → | wonko joins (~wjc@user/wonko) |
| 2021-05-31 06:49:12 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-05-31 07:35:11 | → | mc47 joins (~yecinem@89.246.239.190) |
| 2021-05-31 09:04:04 | → | berberman_ joins (~berberman@user/berberman) |
| 2021-05-31 09:04:48 | → | tremon joins (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) |
| 2021-05-31 09:04:59 | × | berberman quits (~berberman@user/berberman) (Ping timeout: 268 seconds) |
| 2021-05-31 09:05:06 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.1) |
| 2021-05-31 09:49:18 | → | Guest84 joins (~Guest84@2a00:23c7:99f9:9900:aafc:dbf1:9cdb:7ef7) |
| 2021-05-31 09:50:47 | <Guest84> | hi I put something like this in my config: |
| 2021-05-31 09:50:54 | <Guest84> | ``` |
| 2021-05-31 09:50:57 | <Guest84> | myLogHook (a, b, c) = |
| 2021-05-31 09:50:57 | <Guest84> | dynamicLogWithPP $ |
| 2021-05-31 09:50:58 | <Guest84> | namedScratchpadFilterOutWorkspacePP $ |
| 2021-05-31 09:50:58 | <Guest84> | xmobarPP |
| 2021-05-31 09:50:59 | <Guest84> | { -- the following variables beginning with 'pp' are settings for xmobar. |
| 2021-05-31 09:50:59 | <Guest84> | -- ppOutput = mapM_ (\x -> hPutStrLn x) h, -- xmobar on monitor 1 |
| 2021-05-31 09:51:00 | <Guest84> | ppOutput = \x -> |
| 2021-05-31 09:51:00 | <Guest84> | hPutStrLn a x -- xmobar on monitor 1 |
| 2021-05-31 09:51:01 | <Guest84> | >> hPutStrLn b x -- xmobar on monitor 2 |
| 2021-05-31 09:51:01 | <Guest84> | >> hPutStrLn c x, -- xmobar on monitor 3 |
| 2021-05-31 09:51:02 | <Guest84> | ppCurrent = xmobarColor "#98be65" "" . wrap "[" "]", -- Current workspace |
| 2021-05-31 09:51:03 | <Guest84> | ppVisible = xmobarColor "#98be65" "" . clickable, -- Visible but not current workspace |
| 2021-05-31 09:51:03 | <Guest84> | ppHidden = xmobarColor "#82AAFF" "" . wrap "*" "" . clickable, -- Hidden workspaces |
| 2021-05-31 09:51:03 | <Guest84> | ppHiddenNoWindows = xmobarColor "#c792ea" "" . clickable, -- Hidden workspaces (no windows) |
| 2021-05-31 09:51:04 | <Guest84> | ppTitle = xmobarColor "#b3afc2" "" . shorten 60, -- Title of active window |
| 2021-05-31 09:51:04 | <Guest84> | ppSep = "<fc=#666666> <fn=1>|</fn> </fc>", -- Separator character |
| 2021-05-31 09:51:05 | <Guest84> | ppUrgent = xmobarColor "#C45500" "" . wrap "!" "!", -- Urgent workspace |
| 2021-05-31 09:51:05 | <Guest84> | ppExtras = [windowCount], -- # of windows current workspace |
| 2021-05-31 09:51:17 | <Guest84> | -- is to use a keybinding to toggle fullscreen noborders instead. (M-<Space>) |
| 2021-05-31 09:51:17 | <Guest84> | -- <+> fullscreenEventHook |
| 2021-05-31 09:51:18 | <Guest84> | modMask = myModMask, |
| 2021-05-31 09:51:19 | <Guest84> | terminal = myTerminal, |
| 2021-05-31 09:51:19 | <Guest84> | startupHook = myStartupHook, |
| 2021-05-31 09:51:19 | <Guest84> | layoutHook = myLayoutHook, |
All times are in UTC.