Skip to content

Commit

Permalink
Add launcher and changed default color
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-petruk committed Jul 8, 2024
1 parent 0f98ba2 commit b4bcf59
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions data/default_config.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[[bar]]
height=32
blocks_left=[ "workspace", "active_window"]
blocks_left=[ "launcher", "workspace", "active_window"]
blocks_right=["layout_enum", "sep", "disk_free", "sep", "clock"]
background="#191919dd"

[[var]]
name="theme_color"
value="#facd5a"
value="#c7f2bb"
#value="#facd5a"
#value="#f9dbff"
#value="#9cf7ff"

[[default_block]]
background="#191919dd"
Expand All @@ -33,6 +36,12 @@ command="oatbar-desktop"
name="keyboard"
command="oatbar-keyboard"

[[block]]
name="launcher"
type="text"
value="<span foreground='${theme_color}'>Run</span>"
on_mouse_left="rofi -show drun"

[[block]]
name = 'workspace'
type = 'enum'
Expand Down

0 comments on commit b4bcf59

Please sign in to comment.