summaryrefslogtreecommitdiffstats
path: root/.i3
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-04-02 13:25:36 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-04-02 13:25:36 +0200
commit87e48f4427da2ab506ce07cff95a17235525f087 (patch)
treed3c30ef6b2e661f322cd59027531a8e76c91cd5b /.i3
parentae3742b30de7fa014a92a630fdc03c1849bf26e2 (diff)
downloaddotfiles-87e48f4427da2ab506ce07cff95a17235525f087.tar.gz
dotfiles-87e48f4427da2ab506ce07cff95a17235525f087.tar.xz
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.i3')
-rw-r--r--.i3/config5
-rw-r--r--.i3/conkyrc6
2 files changed, 6 insertions, 5 deletions
diff --git a/.i3/config b/.i3/config
index 8227e0e..c151cbe 100644
--- a/.i3/config
+++ b/.i3/config
@@ -53,7 +53,7 @@ bindsym Mod3+F5 exec mpc prev
bindsym Mod3+F6 exec mpc next
bindsym Mod3+F11 exec mpc toggle
bindsym Mod3+F12 exec screen-locker.sh
-bindsym Print exec upshot
+bindsym Print exec upshot-xbindkeys
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +10% #increase sound volume
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10% #decrease sound volume
@@ -62,7 +62,8 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10% #
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
-bindsym $mod+d exec dmenu_run
+#bindsym $mod+d exec dmenu_run
+bindsym $mod+d exec rofi -show run
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
diff --git a/.i3/conkyrc b/.i3/conkyrc
index bf66067..87e7714 100644
--- a/.i3/conkyrc
+++ b/.i3/conkyrc
@@ -20,13 +20,13 @@ TEXT
${if_match "${mpd_status}" == "Playing"}{ "full_text" : "${mpd_artist} - ${mpd_title} (${mpd_vol}%)", "color" : "\#d466138"},${endif}
{ "full_text" : "intern0 ${upspeed intern0}\u2191 ${downspeed intern0}\u2193", "color" : "\#00FF00"},
${if_up guest0}{ "full_text" : "guest0 ${upspeed guest0}\u2191 ${downspeed guest0}\u2193", "color" : "\#FF0000"},${endif}
- { "full_text" : "IO ${diskio_read}\u2191 ${diskio_write}\u2193"},
+# { "full_text" : "IO ${diskio_read}\u2191 ${diskio_write}\u2193"},
{ "full_text" : "PA ${pa_sink_volume}%"},
{ "full_text" : "/ ${fs_free /}"},
{ "full_text" : "/home ${fs_free /home}"},
- { "full_text" : "CPU ${cpu cpu}%"},
+ { "full_text" : "CPU ${cpu cpu}%", "color": "\#55ff55"},
{ "full_text" : "RAM ${mem} (${memperc}%)" , "color" :
- ${if_match ${memperc}<80}"\#ffffff"${else}"\#ff0000"${endif} },
+ ${if_match ${memperc}<80}"\#55ff55"${else}"\#ff0000"${endif} },
{ "full_text" : "${loadavg} ${running_threads}/${processes}"},
{ "full_text" : "Up ${uptime}"},
{ "full_text" : "${time %a %F %H:%M:%S}"}