Fix some colors
This commit is contained in:
15
README.org
15
README.org
@@ -4,6 +4,21 @@ dots for my lenovo yoga slim 7i pro 「itomori」
|
|||||||
|
|
||||||
[[./screen.png]]
|
[[./screen.png]]
|
||||||
|
|
||||||
|
* colors
|
||||||
|
** main
|
||||||
|
+ fg: #5c6773
|
||||||
|
+ bg: #ffffff
|
||||||
|
** colorful
|
||||||
|
+ red: #FF3333
|
||||||
|
+ green: #A6CC70
|
||||||
|
+ yellow: #e7c547
|
||||||
|
+ blue: #55b4d4
|
||||||
|
+ magenta: #A37ACC
|
||||||
|
+ cyan: #95E6CB
|
||||||
|
** custom ui colors
|
||||||
|
+ dark bg alt: #222222
|
||||||
|
+ light bg alt: #eeeeee
|
||||||
|
|
||||||
* an incomplete list of dependencies:
|
* an incomplete list of dependencies:
|
||||||
** main environment
|
** main environment
|
||||||
+ emacs 💜
|
+ emacs 💜
|
||||||
|
|||||||
@@ -6,22 +6,22 @@
|
|||||||
follow = mouse
|
follow = mouse
|
||||||
width = 400
|
width = 400
|
||||||
origin = "top-center"
|
origin = "top-center"
|
||||||
offset = "0x20"
|
offset = "0x100"
|
||||||
indicate_hidden = yes
|
indicate_hidden = yes
|
||||||
shrink = no
|
shrink = no
|
||||||
separator_height = 1
|
separator_height = 1
|
||||||
transparency = 0
|
transparency = 0
|
||||||
padding = 10
|
padding = 10
|
||||||
horizontal_padding = 8
|
horizontal_padding = 10
|
||||||
frame_width = 2
|
frame_width = 0
|
||||||
frame_color = "#A6CC70"
|
frame_color = "#eeeeee"
|
||||||
separator_color = frame
|
separator_color = frame
|
||||||
sort = yes
|
sort = yes
|
||||||
idle_threshold = 120
|
idle_threshold = 120
|
||||||
|
|
||||||
# Text
|
# Text
|
||||||
|
|
||||||
font = Roboto 10
|
font = Roboto 13
|
||||||
line_height = 04
|
line_height = 04
|
||||||
markup = full
|
markup = full
|
||||||
format = "<span><b>%s %p</b></span>\n%b"
|
format = "<span><b>%s %p</b></span>\n%b"
|
||||||
@@ -57,16 +57,16 @@
|
|||||||
|
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
background="#eeeeee"
|
background="#222222"
|
||||||
foreground="#050505"
|
foreground="#ffffff"
|
||||||
timeout = 3
|
timeout = 3
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background="#eeeeee"
|
background="#333333"
|
||||||
foreground="#050505"
|
foreground="#ffffff"
|
||||||
timeout = 3
|
timeout = 3
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background="#eeeeee"
|
background="#222222"
|
||||||
foreground="#050505"
|
foreground="#ffffff"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
|
|||||||
@@ -2,10 +2,7 @@ set $mod Mod4
|
|||||||
font pango:Roboto 10
|
font pango:Roboto 10
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# bindings idea:
|
# bindings idea: mod + KEY = open sth mod + shift = move sth mod + ctrl = manipulate display
|
||||||
# mod + KEY = open sth
|
|
||||||
# mod + shift = move sth
|
|
||||||
# mod + ctrl = manipulate display
|
|
||||||
|
|
||||||
# applications
|
# applications
|
||||||
bindsym $mod+Return exec --no-startup-id alacritty
|
bindsym $mod+Return exec --no-startup-id alacritty
|
||||||
@@ -119,8 +116,8 @@ title_align center
|
|||||||
|
|
||||||
# colors
|
# colors
|
||||||
set $white "#ffffff"
|
set $white "#ffffff"
|
||||||
set $black "#5c6773"
|
set $fg "#5c6773"
|
||||||
set $dblack "#000000"
|
set $black "#000000"
|
||||||
set $grey "#eeeeee"
|
set $grey "#eeeeee"
|
||||||
set $green "#a6cc70"
|
set $green "#a6cc70"
|
||||||
set $red "#ff3333"
|
set $red "#ff3333"
|
||||||
@@ -128,9 +125,9 @@ set $blue "#55b4d4"
|
|||||||
set $yellow "#e7c547"
|
set $yellow "#e7c547"
|
||||||
|
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused $grey $green $black $grey $grey
|
client.focused $green $green $fg $green $grey
|
||||||
client.focused_inactive $grey $grey $black $grey $grey
|
client.focused_inactive $grey $grey $fg $grey $grey
|
||||||
client.unfocused $grey $grey $black $grey $grey
|
client.unfocused $grey $grey $fg $grey $grey
|
||||||
client.urgent $red $red $white $red $red
|
client.urgent $red $red $white $red $red
|
||||||
|
|
||||||
# i3 bar
|
# i3 bar
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
[colors]
|
[colors]
|
||||||
white = #ffffff
|
white = #ffffff
|
||||||
black = #5c6773
|
black = #222222
|
||||||
grey = #eeeeee
|
|
||||||
green = #a6cc70
|
green = #a6cc70
|
||||||
red = #ff3333
|
red = #ff3333
|
||||||
|
|
||||||
@@ -166,7 +165,6 @@ click-middle = playerctl -p spotify previous
|
|||||||
[module/sep]
|
[module/sep]
|
||||||
type = custom/text
|
type = custom/text
|
||||||
content = "|"
|
content = "|"
|
||||||
content-foreground = ${colors.grey}
|
|
||||||
|
|
||||||
[module/temp]
|
[module/temp]
|
||||||
type = internal/temperature
|
type = internal/temperature
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
* {
|
* {
|
||||||
background: #eeeeee;
|
background: #222222;
|
||||||
background-alt: #eeeeee;
|
background-alt: #222222;
|
||||||
foreground: #000000;
|
foreground: #ffffff;
|
||||||
accent: #A6CC70;
|
accent: #A6CC70;
|
||||||
border: #eeeeee;
|
border: #222222;
|
||||||
border-alt: #eeeeee;
|
border-alt: #222222;
|
||||||
selected: @accent;
|
selected: @accent;
|
||||||
urgent: #ff3333;
|
urgent: #ff3333;
|
||||||
}
|
}
|
||||||
@@ -45,6 +45,7 @@ element {
|
|||||||
orientation: vertical;
|
orientation: vertical;
|
||||||
padding: 15 15 15 15;
|
padding: 15 15 15 15;
|
||||||
border-radius: 6;
|
border-radius: 6;
|
||||||
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected {
|
element selected {
|
||||||
@@ -80,5 +81,6 @@ entry {
|
|||||||
padding: 8 12 8 12;
|
padding: 8 12 8 12;
|
||||||
margin: 0% 0% 0% 0%;
|
margin: 0% 0% 0% 0%;
|
||||||
placeholder: "Search";
|
placeholder: "Search";
|
||||||
placeholder-color: #444444;
|
placeholder-color: #eeeeee;
|
||||||
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
screen.png
BIN
screen.png
Binary file not shown.
|
Before Width: | Height: | Size: 223 KiB After Width: | Height: | Size: 5.1 MiB |
Reference in New Issue
Block a user