Skip to content

Commit

Permalink
Removed solarized theme and changed i3blocks colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomontezano committed Aug 13, 2020
1 parent 470d0c2 commit ec6cec8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 505 deletions.
295 changes: 0 additions & 295 deletions .config/i3/configsolarized

This file was deleted.

14 changes: 7 additions & 7 deletions .config/i3/i3blocks.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ markup=none
label=
command=/usr/share/i3blocks/kernelversion
interval=3600
color=#EBCB8B
color=#f1fa8c

########################
### VOLUME INDICATOR ###
Expand All @@ -59,7 +59,7 @@ instance=Master
interval=1
signal=10
command=/usr/share/i3blocks/volume 5 pulse
color=#88C0D0
color=#8be9fd

####################
### MEMORY USAGE ###
Expand All @@ -70,7 +70,7 @@ command=free -h | awk '/^Mem.:/ {print $3}'
label= mem:
#separator=false
interval=10
color=#BF616A
color=#ff5555

##################
### SWAP USAGE ###
Expand All @@ -92,7 +92,7 @@ color=#BF616A
label= home:
#instance=/mnt/data
interval=3600
color=#5E81AC
color=#bd93f9

####################################
### NETWORK INTERFACE MONITORING ###
Expand Down Expand Up @@ -129,7 +129,7 @@ color=#5E81AC
[load_average]
label= load:
interval=10
color=#D08770
color=#ffb86c

#########################
### BATTERY INDICATOR ###
Expand All @@ -140,7 +140,7 @@ color=#D08770
label=
#instance=1
interval=10
color=#B48EAD
color=#ff79c6

#####################
### DATE AND TIME ###
Expand All @@ -150,7 +150,7 @@ color=#B48EAD
label=
command=date '+%d %b %Y (%H:%M)'
interval=1
color=#8FBCBB
color=#50fa7b

####################################
### GENERIC MEDIA PLAYER SUPPORT ###
Expand Down
Loading

0 comments on commit ec6cec8

Please sign in to comment.