barr 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 83d2678fc60d20d6a8150d2afdee1df5be77ebab
4
+ data.tar.gz: 12eee3ef457f8e40af75421b06b005dd8be5e319
5
+ SHA512:
6
+ metadata.gz: 9118eca0a4bd7ab9fff5bf8f7b6f9390ef2578e64750258670c62308ee51a69f0e98bbbe18cf4c71b2971fc88fe06e4bc6a0b5bef374c349630129eb5524a0af
7
+ data.tar.gz: 35374961906da0bc96d02861aa891b1eade17458c9afc1af5c12b43241d7dc932c576c4f3933b1ccc6c398a085933c7b6aa281a815d456d0e741275ff610b7fc
data/.gitignore ADDED
@@ -0,0 +1,12 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ *~
11
+ [#]*[#]
12
+ .\#*
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.2.3
4
+ before_install: gem install bundler -v 1.11.2
@@ -0,0 +1,49 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, and in the interest of
4
+ fostering an open and welcoming community, we pledge to respect all people who
5
+ contribute through reporting issues, posting feature requests, updating
6
+ documentation, submitting pull requests or patches, and other activities.
7
+
8
+ We are committed to making participation in this project a harassment-free
9
+ experience for everyone, regardless of level of experience, gender, gender
10
+ identity and expression, sexual orientation, disability, personal appearance,
11
+ body size, race, ethnicity, age, religion, or nationality.
12
+
13
+ Examples of unacceptable behavior by participants include:
14
+
15
+ * The use of sexualized language or imagery
16
+ * Personal attacks
17
+ * Trolling or insulting/derogatory comments
18
+ * Public or private harassment
19
+ * Publishing other's private information, such as physical or electronic
20
+ addresses, without explicit permission
21
+ * Other unethical or unprofessional conduct
22
+
23
+ Project maintainers have the right and responsibility to remove, edit, or
24
+ reject comments, commits, code, wiki edits, issues, and other contributions
25
+ that are not aligned to this Code of Conduct, or to ban temporarily or
26
+ permanently any contributor for other behaviors that they deem inappropriate,
27
+ threatening, offensive, or harmful.
28
+
29
+ By adopting this Code of Conduct, project maintainers commit themselves to
30
+ fairly and consistently applying these principles to every aspect of managing
31
+ this project. Project maintainers who do not follow or enforce the Code of
32
+ Conduct may be permanently removed from the project team.
33
+
34
+ This code of conduct applies both within project spaces and in public spaces
35
+ when an individual is representing the project or its community.
36
+
37
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
38
+ reported by contacting a project maintainer at dave.kerr@gmail.com. All
39
+ complaints will be reviewed and investigated and will result in a response that
40
+ is deemed necessary and appropriate to the circumstances. Maintainers are
41
+ obligated to maintain confidentiality with regard to the reporter of an
42
+ incident.
43
+
44
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
45
+ version 1.3.0, available at
46
+ [http://contributor-covenant.org/version/1/3/0/][version]
47
+
48
+ [homepage]: http://contributor-covenant.org
49
+ [version]: http://contributor-covenant.org/version/1/3/0/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in barr.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Dave Russell
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,41 @@
1
+ # Barr
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/barr`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'barr'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install barr
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/barr. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
+
37
+
38
+ ## License
39
+
40
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
+
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
data/barr.gemspec ADDED
@@ -0,0 +1,39 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'barr/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "barr"
8
+ spec.version = Barr::VERSION
9
+ spec.authors = ["Dave Russell"]
10
+ spec.email = ["dave.kerr@gmail.com"]
11
+
12
+ spec.summary = "Barr is a status line generate for use with Lemonbar"
13
+ spec.homepage = "https://github.com/OkayDave/barr"
14
+ spec.license = "MIT"
15
+
16
+ # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
17
+ # delete this section to allow pushing this gem to any host.
18
+ if spec.respond_to?(:metadata)
19
+ else
20
+ raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
21
+ end
22
+
23
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
24
+ spec.bindir = "exe"
25
+ spec.executables = `git ls-files -- exe/*`.split("\n").map{ |f| File.basename(f) }
26
+ spec.require_paths = ["lib"]
27
+
28
+ spec.add_development_dependency "bundler", "~> 1.11"
29
+ spec.add_development_dependency "rake", "~> 10.0"
30
+ spec.add_development_dependency "rspec", "~> 3.0"
31
+
32
+ spec.add_runtime_dependency "i3ipc", "0.2.0"
33
+ spec.add_runtime_dependency "weather-api", "1.2.0"
34
+
35
+ spec.requirements << "Lemonbar with XFT support (https://github.com/krypt-n/bar)"
36
+ spec.requirements << "(Optional) I3 for Workspace support"
37
+ spec.requirements << "(Optional) RhythmBox & rhythmbox-client"
38
+ spec.requirements << "(Optional) FontAwesome font"
39
+ end
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "barr"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
data/exe/barr_i3ipc ADDED
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'rubygems'
4
+ require 'i3ipc'
5
+
6
+ @i3 = I3Ipc::Connection.new
7
+ cmd = ARGV.join(" ")
8
+ @i3.command(cmd)
9
+ @i3.close
data/lib/barr.rb ADDED
@@ -0,0 +1,13 @@
1
+ require "barr/version"
2
+ require "barr/manager"
3
+ require "barr/block"
4
+
5
+ require 'weather-api'
6
+ require 'i3ipc'
7
+
8
+ Dir[File.dirname(__FILE__) + '/barr/blocks/*.rb'].each do |file|
9
+ require file
10
+ end
11
+
12
+ module Barr
13
+ end
data/lib/barr/block.rb ADDED
@@ -0,0 +1,24 @@
1
+ module Barr
2
+ class Block
3
+ attr_reader :output, :align, :fcolor, :bcolor, :interval, :icon
4
+
5
+ def align; @align; end
6
+ def fcolor; @fcolor; end
7
+ def bcolor; @bcolor; end
8
+ def color_out; "%{B#{bcolor}}%{F#{fcolor}}"; end
9
+ def interval; @interval; end
10
+ def icon; @icon; end
11
+
12
+ def update; @update = ""; end
13
+ def draw; "#{color_out} #{icon} #{@output} "; end
14
+ def destroy; true; end
15
+
16
+ def initialize(opts={})
17
+ @align = opts[:align] || :l
18
+ @fcolor = opts[:fcolor] || "#FFF"
19
+ @bcolor = opts[:bcolor] || "#000"
20
+ @interval = opts[:interval] || 5
21
+ @icon = opts[:icon] || ""
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,16 @@
1
+ module Barr
2
+ module Blocks
3
+ class Clock < Block
4
+ attr_reader :format
5
+
6
+ def initialize opts={}
7
+ super
8
+ @format = opts[:format] || "%H:%M %m %b %Y"
9
+ end
10
+
11
+ def update
12
+ @output = Time.now.strftime(@format)
13
+ end
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,9 @@
1
+ module Barr
2
+ module Blocks
3
+ class Cpu < Block
4
+ def update
5
+ @output = `top -bn1 | grep load | awk '{print $(NF-2)+$(NF-1)+$(NF)}'`.chomp + "%"
6
+ end
7
+ end
8
+ end
9
+ end
@@ -0,0 +1,21 @@
1
+ module Barr
2
+ module Blocks
3
+ class Hdd < Block
4
+ attr_reader :device
5
+ def initialize opts={}
6
+ super
7
+ @device = opts[:device]
8
+ end
9
+
10
+ def update
11
+ total, used, perc = sys_cmd.chomp.split(" ")
12
+ @output = "#{used} / #{total} (#{perc})"
13
+ end
14
+
15
+ def sys_cmd
16
+ `df -h | grep #{@device} | awk '{printf "%s %s %s", $2, $3, $5}'`
17
+ end
18
+ end
19
+
20
+ end
21
+ end
@@ -0,0 +1,40 @@
1
+ module Barr
2
+ module Blocks
3
+
4
+ class I3 < Block
5
+ attr_reader :focus_markers, :i3, :workspaces
6
+ def initialize opts={}
7
+ super
8
+ @focus_markers = opts[:focus_markers] || [">", "<"]
9
+ @i3 = i3_connection
10
+ end
11
+
12
+ def update
13
+ @workspaces = @i3.workspaces.map do |wsp|
14
+ if wsp.focused
15
+ "#{l_marker}#{wsp.name}#{r_marker}"
16
+ else
17
+ "%{A:barr_i3ipc workspace #{wsp.num}:} #{wsp.name} %{A}"
18
+ end
19
+ end
20
+ @output = @workspaces.join("")
21
+ end
22
+
23
+ def destroy
24
+ @i3.close
25
+ end
26
+
27
+ def i3_connection
28
+ I3Ipc::Connection.new
29
+ end
30
+
31
+ def l_marker
32
+ @focus_markers[0]
33
+ end
34
+
35
+ def r_marker
36
+ @focus_markers[1]
37
+ end
38
+ end
39
+ end
40
+ end
@@ -0,0 +1,24 @@
1
+ module Barr
2
+ module Blocks
3
+ class Ip < Block
4
+
5
+ attr_reader :device
6
+
7
+ def initialize opts={}
8
+ super
9
+ @device = opts[:device] || "192"
10
+ end
11
+
12
+ def update
13
+ ip, dev = sys_cmd.chomp.split(" ")
14
+ ip = ip.split("/")[0]
15
+
16
+ @output = "#{dev} > #{ip}"
17
+ end
18
+
19
+ def sys_cmd
20
+ `ip addr | grep #{@device} | tail -n1 | awk '{printf "%s %s", $2, $8}'`
21
+ end
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,15 @@
1
+ module Barr
2
+ module Blocks
3
+ class Mem < Block
4
+
5
+ def update
6
+ @output = sys_cmd.chomp
7
+ end
8
+
9
+ def sys_cmd
10
+ `free -m | grep Mem | awk '{printf "%sM / %sM", $3, $2}'`
11
+ end
12
+ end
13
+ end
14
+
15
+ end
@@ -0,0 +1,55 @@
1
+ module Barr
2
+ module Blocks
3
+
4
+ class Rhythmbox < Block
5
+ attr_reader :show_title, :show_buttons, :show_artist
6
+
7
+ def initialize opts={}
8
+ super
9
+ @show_title = opts[:show_title].nil? ? true : opts[:show_title]
10
+ @show_artist = opts[:show_artist].nil? ? true : opts[:show_artist]
11
+ @show_buttons = opts[:show_buttons].nil? ? true : opts[:show_buttons]
12
+ end
13
+
14
+ def update
15
+ op = []
16
+
17
+ if @show_artist || @show_title
18
+ if(running?)
19
+ info = sys_cmd("--print-playing").split(" - ")
20
+ if @show_artist && @show_title
21
+ op << info.join(" - ")
22
+ elsif @show_artist
23
+ op << info[0]
24
+ elsif @show_title
25
+ op << info[1]
26
+ end
27
+ else
28
+ op << "None"
29
+ end
30
+ end
31
+
32
+ op << buttons if @show_buttons
33
+
34
+ @output = op.join(" ")
35
+
36
+ end
37
+
38
+ def running?
39
+ @running ||= (`pgrep rhythmbox`.length >= 1 ) ? true : false
40
+ end
41
+
42
+ def buttons
43
+ @buttons ||= [
44
+ "%{A:rhythmbox-client --previous:}\uf048%{A}",
45
+ "%{A:rhythmbox-client --play-pause:}\uf04b%{A}",
46
+ "%{A:rhythmbox-client --next:}\uf051%{A}"
47
+ ].join(" ")
48
+ end
49
+
50
+ def sys_cmd cmd
51
+ `rhythmbox-client #{cmd}`
52
+ end
53
+ end
54
+ end
55
+ end
@@ -0,0 +1,26 @@
1
+ # coding: utf-8
2
+ module Barr
3
+ module Blocks
4
+ class Temperature < Block
5
+ attr_reader :location, :unit
6
+
7
+ def initialize opts={}
8
+ super
9
+ @location = opts[:location]
10
+ @unit = opts[:unit] || "C"
11
+ end
12
+
13
+ def update
14
+ res = weather_data
15
+ temp = (@unit == 'C' ? ((res.condition.temp.to_i-32)*(5/9.0)).round : res.condition.temp)
16
+ action = "xdg-open weather.yahoo.com\/country\/state\/city-#{@location}\/".chomp
17
+ @output = "%{A:#{action}:}#{temp}°#{@unit} #{res.condition.text}%{A}"
18
+ end
19
+
20
+ def weather_data
21
+ Weather.lookup(@location, Weather::Units::FAHRENHEIT)
22
+ end
23
+
24
+ end
25
+ end
26
+ end
@@ -0,0 +1,15 @@
1
+ module Barr
2
+ module Blocks
3
+
4
+ class WhoAmI < Block
5
+ def initialize opts={}
6
+ super
7
+ @output = sys_cmd
8
+ end
9
+
10
+ def sys_cmd
11
+ `whoami`
12
+ end
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,43 @@
1
+ module Barr
2
+ class Manager
3
+ attr_reader :count, :blocks
4
+ def initialize
5
+ @count = 0
6
+ @blocks = []
7
+ end
8
+
9
+ def update
10
+ @blocks.each do |block|
11
+ block.update if @count == 0 || @count%block.interval==0
12
+ end
13
+ @count += 1
14
+ end
15
+
16
+ def draw
17
+ outputs = { l: [], c: [], r: []}
18
+
19
+ @blocks.each do |block|
20
+ outputs[block.align] << block.draw
21
+ end
22
+
23
+ opl = outputs[:l].join(" ")
24
+ opc = outputs[:c].join(" ")
25
+ opr = outputs[:r].join(" ")
26
+
27
+ bar_render = ""
28
+ bar_render += "%{l} #{opl}%{F-}%{B-}" if opl.length > 0
29
+ bar_render += " %{c} #{opc}%{F-}%{B-}" if opl.length > 0
30
+ bar_render += "%{r} #{opr}%{F-}%{B-} " if opr.length > 0
31
+
32
+ system("echo", "-e", bar_render.encode("UTF-8"))
33
+ end
34
+
35
+ def destroy
36
+ @blocks.each(&:destroy)
37
+ end
38
+
39
+ def add_block block
40
+ @blocks << block
41
+ end
42
+ end
43
+ end
@@ -0,0 +1,3 @@
1
+ module Barr
2
+ VERSION = "0.1.1"
3
+ end
metadata ADDED
@@ -0,0 +1,144 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: barr
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Dave Russell
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2016-03-26 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.11'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.11'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: i3ipc
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - '='
60
+ - !ruby/object:Gem::Version
61
+ version: 0.2.0
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - '='
67
+ - !ruby/object:Gem::Version
68
+ version: 0.2.0
69
+ - !ruby/object:Gem::Dependency
70
+ name: weather-api
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - '='
74
+ - !ruby/object:Gem::Version
75
+ version: 1.2.0
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - '='
81
+ - !ruby/object:Gem::Version
82
+ version: 1.2.0
83
+ description:
84
+ email:
85
+ - dave.kerr@gmail.com
86
+ executables:
87
+ - barr_i3ipc
88
+ extensions: []
89
+ extra_rdoc_files: []
90
+ files:
91
+ - ".gitignore"
92
+ - ".rspec"
93
+ - ".travis.yml"
94
+ - CODE_OF_CONDUCT.md
95
+ - Gemfile
96
+ - LICENSE.txt
97
+ - README.md
98
+ - Rakefile
99
+ - barr.gemspec
100
+ - bin/console
101
+ - bin/setup
102
+ - exe/barr_i3ipc
103
+ - lib/barr.rb
104
+ - lib/barr/block.rb
105
+ - lib/barr/blocks/clock.rb
106
+ - lib/barr/blocks/cpu.rb
107
+ - lib/barr/blocks/hdd.rb
108
+ - lib/barr/blocks/i3.rb
109
+ - lib/barr/blocks/ip.rb
110
+ - lib/barr/blocks/mem.rb
111
+ - lib/barr/blocks/rhythm_box.rb
112
+ - lib/barr/blocks/temperature.rb
113
+ - lib/barr/blocks/who_am_i.rb
114
+ - lib/barr/manager.rb
115
+ - lib/barr/version.rb
116
+ homepage: https://github.com/OkayDave/barr
117
+ licenses:
118
+ - MIT
119
+ metadata: {}
120
+ post_install_message:
121
+ rdoc_options: []
122
+ require_paths:
123
+ - lib
124
+ required_ruby_version: !ruby/object:Gem::Requirement
125
+ requirements:
126
+ - - ">="
127
+ - !ruby/object:Gem::Version
128
+ version: '0'
129
+ required_rubygems_version: !ruby/object:Gem::Requirement
130
+ requirements:
131
+ - - ">="
132
+ - !ruby/object:Gem::Version
133
+ version: '0'
134
+ requirements:
135
+ - Lemonbar with XFT support (https://github.com/krypt-n/bar)
136
+ - "(Optional) I3 for Workspace support"
137
+ - "(Optional) RhythmBox & rhythmbox-client"
138
+ - "(Optional) FontAwesome font"
139
+ rubyforge_project:
140
+ rubygems_version: 2.4.8
141
+ signing_key:
142
+ specification_version: 4
143
+ summary: Barr is a status line generate for use with Lemonbar
144
+ test_files: []