mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Merge remote-tracking branch 'origin/master' into surface
This commit is contained in:
@ -31,47 +31,30 @@ markup=none
|
||||
align=center
|
||||
color=#F3F4F5
|
||||
separator=false
|
||||
separator_block_width=12
|
||||
|
||||
#[window title]
|
||||
#command=xtitle -s #| sed 's/^$/ /g'"
|
||||
#color=#A6D1FA
|
||||
#align=center
|
||||
#min_width=700
|
||||
#interval=persist
|
||||
separator_block_width=14
|
||||
|
||||
[volume]
|
||||
interval=persist
|
||||
signal=10
|
||||
|
||||
[separator]
|
||||
|
||||
[iface]
|
||||
label=
|
||||
label=
|
||||
interval=60
|
||||
signal=15
|
||||
|
||||
[separator]
|
||||
|
||||
[updates]
|
||||
label=
|
||||
label=
|
||||
interval=600
|
||||
signal=5
|
||||
|
||||
[separator]
|
||||
|
||||
[cpu_usage]
|
||||
label=
|
||||
label=
|
||||
interval=persist
|
||||
|
||||
[separator]
|
||||
|
||||
[memory]
|
||||
label=
|
||||
label=
|
||||
interval=10
|
||||
|
||||
[separator]
|
||||
|
||||
[temperature]
|
||||
label=
|
||||
interval=10
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
TYPE="${BLOCK_INSTANCE:-mem}"
|
||||
|
||||
if [ $BLOCK_BUTTON -gt 0 ]; then
|
||||
if [ ${BLOCK_BUTTON--1} -gt 0 ]; then
|
||||
i3-sensible-terminal -r floating-term --geometry 100x54 -e 'top -d 0.1'
|
||||
fi
|
||||
|
||||
|
@ -9,7 +9,7 @@ AUDIO_MED_SYMBOL=' '
|
||||
AUDIO_LOW_THRESH=0
|
||||
AUDIO_LOW_SYMBOL=' '
|
||||
|
||||
AUDIO_MUTED_SYMBOL='X'
|
||||
AUDIO_MUTED_SYMBOL=''
|
||||
|
||||
AUDIO_INTERVAL=5
|
||||
|
||||
|
@ -6,7 +6,7 @@ set $mod Mod4
|
||||
set $alt Mod1
|
||||
floating_modifier $mod
|
||||
|
||||
font pango:Noto Sans 9
|
||||
font pango:sans 9
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+apostrophe kill
|
||||
@ -151,6 +151,7 @@ bindsym $mod+l exec ~/.config/i3/lock.sh
|
||||
bindsym $mod+space exec "pkill rofi; rofi -show run -sidebar-mode -terminal i3-sensible-terminal -normal-window"
|
||||
bindsym $mod+Shift+p exec rofi-pass
|
||||
bindsym $mod+Shift+e exec rofi-emoji
|
||||
bindsym $mod+Shift+i exec rofi-fontawesome
|
||||
bindsym --release Print exec imgur-screenshot
|
||||
bindsym --release $mod+Print exec imgur-screenshot -f
|
||||
bindsym $mod+$alt+space exec --no-startup-id ~/.config/i3/cycleaudio.py && pkill -RTMIN+10 i3blocks
|
||||
@ -189,6 +190,7 @@ exec --no-startup-id onboard
|
||||
exec --no-startup-id touchegg
|
||||
exec --no-startup-id compton -b --config ~/.config/compton.conf
|
||||
exec --no-startup-id chromium --no-startup-window
|
||||
exec --no-startup-id thunderbird
|
||||
|
||||
exec i3-msg 'workspace 1; exec chromium'
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
option=$(echo " lock| logout| sleep| hibernate| power off| reboot| windows" | rofi -sep "|" -dmenu -i -p "" -auto-select -hide-scrollbar -monitor 0 -width 8 -lines 6 -location 3 -tokenize false -matching normal | xargs)
|
||||
option=$(echo "lock|logout|sleep|hibernate|power off|reboot|windows" | rofi -sep "|" -dmenu -i -p "" -auto-select -hide-scrollbar -monitor 0 -width 8 -lines 7 -location 3 -tokenize false -matching normal | xargs)
|
||||
|
||||
case $option in
|
||||
lock) ./lock.sh;;
|
||||
|
Reference in New Issue
Block a user