Skip to content

create branch lappy n' stuff #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions i3/.conkyrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
background no
out_to_console yes
out_to_x no
update_interval 1
update_interval 30.0
total_run_times 0
short_units yes
pad_percents 3
Expand All @@ -11,16 +11,10 @@ override_utf8_locale yes

TEXT
,[\
{"full_text": "↑", "color":"\#E8E8D3", "separator": false },\
{"full_text": "${upspeed eth0}", "color":"\#799D6A", "separator": false },\
{"full_text": "↓", "color":"\#E8E8D3", "separator": false },\
{"full_text": "${downspeed eth0}", "color":"\#799D6A", "separator": false },\
{"full_text": "$battery", "color":"\#E8E8D3", "separator": false },\
{"full_text": "${hwmon 0 temp 1}°C", "color":"\#799D6A", "separator": false },\
{"full_text": "||", "color":"\#E8E8D3", "separator": false },\
{"full_text": "$mem", "color":"\#799D6A", "separator": false },\
{"full_text": "■", "color":"\#E8E8D3", "separator": false },\
{"full_text": "$cpubar", "color":"\#799D6A", "separator": false },\
{"full_text": "≈", "color":"\#E8E8D3", "separator": false },\
{"full_text": "${hwmon 0 temp 1}°C", "color":"\#799D6A", "separator": false },\
{"full_text": "⌛", "color":"\#E8E8D3", "separator": false },\
{"full_text": "${time %I:%M %m/%d}", "color":"\#799D6A", "separator": false }\
{"full_text": "@", "color":"\#E8E8D3", "separator": false },\
{"full_text": "${time %I:%M %m/%d/%y}", "color":"\#799D6A", "separator": false }\
]
27 changes: 12 additions & 15 deletions i3/config
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# Solarized-ish theme

set $mod Mod4

#STARTUP

exec compton --config ~/.comptonrc --backend glx --vsync opengl-swc --paint-on-overlay -b
exec feh --bg-scale ~/pictures/efaw.jpg
# hide dem borders
hide_edge_borders both

Expand All @@ -14,13 +10,12 @@ for_window [class="^.*"] border pixel 1
for_window [title="^float$"] floating enable

#colors
#solarized theme, weird
set $background #1C1C1C
set $back-inact #1C1C1C
set $background #151515
set $back-inact #151515
set $back-urgen #B85335
set $border #1C1C1C
set $bor-in #1C1C1C
set $bor-ur #1C1C1C
set $border #151515
set $bor-in #151515
set $bor-ur #151515
set $text #FFB946
set $t-in #888888
set $t-ur #CF6A4C
Expand All @@ -31,9 +26,7 @@ client.focused_inactive $bor-in $back-inact $t-in #676767
client.unfocused $bor-in $back-inact $t-in #515151
client.urgent $bor-ur $back-urgen $t-ur #900000

# font for window titles. ISO 10646 = Unicode
#apt-get install xfonts-terminus
#apt-get install xfonts-jmk
#xfonts-jmk
font xft:Neep Alt 8

# Use Mouse+$mod to drag floating windows to their wanted position
Expand Down Expand Up @@ -99,6 +92,11 @@ bindsym $mod+space focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent

# volume keys
#bindsym XF86AudioRaiseVolume exec amixer -q set Master 2dB+ unmute
#bindsym XF86AudioLowerVolume exec amixer -q set Master 2dB- unmute
#bindsym XF86AudioMute exec amixer -q set Master toggle

# focus the child container
#bindcode $mod+d focus child

Expand Down Expand Up @@ -178,8 +176,7 @@ bindsym $mod+r mode "resize"
bar {
status_command conky-i3bar
position top
# tray_output none
output DFP2
mode hide
colors {
background $back-inact
statusline $text
Expand Down