The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
2

how can i change look of windows

asked 2013-06-23 14:01:44 +0000

IoWoI gravatar image

Hello,
The only thing what I don't like on i3wm is window look. Is any way how to change it ?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
5

answered 2013-06-24 06:15:43 +0000

cee gravatar image

updated 2013-08-16 11:54:29 +0000

As far as I know, there is no (easy) solution to change the look of any window (e.g. window decorators), because i3 is window manager and NOT a desktop environment. What you have, nonetheless, is full control over the colors used for the windows. I adapted a zenburn style and am very happy with it.

Screenshot
i3-config


# color defines for zenburn styled i3
set $bg     #2c2c2e
set $fg     #9f9f9f
set $hi     #efef8f
set $ac     #a0afa0
set $tx     #040404
set $ia     #8f8f8f
set $be     #8faf9f
set $yw     #ccdc90
set $gn     #88b090
set $rd     #e89393

# set some nice colors      border     background  text
client.focused              $ac        $ac         $tx
client.unfocused            $bg        $bg         $ia
client.focused_inactive     $bg        $bg         $ac
client.urgent               $rd        $rd         $tx

# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
    status_command i3status --config ~/.i3/i3status.conf

    colors {
        background          $bg
        statusline          $fg
        separator           $hi
        focused_workspace   $gn        $bg        $ac
        active_workspace    $gn        $ac        $tx
        inactive_workspace  $bg        $bg        $ia
        urgent_workspace    $rd        $bg        $ac
    }
}
edit flag offensive delete link more

Comments

any screenshots?

bruno.braga gravatar imagebruno.braga ( 2013-06-24 06:28:05 +0000 )edit

Nice, thanks for sharing!

bruno.braga gravatar imagebruno.braga ( 2013-06-24 10:12:44 +0000 )edit

Thanks! I was having trouble trying to change the i3bar colours because I was changing them before I loaded i3status.

paramnesioid gravatar imageparamnesioid ( 2013-11-12 02:48:07 +0000 )edit

Question Tools

Stats

Asked: 2013-06-23 14:01:44 +0000

Seen: 6,960 times

Last updated: Aug 16 '13