Skip to content

Instantly share code, notes, and snippets.

@She110ck
Created February 18, 2020 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save She110ck/a2aecbe0b5c8935a6b2d5e82bdac33b6 to your computer and use it in GitHub Desktop.
Save She110ck/a2aecbe0b5c8935a6b2d5e82bdac33b6 to your computer and use it in GitHub Desktop.
i3bar simple config
bar {
status_command i3status
status_command SCRIPT_DIR=~/.config/i3blocks i3blocks
position top
output primary
tray_output primary
tray_padding 1
font pango:DejaVu Sans Mono 10
separator_symbol "⁞"
colors {
background #454545
statusline #ffffff
separator #51c4d4
focused_workspace #ecedee #ecedee #454545
active_workspace #ecedee #ecedee #454545
inactive_workspace #454545 #454545 #ffffff
urgent_workspace #454545 #454545 #ffffff
}
}
@She110ck
Copy link
Author

colors {
    background #1b1c1e
    statusline #ffffff
    separator #51c4d4

    focused_workspace  #27FCFD #27FCFD #1b1c1e
    active_workspace   #ecedee #ecedee #1b1c1e
    inactive_workspace #1b1c1e #1b1c1e #ffffff
    urgent_workspace   #1b1c1e #1b1c1e #ffffff
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment