Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
02a27440
Commit
02a27440
authored
Jul 29, 2018
by
Jay Ta'ala
Browse files
Disk space theming and visual theme overrides.
parent
ddf877d5
Changes
2
Show whitespace changes
Inline
Side-by-side
i3/config
View file @
02a27440
...
...
@@ -360,43 +360,26 @@ set_from_resource $term_color15 color15
set $acolour #eb564d
# Start i3bar to display a workspace bar (plus the system information i3status if available)
#bar {
# i3bar_command i3bar
# status_command py3status -c ~/.i3status.conf
# position bottom
#
### please set your primary output first. Example: 'xrandr --output eDP1 --primary'
## tray_output primary
## tray_output eDP1
#
# bindsym button4 nop
# bindsym button5 nop
## font xft:URWGothic-Book 11
# strip_workspace_numbers yes
#
# colors {
# background #4a4a4a
# statusline #F9FAF9
# separator #454947
#
## border backgr. text
# focused_workspace #F9FAF9 $acolour #F9FAF9
# active_workspace #595B5B #353836 #FDF6E3
# inactive_workspace #595B5B #283339 #EEE8D5
# binding_mode $acolour #2C2C2C #F9FAF9
# urgent_workspace $acolour #FDF6E3 #E5201D
# }
#}
bar {
font pango:DejaVu Sans Mono, FontAwesome 12
i3bar_command i3bar
status_command py3status -c ~/.i3status.conf
position bottom
status_command /usr/bin/i3status-rs ~/.i3status-rust.toml
## please set your primary output first. Example: 'xrandr --output eDP1 --primary'
# tray_output primary
# tray_output eDP1
bindsym button4 nop
bindsym button5 nop
# font xft:URWGothic-Book 11
strip_workspace_numbers yes
colors {
background #4a4a4a
statusline #F9FAF9
separator #454947
# border backgr. text
# border backgr. text
focused_workspace #F9FAF9 $acolour #F9FAF9
active_workspace #595B5B #353836 #FDF6E3
inactive_workspace #595B5B #283339 #EEE8D5
...
...
@@ -405,6 +388,23 @@ bar {
}
}
#bar {
# font pango:DejaVu Sans Mono, FontAwesome 11
# position bottom
# status_command /usr/bin/i3status-rs ~/.i3status-rust.toml
# colors {
# background #4a4a4a
# statusline #F9FAF9
# separator #454947
# # border backgr. text
# focused_workspace #F9FAF9 $acolour #F9FAF9
# active_workspace #595B5B #353836 #FDF6E3
# inactive_workspace #595B5B #283339 #EEE8D5
# binding_mode $acolour #2C2C2C #F9FAF9
# urgent_workspace $acolour #FDF6E3 #E5201D
# }
#}
# hide/unhide i3status bar
bindsym $mod+m bar mode toggle
...
...
i3status/.i3status-rust.toml
View file @
02a27440
theme
=
"solarized-dark"
#
theme = "solarized-dark"
icons
=
"awesome"
[theme]
name
=
"solarized-dark"
[theme.overrides]
idle_bg
=
"#353836"
idle_fg
=
"#F9FAF9"
[[block]]
block
=
"music"
player
=
"spotify"
buttons
=
[
"play"
,
"next"
]
[[block]]
block
=
"net"
device
=
"wlp5s0"
ssid
=
true
ip
=
true
interval
=
5
[[block]]
block
=
"disk_space"
path
=
"/"
alias
=
"/"
inf
o_type
=
"available"
alias
=
"⛁"
inf
o_type
=
"free"
show_percentage
=
true
unit
=
"GB"
interval
=
20
warning
=
20.0
...
...
@@ -29,6 +48,11 @@ format = "{1m}"
[[block]]
block
=
"sound"
[[block]]
block
=
"battery"
interval
=
10
show
=
"both"
[[block]]
block
=
"time"
interval
=
60
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment