Compare commits

...

5 Commits

Author SHA1 Message Date
2525d94f8a Switch back to i3blocks for now 2023-05-22 17:49:50 -05:00
9f891cce6c Updates for i3-status rust
Disable a bunch of stuff
2023-05-22 17:49:04 -05:00
a1617fb3d1 Add gp.jar for interacting with nfc smart cards 2023-05-22 17:47:50 -05:00
8f44967dd0 Add alias for GlobalPlatformPro
https://github.com/martinpaljak/GlobalPlatformPro
2023-03-27 17:36:39 -05:00
b7f71215b0 Add reference 2022-11-29 21:23:34 -06:00
5 changed files with 27 additions and 24 deletions

View File

@@ -19,6 +19,7 @@ alias ta='tmux attach -t C0DE || tmux new -s C0DE'
alias open='xdg-open' alias open='xdg-open'
alias dmesg='dmesg --color=always | grep -v UFW --color=always' alias dmesg='dmesg --color=always | grep -v UFW --color=always'
alias sudo='sudo ' # So we can use my aliases in sudo - https://askubuntu.com/a/22043 alias sudo='sudo ' # So we can use my aliases in sudo - https://askubuntu.com/a/22043
alias gp='java -jar ~/bin/gp.jar -r "ACR1252 Dual Reader PICC"'
# Use `shred` if it exists, or just `rm -P` # Use `shred` if it exists, or just `rm -P`
type "$shred" > /dev/null || alias shred='rm -P' type "$shred" > /dev/null || alias shred='rm -P'

View File

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

View File

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

View File

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

BIN
home/bin/gp.jar Normal file

Binary file not shown.