Skip to content

Commit

Permalink
Merge pull request #84 from FilippoBonazziSUSE/wob_14.2_changes
Browse files Browse the repository at this point in the history
Add wob.ini configuration file for wob>=0.14
  • Loading branch information
denisok authored Jan 16, 2023
2 parents 8883a43 + e85abaa commit 0dd368c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/sway/config.d/50-openSUSE.conf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ client.focused #6da741 #173f4f #73ba25
client.unfocused #00a489 #173f4f #35b9ab
client.focused_inactive #6da741 #00a489 #173f4f

set $wob wob --timeout 1000 --height 32 --offset 0 --border 2 --padding 2 --border-color=#35B9AB66 --background-color=#173f4f66 --bar-color=#35b9abff --overflow-border-color=#ee2e2466 --overflow-background-color=#173f4f66 --overflow-bar-color=#ee2e24ff
set $wob wob --config /etc/wob/wob.ini

exec_always {
systemctl --user import-environment
Expand Down
11 changes: 11 additions & 0 deletions .config/wob/wob.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
timeout = 1000
height = 32
border_offset = 0
border_size = 2
bar_padding = 2
border_color = 35B9AB66
background_color = 173F4F66
bar_color = 35B9ABFF
overflow_border_color = EE2E2466
overflow_background_color = 173F4F66
overflow_bar_color = EE2E24FF

0 comments on commit 0dd368c

Please sign in to comment.