Logs on 2025-04-11 (liberachat/#xmonad)
| 01:49:54 | × | scardinal quits (~supreme@0x573d64a9.static.cust.fastspeed.dk) (Ping timeout: 260 seconds) |
| 02:22:26 | × | haskellbridge quits (~hackager@syn-024-093-192-219.res.spectrum.com) (Remote host closed the connection) |
| 02:23:00 | → | haskellbridge joins (~hackager@syn-024-093-192-219.res.spectrum.com) |
| 03:06:24 | → | scardinal joins (~supreme@0x573d64a9.static.cust.fastspeed.dk) |
| 06:20:55 | × | ft quits (~ft@p508db594.dip0.t-ipconnect.de) (Quit: leaving) |
| 13:23:43 | → | ft joins (~ft@p508db594.dip0.t-ipconnect.de) |
| 13:45:14 | ← | L29Ah parts (~L29Ah@wikipedia/L29Ah) () |
| 13:46:10 | → | L29Ah joins (~L29Ah@wikipedia/L29Ah) |
| 14:00:55 | → | hiecaq joins (~hiecaq@user/hiecaq) |
| 14:10:58 | × | hiecaq quits (~hiecaq@user/hiecaq) (Quit: ERC 5.6.0.30.1 (IRC client for GNU Emacs 30.0.92)) |
| 14:11:56 | → | hiecaq joins (~hiecaq@user/hiecaq) |
| 14:44:41 | × | lambdabot quits (~lambdabot@haskell/bot/lambdabot) (Remote host closed the connection) |
| 15:57:16 | → | lambdabot joins (~lambdabot@haskell/bot/lambdabot) |
| 16:25:30 | → | ectospasm joins (~ectospasm@user/ectospasm) |
| 17:04:46 | × | hiecaq quits (~hiecaq@user/hiecaq) (Quit: ERC 5.6.0.30.1 (IRC client for GNU Emacs 30.0.92)) |
| 17:42:25 | → | Brazin joins (~Brazin@user/Brazin) |
| 17:42:38 | <Brazin> | good afternoon |
| 17:43:04 | ← | L29Ah parts (~L29Ah@wikipedia/L29Ah) () |
| 17:43:53 | → | L29Ah joins (~L29Ah@wikipedia/L29Ah) |
| 17:44:54 | <Brazin> | im trying to get xmobar to restart every time i press super q but nothing is working |
| 17:46:25 | <Brazin> | in the xmonad.hs in the restart key sequence i put spawn "xmonad --recompile; killall xmobar; --restart" |
| 17:46:30 | <Brazin> | but it doesnt work |
| 17:48:28 | <Brazin> | any ideas? |
| 17:49:57 | <geekosaur> | "--restart" by itself isn't going to do anything? |
| 17:50:11 | <geekosaur> | or did you drop something there? |
| 17:52:15 | <Brazin> | no |
| 17:52:54 | <geekosaur> | "xmonad --recompile && killall xmobar; xmonad --restart" |
| 17:52:55 | <Brazin> | lol yea i typed it wrong here should be xmonad --restart |
| 17:53:08 | <Brazin> | but it doesnt work. |
| 17:53:26 | <geekosaur> | hm. would have expected that to work. but also xmonad should be doing that already if you use `withEasySB` |
| 17:53:38 | <Brazin> | could after the xmonad --restart; can i put xmobar * |
| 17:53:51 | <Brazin> | i mean xmobar & |
| 17:54:53 | <Brazin> | is is that under EZConfig or a seperate import |
| 17:55:13 | <geekosaur> | if you aren't configured to use logging via a property then no, xmonad won't be able to connect to it |
| 17:55:24 | <geekosaur> | https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/XMonad-Hooks-StatusBar.html |
| 17:55:40 | <geekosaur> | that's from 0.18 but it should be in 0.17 also |
| 17:56:05 | <Brazin> | i got statusbar and statusbar.pp imported |
| 17:57:10 | <geekosaur> | but are you using them? |
| 17:57:12 | <Brazin> | let me try that |
| 17:57:17 | <Brazin> | apparantly not |
| 17:58:00 | <geekosaur> | importing just malkes functions available, to do anything you need to add them to your config |
| 17:58:21 | <geekosaur> | mySB = statusBarProp "xmobar" (pure myPP) |
| 17:58:22 | <geekosaur> | main = xmonad . withSB mySB . ewmh . docks $ def {...} |
| 17:58:55 | <geekosaur> | the example config, which uses stdout logging (not preferred these days) and will restart xmobar on mod-q |
| 18:02:07 | <Brazin> | ok |
| 18:03:40 | <geekosaur> | oh, sorry, actually the one I copied is for property-based logging. which means you need to change your xmobar config to support it: https://paste.tomsmeding.com/5wmPfN0O |
| 18:04:01 | <geekosaur> | or xmobar will exit on startup because it's reading an empty stdin |
| 18:08:28 | <Brazin> | k |
| 18:08:29 | <Brazin> | ty |
| 18:16:17 | × | ml| quits (~ml|@user/ml/x-5298235) (Ping timeout: 248 seconds) |
| 18:18:28 | <Brazin> | k i got to run an errand ill probably be back later |
| 18:18:33 | × | Brazin quits (~Brazin@user/Brazin) (Quit: Leaving) |
| 18:29:59 | → | ml| joins (~ml|@user/ml/x-5298235) |
| 18:39:29 | ← | L29Ah parts (~L29Ah@wikipedia/L29Ah) () |
| 18:40:15 | → | L29Ah joins (~L29Ah@wikipedia/L29Ah) |
| 18:45:34 | ← | L29Ah parts (~L29Ah@wikipedia/L29Ah) () |
| 18:46:15 | → | L29Ah joins (~L29Ah@wikipedia/L29Ah) |
| 20:24:08 | → | rekahsoft joins (~rekahsoft@bras-base-orllon1103w-grc-15-174-95-4-83.dsl.bell.ca) |
| 23:20:22 | × | catman quits (~catman@user/catman) (Quit: WeeChat 4.6.1) |
| 23:41:18 | × | ft quits (~ft@p508db594.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
| 23:42:29 | → | ft joins (~ft@p4fc2a6e6.dip0.t-ipconnect.de) |
All times are in UTC on 2025-04-11.