diff options
author | Sn4il <sn4il@thedroth.rocks> | 2024-03-08 10:19:14 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2024-03-08 10:19:14 +0300 |
commit | d319d894da2be96eaca81aeca62c4f53bb528c56 (patch) | |
tree | dfcdf7e377279975fe03ec481126f38b93963f0d /i3/config | |
parent | 4f30cb66ec97ba242ff87c8c0a148d4860b52a9b (diff) | |
download | dotfiles-d319d894da2be96eaca81aeca62c4f53bb528c56.tar.gz dotfiles-d319d894da2be96eaca81aeca62c4f53bb528c56.zip |
light themes
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 90 |
1 files changed, 61 insertions, 29 deletions
@@ -46,7 +46,7 @@ floating_modifier $mod tiling_drag modifier titlebar # start a terminal -bindsym $mod+Return exec i3-sensible-terminal --hide-menubar +bindsym $mod+Return exec kitty # kill focused window bindsym $mod+Shift+q kill @@ -186,38 +186,67 @@ bindsym $mod+r mode "resize" bindsym $mod+Shift+s exec scrot ~/Pictures/$(date +'screenshot-%Y-%m-%d-%H-%M-%S').png bindsym $mod+Shift+x exec scrot -s ~/Pictures/$(date +'screenshot-%Y-%m-%d-%H-%M-%S').png bindsym $mod+Shift+v exec pavucontrol - bindsym $mod+m exec i3-sensible-terminal --hide-menubar -e mailsync bindsym $mod+n exec dunstctl close-all - bindsym $mod+u exec i3-sensible-terminal --hide-menubar -e cmus - bindsym $mod+g exec i3-sensible-terminal --hide-menubar -e amfora - - -# class border bground text indicator child_border -client.focused #6272A4 #6272A4 #F8F8F2 #6272A4 #6272A4 -client.focused_inactive #44475A #44475A #F8F8F2 #44475A #44475A -client.unfocused #282A36 #282A36 #BFBFBF #282A36 #282A36 -client.urgent #44475A #FF5555 #F8F8F2 #FF5555 #FF5555 -client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36 - -client.background #F8F8F2 - + bindsym $mod+u exec kitty cmus + bindsym $mod+g exec kitty amfora + + +set $rosewater #dc8a78 +set $flamingo #dd7878 +set $pink #ea76cb +set $mauve #8839ef +set $red #d20f39 +set $maroon #e64553 +set $peach #fe640b +set $yellow #df8e1d +set $green #40a02b +set $teal #179299 +set $sky #04a5e5 +set $sapphire #209fb5 +set $blue #1e66f5 +set $lavender #7287fd +set $text #4c4f69 +set $subtext1 #5c5f77 +set $subtext0 #6c6f85 +set $overlay2 #7c7f93 +set $overlay1 #8c8fa1 +set $overlay0 #9ca0b0 +set $surface2 #acb0be +set $surface1 #bcc0cc +set $surface0 #ccd0da +set $base #eff1f5 +set $mantle #e6e9ef +set $crust #dce0e8 + +# target title bg text indicator border +client.focused $lavender $base $text $rosewater $lavender +client.focused_inactive $overlay0 $base $text $rosewater $overlay0 +client.unfocused $overlay0 $base $text $rosewater $overlay0 +client.urgent $peach $base $peach $overlay0 $peach +client.placeholder $overlay0 $base $text $overlay0 $overlay0 +client.background $base + +# bar bar { + status_command i3status colors { - background #282A36 - statusline #F8F8F2 - separator #44475A - - focused_workspace #44475A #44475A #F8F8F2 - active_workspace #282A36 #44475A #F8F8F2 - inactive_workspace #282A36 #282A36 #BFBFBF - urgent_workspace #FF5555 #FF5555 #F8F8F2 - binding_mode #FF5555 #FF5555 #F8F8F2 + background $base + statusline $text + focused_statusline $text + active_workspace $base $text $blue + focused_separator $base + focused_workspace $base $base $green + active_workspace $base $base $blue + inactive_workspace $base $base $surface1 + urgent_workspace $base $base $surface1 + binding_mode $base $base $surface1 } } + #hide_edge_borders both -for_window [class="^.*"] border pixel 1 +for_window [class="^.*"] border pixel 3 for_window [class="feh"] floating enable for_window [class="mpv"] floating enable for_window [class="zoom"] floating enable @@ -230,10 +259,13 @@ for_window [class="pavucontrol"] floating enable # exec --no-startup-id i3-msg 'workspace 1; exec i3-sensible-terminal --hibe-menubar -e news' # exec --no-startup-id i3-msg 'workspace 4; exec i3-sensible-terminal --hide-menubar -e mutt' exec --no-startup-id pasystray -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork -exec --no-startup-id nm-applet +exec --no-startup-id xset b off +exec --no-startup-id xset s off +exec --no-startup-id redshift -l 56.2:44 -t 6500:5500 +exec --no-startup-id /home/sn4il/git/g810-led/bin/g810-led -a C34C17 +exec --no-startup-id xmodmap -e "pointer = 3 2 1" exec --no-startup-id dunst exec --no-startup-id setxkbmap "us,ru" -option "grp:caps_toggle,compose:menu,grp_led:scroll" -exec --no-startup-id feh --bg-scale ~/Pictures/neon-city.jpg +exec --no-startup-id feh ~/Pictures/pixel3.jpg #exec --no-startup-id xmodmap -e "pointer = 3 2 1" - +exec --no-startup-id udiskie -am |