Browse Source

updated sway/i3 configs

master
Josh Fabean 4 years ago
parent
commit
dbdce88323
2 changed files with 8 additions and 7 deletions
  1. +1
    -1
      .config/sway/golem-sway
  2. +7
    -6
      .i3blocks.conf

+ 1
- 1
.config/sway/golem-sway View File

@ -128,7 +128,7 @@ bindsym Print exec scrot -s -e 'mv $f ~/Downloads'
bindsym $mod+m move scratchpad
bindsym $mod+n scratchpad show
bindsym $mod+Shift+s sticky toggle
bindsym Control+k exec --no-startup-id echo "core.weechat */buffer_dmenu" >> $(find ~/.weechat -type p)
#bindsym Control+k exec --no-startup-id echo "core.weechat */buffer_dmenu" >> $(find ~/.weechat -type p)
# Notifications
bindsym $mod+Control+Shift+space exec --no-startup-id makoctl dismiss -a
bindsym $mod+Control+space exec --no-startup-id makoctl dismiss


+ 7
- 6
.i3blocks.conf View File

@ -9,7 +9,8 @@ command=/usr/lib/i3blocks/$BLOCK_NAME
#interval=60
[ssid]
command=echo " $(iw dev wlp4s0 link | grep SSID | cut -d " " -f 2-)"
#command=echo " $(iw dev wlp4s0 link | grep SSID | cut -d " " -f 2-)"
command=/usr/lib/i3blocks/iface
color=#00FF00
separator=false
interval=10
@ -19,10 +20,10 @@ instance=wlp4s0
color=#00FF00
interval=10
[battery]
label=
command=/usr/lib/i3blocks/battery
interval=30
#[battery]
#label=
#command=/usr/lib/i3blocks/battery
#interval=30
#instance=1
#[battery]
@ -52,7 +53,7 @@ label=
interval=30
[cpu_usage]
label=
#label=
interval=30
[volume]


Loading…
Cancel
Save