Compare commits

...

3 Commits

Author SHA1 Message Date
c0de 2525d94f8a Switch back to i3blocks for now 2023-05-22 17:49:50 -05:00
c0de 9f891cce6c Updates for i3-status rust
Disable a bunch of stuff
2023-05-22 17:49:04 -05:00
c0de a1617fb3d1 Add gp.jar for interacting with nfc smart cards 2023-05-22 17:47:50 -05:00
4 changed files with 24 additions and 24 deletions

View File

@ -9,8 +9,8 @@ bar {
font pango:FontAwesome6Free 11, SourceCodeProforPowerline 11
#status_command i3blocks -c $i3_path/i3blocks.conf
status_command i3status-rs $i3_path/i3status-rs.toml
status_command i3blocks -c $i3_path/i3blocks.conf
# status_command i3status-rs $i3_path/i3status-rs.toml
colors {
background #161821

View File

@ -203,8 +203,8 @@ bar {
font pango:FontAwesome6Free 11, SourceCodeProforPowerline 11
#status_command i3blocks -c $i3_path/i3blocks.conf
status_command i3status-rs $i3_path/i3status-rs.toml
status_command i3blocks -c $i3_path/i3blocks.conf
# status_command i3status-rs $i3_path/i3status-rs.toml
colors {
background #161821

View File

@ -1,37 +1,37 @@
# Reference: https://github.com/greshake/i3status-rust/blob/v0.22.0/doc/blocks.md
[theme]
name = "nord-dark"
theme = "nord-dark"
[icons]
name = "awesome6"
icons = "awesome6"
[[block]]
block = "focused_window"
max_width = 35
format = "{title}"
# [[block]]
#block = "focused_window"
#max_width = 35
#format = "{title}"
[[block]]
block = "cpu"
interval = 2
format = "{utilization}"
#[[block]]
#block = "cpu"
#interval = 2
#format = "{utilization}"
#[[block]]
#block = "load"
#format = "{1m}"
#interval = 15
[[block]]
block = "memory"
format_mem = "{mem_used}"
icons = true
interval = 5
#[[block]]
#block = "memory"
#format = "{mem_used}"
#icons = true
#interval = 5
[[block]]
block = "net"
interval = 2
hide_missing = true
hide_inactive = true
#hide_missing = true
#hide_inactive = true
[[block]]
block = "temperature"
@ -48,12 +48,12 @@ format = "{both} updates available"
format_singular = "{both} update available"
critical_updates_regex = "(linux|linux-lts|linux-zen)"
aur_command = "yay -Qua"
hide_when_uptodate = true
#hide_when_uptodate = true
[[block]]
block = "battery"
interval = 15
hide_missing = true
#hide_missing = true
format = " {percentage} ({time})"
full_threshold = 99
full_format = " "
@ -67,5 +67,5 @@ headphones_indicator = true
block = "time"
format = "%h %d %R"
interval = 15
on_click = "notify-send \"$(cal)\""
#on_click = "notify-send \"$(cal)\""

BIN
home/bin/gp.jar Normal file

Binary file not shown.