hi
This commit is contained in:
parent
970ee5358f
commit
f571eb7ca5
15
colorschemes/everforest.bar.conf
Normal file
15
colorschemes/everforest.bar.conf
Normal file
@ -0,0 +1,15 @@
|
||||
bar {
|
||||
colors {
|
||||
background #272e33ff
|
||||
separator #3c4841
|
||||
# border bg txt
|
||||
focused_workspace #a7c080 #a7c080 #1e2326
|
||||
active_workspace #3c4841 #272e33 #a7c080
|
||||
inactive_workspace #272e33 #272e33 #a7c080
|
||||
}
|
||||
font pango:Cantarell Bold 12
|
||||
status_command i3blocks
|
||||
position top
|
||||
padding 6px
|
||||
tray_padding 5px
|
||||
}
|
6
colorschemes/everforest.conf
Normal file
6
colorschemes/everforest.conf
Normal file
@ -0,0 +1,6 @@
|
||||
# Gruvbox
|
||||
# class border bg txt ind child_border
|
||||
client.focused #a7c080 #272e33 #d3c6aa #a7c080 #a7c080
|
||||
client.focused_inactive #a7c080 #272e33 #d3c6aa #a7c080 #a7c080
|
||||
client.unfocused #3c4841 #272e33 #d3c6aa #1e2326 #3c4841
|
||||
client.background #272e33
|
@ -1,6 +1,6 @@
|
||||
bar {
|
||||
colors {
|
||||
background #282828FF
|
||||
background #282828ff
|
||||
separator #3c3836
|
||||
# border bg txt
|
||||
focused_workspace #d79921 #d79921 #282828
|
||||
|
12
config
12
config
@ -13,7 +13,7 @@ set $mod Mod4
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
font pango:Source Code Pro 11
|
||||
font pango:Cantarell 11
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
@ -59,7 +59,7 @@ bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 10-
|
||||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec kitty
|
||||
bindsym $mod+Return exec alacritty
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+q kill
|
||||
@ -208,7 +208,8 @@ bindsym $mod+z mode "resize"
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
|
||||
include ~/.config/i3/colorschemes/gruvbox.bar.conf
|
||||
include ~/.config/i3/colorschemes/everforest.bar.conf
|
||||
#include ~/.config/i3/colorschemes/gruvbox.bar.conf
|
||||
#include ~/.config/i3/colorschemes/nord.bar.conf
|
||||
|
||||
# Start compositor
|
||||
@ -218,8 +219,11 @@ exec_always compfy &
|
||||
# COLORSCHEMES #
|
||||
################
|
||||
|
||||
# Everforest
|
||||
include ~/.config/i3/colorschemes/everforest.conf
|
||||
|
||||
# Gruvbox
|
||||
include ~/.config/i3/colorschemes/gruvbox.conf
|
||||
#include ~/.config/i3/colorschemes/gruvbox.conf
|
||||
|
||||
# Dracula
|
||||
#include ~/.config/i3/colorschemes/dracula.conf
|
||||
|
Loading…
Reference in New Issue
Block a user