Compare commits

..

No commits in common. "1caf4dce59461c22ae79fba6efdebb8aff9a4f06" and "257b9fba2da85ff84a6e623559d25f759d3112c4" have entirely different histories.

4 changed files with 32 additions and 32 deletions

View File

@ -106,7 +106,7 @@ shadow-ignore-shaped = false;
# #
################################# #################################
inactive-opacity = 1; inactive-opacity = 0.8;
active-opacity = 1; active-opacity = 1;
frame-opacity = 1; frame-opacity = 1;
inactive-opacity-override = false; inactive-opacity-override = false;

View File

@ -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 ~/.config/i3/i3exit.sh lock, mode "default" bindsym l exec --no-startup-id /home/jnieland/.config/i3/i3exit.sh lock, mode "default"
bindsym e exec --no-startup-id ~/.config/i3/i3exit.sh logout, mode "default" bindsym e exec --no-startup-id /home/jnieland/.config/i3/i3exit.sh logout, mode "default"
bindsym s exec --no-startup-id ~/.config/i3/i3exit.sh suspend, mode "default" bindsym s exec --no-startup-id /home/jnieland/.config/i3/i3exit.sh suspend, mode "default"
bindsym h exec --no-startup-id ~/.config/i3/i3exit.sh hibernate, mode "default" bindsym h exec --no-startup-id /home/jnieland/.config/i3/i3exit.sh hibernate, mode "default"
bindsym r exec --no-startup-id ~/.config/i3/i3exit.sh reboot, mode "default" bindsym r exec --no-startup-id /home/jnieland/.config/i3/i3exit.sh reboot, mode "default"
bindsym Shift+s exec --no-startup-id ~/.config/i3/i3exit.sh shutdown, mode "default" bindsym Shift+s exec --no-startup-id /home/jnieland/.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 ~/.screenlayout/laptop-only.sh # bindsym $mod+Shift+Ctrl+1 exec /home/jnieland/.screenlayout/laptop-only.sh
# bindsym $mod+Shift+Ctrl+2 exec ~/.screenlayout/work-desk.sh # bindsym $mod+Shift+Ctrl+2 exec /home/jnieland/.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 ~/.config/i3/config bindsym XF86Tools exec --no-startup-id urxvt -e vim /home/jnieland/.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

View File

@ -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 \
--insidever-color=$background \ --insidevercolor=$background \
--ringver-color=$col4 \ --ringvercolor=$col4 \
\ \
--insidewrong-color=$background \ --insidewrongcolor=$background \
--ringwrong-color=$col9 \ --ringwrongcolor=$col9 \
\ \
--inside-color=$background \ --insidecolor=$background \
--ring-color=$col2 \ --ringcolor=$col2 \
--line-color=$background \ --linecolor=$background \
--separator-color=$col11 \ --separatorcolor=$col11 \
\ \
--verif-color=$col4 \ --verifcolor=$col4 \
--wrong-color=$col4 \ --wrongcolor=$col4 \
--time-color=$col4 \ --timecolor=$col4 \
--date-color=$col4 \ --datecolor=$col4 \
--layout-color=$col4 \ --layoutcolor=$col4 \
--keyhl-color=$col11 \ --keyhlcolor=$col11 \
--bshl-color=$col9 \ --bshlcolor=$col9 \
\ \
--blur 5 \ --blur 5 \
--clock \ --clock \
--indicator \ --indicator \
--time-str="%H:%M:%S" \ --timestr="%H:%M:%S" \
--date-str="%A, %m %Y" \ --datestr="%A, %m %Y" \
} }

View File

@ -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 = 32 tray-offset-y = 27
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 = 97 full-at = 98
time-format = %H:%M time-format = %H:%M