colors updated
This commit is contained in:
@@ -9,15 +9,6 @@ set $mod Mod4
|
||||
# is used in the bar {} block below.
|
||||
font pango:Source Code Pro 16
|
||||
|
||||
# Start XDG autostart .desktop files using dex. See also
|
||||
# https://wiki.archlinux.org/index.php/XDG_Autostart
|
||||
# exec --no-startup-id dex --autostart --environment i3
|
||||
|
||||
exec --no-startup-id i3-msg 'workspace 0; exec --no-startup-id conky; workspace 0'
|
||||
|
||||
# The combination of xss-lock, nm-applet and pactl is a popular choice, so
|
||||
# they are included here as an example. Modify as you see fit.
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id wpctl set-volume 50 5%+ && pkill -SIGRTMIN+10 i3blocks
|
||||
@@ -105,7 +96,7 @@ set $ws9 "9"
|
||||
set $ws10 "0:  "
|
||||
|
||||
|
||||
workspace $ws10 output "Screen 0"
|
||||
# workspace $ws10 output "Screen 0"
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace number $ws1
|
||||
@@ -172,8 +163,8 @@ bindsym $mod+r mode "resize"
|
||||
|
||||
# Color variables
|
||||
#set $bg-color #2f343f
|
||||
set $bg-color #092d5f
|
||||
set $inactive-bg-color #092d5f
|
||||
set $bg-color #0f2443
|
||||
set $inactive-bg-color #0f2443
|
||||
#set $text-color #c0caf5
|
||||
set $text-color #e5c2be
|
||||
set $inactive-text-color #676E7D
|
||||
@@ -195,7 +186,12 @@ bar {
|
||||
urgent_workspace $urgent-bg-color $urgent-bg-color $text-color
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Compositor
|
||||
# exec --no-startup-id picom -c
|
||||
|
||||
# Autostart
|
||||
exec --no-startup-id i3-msg 'workspace number $ws10; exec --no-startup-id conky; workspace number $ws10'
|
||||
|
||||
# Pape
|
||||
exec_always --no-startup-id feh --bg-scale ~/Pictures/papes/Oymyakon_forests.jpg
|
||||
@@ -206,7 +202,7 @@ assign [class="WebCord"] $ws3
|
||||
assign [class="Conky"] $ws10
|
||||
assign [class="steam"] $ws4
|
||||
|
||||
for_window [class="WebCord"] floating enable
|
||||
for_window [class="Conky"] floating enable
|
||||
|
||||
# Borders
|
||||
default_border pixel 2
|
||||
@@ -222,8 +218,6 @@ client.unfocused $inactive-win-bord $inactive-bg-color $inactive-text-co
|
||||
client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color #00ff00
|
||||
client.urgent $urgent-bg-color $urgent-bg-color $text-color #00ff00
|
||||
|
||||
|
||||
|
||||
# Sreen brightness controls
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +1% && pkill -SIGRTMIN+11 i3blocks
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 1%- && pkill -SIGRTMIN+11 i3blocks
|
||||
|
||||
Reference in New Issue
Block a user