Compare commits
2 Commits
257b9fba2d
...
1caf4dce59
| Author | SHA1 | Date | |
|---|---|---|---|
| 1caf4dce59 | |||
| 7676beb4c2 |
@ -106,7 +106,7 @@ shadow-ignore-shaped = false;
|
|||||||
#
|
#
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
inactive-opacity = 0.8;
|
inactive-opacity = 1;
|
||||||
active-opacity = 1;
|
active-opacity = 1;
|
||||||
frame-opacity = 1;
|
frame-opacity = 1;
|
||||||
inactive-opacity-override = false;
|
inactive-opacity-override = false;
|
||||||
|
|||||||
@ -88,12 +88,12 @@ bindsym $mod+c exec rofi -modi "clipboard:greenclip print" -show clipboard -run-
|
|||||||
# lock / logout / sleep / hibernate / restart / poweroff
|
# lock / logout / sleep / hibernate / restart / poweroff
|
||||||
set $mode_system System l e s鈴 h rﰇ וּsﮤ
|
set $mode_system System l e s鈴 h rﰇ וּsﮤ
|
||||||
mode "$mode_system" {
|
mode "$mode_system" {
|
||||||
bindsym l exec --no-startup-id /home/jnieland/.config/i3/i3exit.sh lock, mode "default"
|
bindsym l exec --no-startup-id ~/.config/i3/i3exit.sh lock, mode "default"
|
||||||
bindsym e exec --no-startup-id /home/jnieland/.config/i3/i3exit.sh logout, mode "default"
|
bindsym e exec --no-startup-id ~/.config/i3/i3exit.sh logout, mode "default"
|
||||||
bindsym s exec --no-startup-id /home/jnieland/.config/i3/i3exit.sh suspend, mode "default"
|
bindsym s exec --no-startup-id ~/.config/i3/i3exit.sh suspend, mode "default"
|
||||||
bindsym h exec --no-startup-id /home/jnieland/.config/i3/i3exit.sh hibernate, mode "default"
|
bindsym h exec --no-startup-id ~/.config/i3/i3exit.sh hibernate, mode "default"
|
||||||
bindsym r exec --no-startup-id /home/jnieland/.config/i3/i3exit.sh reboot, mode "default"
|
bindsym r exec --no-startup-id ~/.config/i3/i3exit.sh reboot, mode "default"
|
||||||
bindsym Shift+s exec --no-startup-id /home/jnieland/.config/i3/i3exit.sh shutdown, mode "default"
|
bindsym Shift+s exec --no-startup-id ~/.config/i3/i3exit.sh shutdown, mode "default"
|
||||||
# back to normal: Enter or Escape
|
# back to normal: Enter or Escape
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
@ -220,8 +220,8 @@ bindsym $mod+Shift+bracketleft move workspace to output left
|
|||||||
bindsym $mod+Shift+bracketright move workspace to output right
|
bindsym $mod+Shift+bracketright move workspace to output right
|
||||||
|
|
||||||
# explicit bindings for arandr's setups: might not need these anymore... using autorandr now
|
# explicit bindings for arandr's setups: might not need these anymore... using autorandr now
|
||||||
# bindsym $mod+Shift+Ctrl+1 exec /home/jnieland/.screenlayout/laptop-only.sh
|
# bindsym $mod+Shift+Ctrl+1 exec ~/.screenlayout/laptop-only.sh
|
||||||
# bindsym $mod+Shift+Ctrl+2 exec /home/jnieland/.screenlayout/work-desk.sh
|
# bindsym $mod+Shift+Ctrl+2 exec ~/.screenlayout/work-desk.sh
|
||||||
|
|
||||||
|
|
||||||
# split in horizontal orientation
|
# split in horizontal orientation
|
||||||
@ -364,7 +364,7 @@ mode "resize" {
|
|||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
# Edit config files
|
# Edit config files
|
||||||
bindsym XF86Tools exec --no-startup-id urxvt -e vim /home/jnieland/.config/i3/config
|
bindsym XF86Tools exec --no-startup-id urxvt -e vim ~/.config/i3/config
|
||||||
|
|
||||||
# Pulse Audio controls
|
# Pulse Audio controls
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
|
||||||
@ -461,7 +461,7 @@ set $transparent #ffffff00
|
|||||||
# This is how you would get a colors from xrdb
|
# This is how you would get a colors from xrdb
|
||||||
# set_from_resource $color0 i3wm.color0 #000000
|
# set_from_resource $color0 i3wm.color0 #000000
|
||||||
|
|
||||||
# window color class [border|backgr.|text|indicator|child_border]
|
# window color class [border| backgr.| text| indicator| child_border]
|
||||||
client.focused $gray_245 $dark0_hard $light0_hard $bright_orange $bright_green
|
client.focused $gray_245 $dark0_hard $light0_hard $bright_orange $bright_green
|
||||||
client.focused_inactive $dark0_hard $dark0_hard $light0_hard $dark0_hard $dark0_hard
|
client.focused_inactive $dark0_hard $dark0_hard $light0_hard $dark0_hard $dark0_hard
|
||||||
client.unfocused $dark0_hard $dark0_hard $light0_hard $dark0_hard #FFFFFF00
|
client.unfocused $dark0_hard $dark0_hard $light0_hard $dark0_hard #FFFFFF00
|
||||||
|
|||||||
@ -24,30 +24,30 @@ lock() {
|
|||||||
# --screen 1
|
# --screen 1
|
||||||
# --keylayout 2
|
# --keylayout 2
|
||||||
i3lock -i /home/jnieland/pictures/great-wall-namib.jpg --blur 5 --clock --indicator \
|
i3lock -i /home/jnieland/pictures/great-wall-namib.jpg --blur 5 --clock --indicator \
|
||||||
--insidevercolor=$background \
|
--insidever-color=$background \
|
||||||
--ringvercolor=$col4 \
|
--ringver-color=$col4 \
|
||||||
\
|
\
|
||||||
--insidewrongcolor=$background \
|
--insidewrong-color=$background \
|
||||||
--ringwrongcolor=$col9 \
|
--ringwrong-color=$col9 \
|
||||||
\
|
\
|
||||||
--insidecolor=$background \
|
--inside-color=$background \
|
||||||
--ringcolor=$col2 \
|
--ring-color=$col2 \
|
||||||
--linecolor=$background \
|
--line-color=$background \
|
||||||
--separatorcolor=$col11 \
|
--separator-color=$col11 \
|
||||||
\
|
\
|
||||||
--verifcolor=$col4 \
|
--verif-color=$col4 \
|
||||||
--wrongcolor=$col4 \
|
--wrong-color=$col4 \
|
||||||
--timecolor=$col4 \
|
--time-color=$col4 \
|
||||||
--datecolor=$col4 \
|
--date-color=$col4 \
|
||||||
--layoutcolor=$col4 \
|
--layout-color=$col4 \
|
||||||
--keyhlcolor=$col11 \
|
--keyhl-color=$col11 \
|
||||||
--bshlcolor=$col9 \
|
--bshl-color=$col9 \
|
||||||
\
|
\
|
||||||
--blur 5 \
|
--blur 5 \
|
||||||
--clock \
|
--clock \
|
||||||
--indicator \
|
--indicator \
|
||||||
--timestr="%H:%M:%S" \
|
--time-str="%H:%M:%S" \
|
||||||
--datestr="%A, %m %Y" \
|
--date-str="%A, %m %Y" \
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -107,15 +107,15 @@ modules-center = temperature battery xkeyboard memory cpu filesystem updates-aur
|
|||||||
modules-right = net wifi0 vpn powermenu
|
modules-right = net wifi0 vpn powermenu
|
||||||
|
|
||||||
; TRAY MANAGEMENT
|
; TRAY MANAGEMENT
|
||||||
;tray-position = right
|
tray-position = right
|
||||||
tray-position = ${env:TRAY_POSITION:none}
|
;tray-position = ${env:TRAY_POSITION:none}
|
||||||
tray-transparent = false
|
tray-transparent = false
|
||||||
tray-detached = false
|
tray-detached = false
|
||||||
tray-maxsize = 16
|
tray-maxsize = 16
|
||||||
;tray-background = ${colors.background-alt}
|
;tray-background = ${colors.background-alt}
|
||||||
;this makes sure that the tray doesn't run off to the right of the monitor - only enable this when the bar's width is a bit off
|
;this makes sure that the tray doesn't run off to the right of the monitor - only enable this when the bar's width is a bit off
|
||||||
tray-offset-x = 0
|
tray-offset-x = 0
|
||||||
tray-offset-y = 27
|
tray-offset-y = 32
|
||||||
tray-padding = 2
|
tray-padding = 2
|
||||||
tray-scale = 1.0
|
tray-scale = 1.0
|
||||||
padding-left = 2
|
padding-left = 2
|
||||||
@ -539,7 +539,7 @@ bar-volume-empty-foreground = ${colors.bright_green}
|
|||||||
type = internal/battery
|
type = internal/battery
|
||||||
battery = BAT0
|
battery = BAT0
|
||||||
adapter = AC
|
adapter = AC
|
||||||
full-at = 98
|
full-at = 97
|
||||||
|
|
||||||
time-format = %H:%M
|
time-format = %H:%M
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user