# Can't remove title bar in Launcher

**URL:** https://forum.clockworkpi.com/t/cant-remove-title-bar-in-launcher/2134
**Category:** Q&A
**Tags:** launcher
**Created:** [December 20, 2018, 12:21pm UTC](https://forum.clockworkpi.com/t/cant-remove-title-bar-in-launcher/2134 "2018-12-20T12:21:39Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![1113](https://yyz1.discourse-cdn.com/flex029/user_avatar/forum.clockworkpi.com/1113/32/1406_2.png) [@1113](https://forum.clockworkpi.com/u/1113)
#### Post date: [December 20, 2018, 12:21pm UTC](https://forum.clockworkpi.com/t/cant-remove-title-bar-in-launcher/2134/1 "2018-12-20T12:21:40Z")

</div>

Hellо.  
Yesterday I’ve updated launcher on OS ver. 0.2. and Title bar has appeared. Can’t understand how to remove it ☹  
And boot screen also has changed.

Any advices?

![IMG_0563](https://cdck-file-uploads-canada1.s3.dualstack.ca-central-1.amazonaws.com/flex029/uploads/clockworkpi/original/2X/e/e032773c245d7386dfdcbe5c0f7f0f01121b09ec.jpeg) ![IMG_0564](https://cdck-file-uploads-canada1.s3.dualstack.ca-central-1.amazonaws.com/flex029/uploads/clockworkpi/original/2X/e/e3c2ae95ff1ea94ee6255c82771931eafb98b886.jpeg)

---

<div class="post-metadata">

### Author: ![hpcodecraft](https://yyz1.discourse-cdn.com/flex029/user_avatar/forum.clockworkpi.com/hpcodecraft/32/663_2.png) [@hpcodecraft](https://forum.clockworkpi.com/u/hpcodecraft)
#### Post date: [December 21, 2018, 12:38am UTC](https://forum.clockworkpi.com/t/cant-remove-title-bar-in-launcher/2134/2 "2018-12-21T00:38:25Z")

</div>

I have the same problem - the battery went empty and the gameshell turned off, I plugged it to the power and it turned on like this. clockwork OS 0.21

---

<div class="post-metadata">

### Author: ![guu](https://avatars.discourse-cdn.com/v4/letter/g/7ab992/32.png) [@guu](https://forum.clockworkpi.com/u/guu)
#### Post date: [December 21, 2018, 4:54am UTC](https://forum.clockworkpi.com/t/cant-remove-title-bar-in-launcher/2134/3 "2018-12-21T04:54:25Z")

</div>

need a little fix in /home/cpi/.bashrc

remove bottom part of `.bashrc`, starts at this line to the end

```auto
if [-f /tmp/autologin]
....

```

Replace with:

```auto
if [-f ~/launcher/.cpirc]; then
   . ~/launcher/.cpirc
fi

```

In os v0.21 image, we changed `~/.bashrc`
