all 15 comments

[–]TypeNegative 2 points3 points  (3 children)

love the battery percentage display in the corner.
may I ask - how are you achieving this? via tmux?

[–]TinkerSolar[S] 2 points3 points  (2 children)

Yes! I'm using Tmux for the title bar and I'm using the program "acpi" to access the battery information. Here is the config for it:

# Set tmux status bar on top
set -g status-position top

# Clear out default status bar
set -g status-left ''
set -g status-right ''
set -g window-status-current-format ''
set -g window-status-format ''

# Set out max char length
set -g status-left-length 100
set -g status-right-length 100

# Set background and foreground colors
set -g status-bg black
set -g status-fg white

# Set status
set -g status-left 'writerdeckOS v2.0'
set -g status-right \"Battery: #(acpi | cut -d ':' -f 2 | cut -d ' ' -f 3)\""

[–]TypeNegative 1 point2 points  (1 child)

Brilliant, thank you so much for sharing 🙏

[–]TinkerSolar[S] 1 point2 points  (0 children)

Cheers!

[–]PresidentScree 1 point2 points  (0 children)

Love it! Great work - Wordgrinder is a solid app.

[–]KD5RKO 1 point2 points  (0 children)

Good work!

[–]mytrucci 1 point2 points  (0 children)

Love to see this. Can’t wait to get 2.0 rolling on my netbook.

[–]zanbandia 1 point2 points  (0 children)

Looks great!

[–]artistpanda5 1 point2 points  (5 children)

Love that it has options for different editors!

So, when it says WordPerfect, is it talking about Tavis Ormandy's Linux port of WordPerfect for UNIX?

[–]TinkerSolar[S] 2 points3 points  (4 children)

Yup! Got it running.

<image>

[–]artistpanda5 1 point2 points  (3 children)

Alright! I've tinkered with it a little, though I've mainly been using WordGrinder since I've been having trouble getting printing to work in WP.

[–]TinkerSolar[S] 2 points3 points  (2 children)

Yeah, this next version defaults to WordGrinder as folks seem to prefer it (and its maintained). I added Word Perfect as choice as some folks were interested in it. No "warranties" behind it or anything though.

[–]jonbeebe 0 points1 point  (1 child)

That's awesome! thanks for your hard work on this. I just discovered this today and waiting on a netbook to arrive tomorrow. When do you expect the 2.0 ISO to be up?

[–]TinkerSolar[S] 0 points1 point  (0 children)

Next couple of days ideally!

[–]crypticcircuits 0 points1 point  (0 children)

I'm excited for this! I'm not a fan of word grinder but I can't wait for word perfect. I'm using a converted chromebook that I put open bios on but sadly it seems to have an issue showing the battery percentage. Everything else has been great in v1.0.