Logs: liberachat/#xmonad
| 2022-08-26 22:41:03 | <thyriaen> | i will now hop over to my xmonad machine and will try to set it up |
| 2022-08-26 22:41:15 | <thyriaen> | have a good nighty night and see you around when i have more questsions :p |
| 2022-08-26 22:41:34 | <thyriaen> | take care of yourself - do what makes you feel good inside |
| 2022-08-26 22:42:13 | × | thyriaen quits (~thyriaen@2a02:8109:8340:686c:c35d:10d0:cfbe:fcc0) (Quit: Leaving) |
| 2022-08-26 22:51:09 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-08-26 23:01:23 | → | thyriaen joins (~thyriaen@2a02:8109:8340:686c:f4bb:adc9:da23:30c9) |
| 2022-08-26 23:01:30 | <thyriaen> | howdy - it's me again :p |
| 2022-08-26 23:03:07 | <geekosaur> | yes? |
| 2022-08-26 23:03:27 | <thyriaen> | could you maybe take a look at my xmonad.hs - https://paste.sqt.wtf/2bf5c6@raw i don't understand where xmonad get's the unfocussed border color from - it is not theNormalBorderColor but some sort of darker version of the activeColor i have defined |
| 2022-08-26 23:04:17 | <thyriaen> | it would be nice if it could be the myNormalBorderColor i have defined instead |
| 2022-08-26 23:05:07 | <geekosaur> | windowNavigation overrides the border colors. you can use a WNConfig to change that |
| 2022-08-26 23:05:33 | <geekosaur> | (see configurableNavigation) |
| 2022-08-26 23:06:57 | <thyriaen> | ah ok |
| 2022-08-26 23:06:58 | <thyriaen> | thanks |
| 2022-08-26 23:09:48 | <thyriaen> | hmm i can't find a explanation of wnconfig here: https://hackage.haskell.org/package/xmonad-contrib-0.11/docs/XMonad-Layout-WindowNavigation.html#t:WNConfig |
| 2022-08-26 23:10:45 | <geekosaur> | uh, why are you using the docs from 0.11? |
| 2022-08-26 23:11:31 | → | sogens joins (~sogens@211.30.36.43) |
| 2022-08-26 23:11:36 | <thyriaen> | i was asking the same why i got redirected there |
| 2022-08-26 23:12:29 | <geekosaur> | but the docs in 0.17 are still a bit opaque. you can't set it directly, you use the functions just above it to build a WNConfig that either uses a custom color for navigation, or uses brightness (which is what you're seeing), or noNavigateBorders for it to leave things alone |
| 2022-08-26 23:13:45 | <thyriaen> | i don't follow because i can't find the documentation entry |
| 2022-08-26 23:16:39 | <geekosaur> | sigh, documentation hasn't been fixed in git either |
| 2022-08-26 23:16:48 | <geekosaur> | meaning there still isn't any |
| 2022-08-26 23:16:53 | <thyriaen> | oh |
| 2022-08-26 23:17:20 | <geekosaur> | `navigateColor` gives you a WNConfig which uses a specified color to indicate the windows you can reach from the current one |
| 2022-08-26 23:18:15 | <geekosaur> | `navigateBrightness` gives you a WNConfig which changes the brightness of the focused window color to indicate those windows. (This is the default and is why you are seeing the focus color dimmed.) |
| 2022-08-26 23:18:27 | <geekosaur> | `noNavigateBorders` leaves the borders alone |
| 2022-08-26 23:18:35 | <thyriaen> | noNavigateBorders will leave everything as is |
| 2022-08-26 23:18:40 | <thyriaen> | which is what i wont |
| 2022-08-26 23:18:42 | <thyriaen> | want |
| 2022-08-26 23:18:45 | <thyriaen> | it returns a config |
| 2022-08-26 23:18:49 | <geekosaur> | right |
| 2022-08-26 23:19:08 | <geekosaur> | and you can pass that WNConfig to configurableNavigation, which you then use in place of windowNavigation |
| 2022-08-26 23:19:13 | <thyriaen> | so all i have to do is instead of windowNavitagion $... i just do configurableNavigation noNavigateBorders $ ... right ? |
| 2022-08-26 23:19:42 | <geekosaur> | yes |
| 2022-08-26 23:20:11 | × | sogens quits (~sogens@211.30.36.43) (Quit: WeeChat 3.5) |
| 2022-08-26 23:20:24 | <thyriaen> | unfortunatly it did no have the desired effect |
| 2022-08-26 23:20:32 | <thyriaen> | do i have to reboot ? |
| 2022-08-26 23:20:40 | <geekosaur> | did you mod-q? |
| 2022-08-26 23:20:43 | <thyriaen> | yea |
| 2022-08-26 23:20:55 | <thyriaen> | but some color specific options only change on reboot |
| 2022-08-26 23:21:02 | <thyriaen> | for example tab color or font |
| 2022-08-26 23:21:08 | <geekosaur> | this should change the type so it should reload. |
| 2022-08-26 23:21:25 | <geekosaur> | the ones that don't you can press mod-shift-space to force the layout to be recomputed |
| 2022-08-26 23:21:26 | <thyriaen> | still darker version |
| 2022-08-26 23:21:30 | <geekosaur> | it won't hurt to try that |
| 2022-08-26 23:21:57 | <thyriaen> | also no effect |
| 2022-08-26 23:22:18 | <geekosaur> | what version of xmonad? 0.17.0 has a bug that causes color issues with windowNavigation; it's fixed in git |
| 2022-08-26 23:22:39 | <thyriaen> | 0.17.0 |
| 2022-08-26 23:22:40 | <geekosaur> | althoiugh I would expect it to be black instead of just darker in that case |
| 2022-08-26 23:23:17 | <thyriaen> | how can i use a navigateColor to set the border myself ? |
| 2022-08-26 23:24:32 | <geekosaur> | configurableNavigation (navigateColor "blue") $ ... |
| 2022-08-26 23:24:46 | <thyriaen> | can i use hex instead of blue ? |
| 2022-08-26 23:25:19 | <geekosaur> | yes |
| 2022-08-26 23:25:26 | <thyriaen> | ok i think i gotta reboot here |
| 2022-08-26 23:25:30 | <thyriaen> | cause also no effect :p |
| 2022-08-26 23:25:58 | <geekosaur> | that sounds like the color bug in 0.17.0 |
| 2022-08-26 23:26:07 | <thyriaen> | did i undbind the mod shift space thing in my cfg ? |
| 2022-08-26 23:26:09 | <geekosaur> | is there any chance you can upgrade to the git version? |
| 2022-08-26 23:26:38 | <thyriaen> | only if i compile from source i think |
| 2022-08-26 23:31:17 | <geekosaur> | what distro are you on? |
| 2022-08-26 23:31:24 | <thyriaen> | fedora 36 |
| 2022-08-26 23:31:38 | <geekosaur> | hm. dunno about that |
| 2022-08-26 23:32:11 | <geekosaur> | but I do think you'll have problems with windowNavigation and border colors until we get 0.17.1 out and distros pick it up |
| 2022-08-26 23:32:24 | <geekosaur> | (release currently planned for Sep 3/4) |
| 2022-08-26 23:32:44 | <thyriaen> | ok |
| 2022-08-26 23:32:50 | <thyriaen> | i will wait then |
| 2022-08-26 23:33:07 | <thyriaen> | how quickly does it get packaged with distros usually ? |
| 2022-08-26 23:33:30 | <thyriaen> | is it the job of the distro or does xmonad push it to them ? |
| 2022-08-26 23:41:06 | → | sagax joins (~sagax_nb@213.138.71.146) |
| 2022-08-26 23:50:20 | <geekosaur> | it's up to the distro |
| 2022-08-26 23:50:30 | <geekosaur> | they took forever to get 0.17.0 packaged 😞 |
| 2022-08-26 23:51:26 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::a1ec) |
| 2022-08-26 23:51:51 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-08-26 23:51:54 | × | thyriaen quits (~thyriaen@2a02:8109:8340:686c:f4bb:adc9:da23:30c9) (Remote host closed the connection) |
| 2022-08-26 23:52:10 | → | thyriaen joins (~thyriaen@2a02:8109:8340:686c:f4bb:adc9:da23:30c9) |
| 2022-08-26 23:52:37 | × | thyriaen quits (~thyriaen@2a02:8109:8340:686c:f4bb:adc9:da23:30c9) (Client Quit) |
| 2022-08-27 00:14:50 | → | sogens joins (~sogens@211.30.36.43) |
| 2022-08-27 00:20:26 | × | tremon quits (~tremon@83-84-18-241.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in) |
| 2022-08-27 01:15:44 | ← | TravisAthougies[ parts (~tathougie@2001:470:69fc:105::2:6fbd) () |
| 2022-08-27 01:54:58 | × | steve__ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 268 seconds) |
| 2022-08-27 02:02:03 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.6) |
| 2022-08-27 02:03:36 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 268 seconds) |
| 2022-08-27 02:13:55 | × | td_ quits (~td@94.134.91.103) (Ping timeout: 252 seconds) |
| 2022-08-27 02:15:41 | → | td_ joins (~td@94.134.91.193) |
| 2022-08-27 02:16:35 | → | catman joins (~catman@user/catman) |
| 2022-08-27 02:19:03 | × | bla quits (~bla@83.6.128.205.ipv4.supernova.orange.pl) (Ping timeout: 252 seconds) |
| 2022-08-27 02:19:24 | → | blaa joins (~bla@79.191.249.31.ipv4.supernova.orange.pl) |
| 2022-08-27 02:23:28 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-08-27 03:39:21 | × | rekahsoft quits (~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca) (Ping timeout: 252 seconds) |
| 2022-08-27 03:51:56 | × | mvk quits (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 255 seconds) |
| 2022-08-27 04:37:39 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 252 seconds) |
| 2022-08-27 05:02:17 | OpenSource | is now known as linux |
| 2022-08-27 07:19:44 | × | sagax quits (~sagax_nb@213.138.71.146) (Remote host closed the connection) |
| 2022-08-27 08:35:05 | → | alternateved joins (~user@staticline-31-183-146-203.toya.net.pl) |
| 2022-08-27 08:40:03 | → | wonko joins (~wjc@2a0e:1c80:2::130) |
| 2022-08-27 09:23:30 | → | benin0 joins (~benin@49.206.96.5) |
| 2022-08-27 09:31:37 | → | benin08 joins (~benin@2401:4900:2325:11d7:d46:f407:3146:a2f1) |
| 2022-08-27 09:33:36 | × | benin0 quits (~benin@49.206.96.5) (Ping timeout: 260 seconds) |
| 2022-08-27 09:33:37 | benin08 | is now known as benin0 |
| 2022-08-27 09:39:47 | × | benin0 quits (~benin@2401:4900:2325:11d7:d46:f407:3146:a2f1) (Ping timeout: 255 seconds) |
All times are in UTC.