Compare commits
9 Commits
master
...
decolorize
Author | SHA1 | Date | |
---|---|---|---|
9ec0f8faed | |||
81b32a2d1b | |||
4b735c18ec | |||
f3c44391e1 | |||
8dcc683471 | |||
0f9bca6979 | |||
2f887c0e8d | |||
74e27e6278 | |||
9bfa853139 |
0
.config/concession/services/20_polybar.dtf
Executable file → Normal file
0
.config/concession/services/20_polybar.dtf
Executable file → Normal file
0
.config/concession/tasks/00_bspwm.sh
Executable file → Normal file
0
.config/concession/tasks/00_bspwm.sh
Executable file → Normal file
0
.config/concession/tasks/09_bspwm_monitorset.sh
Executable file → Normal file
0
.config/concession/tasks/09_bspwm_monitorset.sh
Executable file → Normal file
0
.config/concession/tasks/20_nitrogen.sh
Executable file → Normal file
0
.config/concession/tasks/20_nitrogen.sh
Executable file → Normal file
@ -6,7 +6,7 @@ conky.config = {
|
||||
own_window_class = 'Conky',
|
||||
own_window_type = 'override',
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '282828',
|
||||
own_window_colour = '000000',
|
||||
|
||||
double_buffer = true,
|
||||
cpu_avg_samples = 2,
|
||||
@ -16,15 +16,15 @@ conky.config = {
|
||||
|
||||
use_xft = true,
|
||||
font = 'Inconsolata:style=Light:size=10',
|
||||
default_color = '#ebdbb2',
|
||||
color1 = '282828', -- Background
|
||||
color2 = 'ebdbb2', -- Foreground
|
||||
color3 = '3c3836', -- Background-alt
|
||||
color4 = 'b8bb26', -- Green (Battery)
|
||||
color6 = '8ec07c', -- Cyan (Network)
|
||||
color7 = 'fabd2f', -- Yellow (Disk)
|
||||
color8 = '83a598', -- Blue (CPU)
|
||||
color9 = 'd3869b', -- Magenta (Memory)
|
||||
default_color = '#b2b2b2',
|
||||
color1 = '000000', -- Background
|
||||
color2 = 'b2b2b2', -- Foreground
|
||||
color3 = '181818', -- Background-alt
|
||||
color4 = '54ff54', -- Green (Battery)
|
||||
color6 = '54ffff', -- Cyan (Network)
|
||||
color7 = 'ffff54', -- Yellow (Disk)
|
||||
color8 = '5454ff', -- Blue (CPU)
|
||||
color9 = 'ff54ff', -- Magenta (Memory)
|
||||
|
||||
alignment = 'bottom_left',
|
||||
xinerama_head = 2,
|
||||
@ -32,7 +32,7 @@ conky.config = {
|
||||
minimum_width = 304,
|
||||
border_width = 6,
|
||||
gap_x = 10,
|
||||
gap_y = 46,
|
||||
gap_y = 40,
|
||||
|
||||
format_human_readable = true,
|
||||
if_up_strictness = "link",
|
||||
|
@ -29,7 +29,7 @@
|
||||
# the top and down respectively.
|
||||
# The width can be negative. In this case the actual width is the
|
||||
# screen width minus the width defined in within the geometry option.
|
||||
geometry = "500x8-0-36"
|
||||
geometry = "500x8-0+0"
|
||||
|
||||
# Show how many messages are currently hidden (because of geometry).
|
||||
indicate_hidden = yes
|
||||
@ -51,7 +51,7 @@
|
||||
# Draw a line of "separator_height" pixel height between two
|
||||
# notifications.
|
||||
# Set to 0 to disable.
|
||||
separator_height = 0
|
||||
separator_height = 1
|
||||
|
||||
# Padding between text and separator.
|
||||
padding = 8
|
||||
@ -61,11 +61,11 @@
|
||||
|
||||
# Defines width in pixels of frame around the notification window.
|
||||
# Set to 0 to disable.
|
||||
frame_width = 0
|
||||
frame_width = 1
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
#frame_color = "#aaaaaa"
|
||||
frame_color = "#3c3836"
|
||||
frame_color = "#181818"
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
@ -86,7 +86,7 @@
|
||||
### Text ###
|
||||
|
||||
#font = Monospace 8
|
||||
font = Roboto 10
|
||||
font = Inconsolata 10
|
||||
|
||||
# The spacing between lines. If the height is smaller than the
|
||||
# font height, it will get raised to the font height.
|
||||
@ -125,7 +125,7 @@
|
||||
# %p progress value if set ([ 0%] to [100%]) or nothing
|
||||
# %n progress value if set without any extra characters
|
||||
# Markup is allowed
|
||||
format = "<span font='Bold 14'>%s</span> <span font='Light'>(%a)</span>\n%b"
|
||||
format = "<span font='Bold 14'>%s</span> (%a)\n%b"
|
||||
|
||||
# Alignment of message text.
|
||||
# Possible values are "left", "center" and "right".
|
||||
@ -241,22 +241,22 @@
|
||||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#282828"
|
||||
foreground = "#a89984"
|
||||
background = "#000000"
|
||||
foreground = "#686868"
|
||||
timeout = 10
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_normal]
|
||||
background = "#282828"
|
||||
foreground = "#ebdbb2"
|
||||
background = "#000000"
|
||||
foreground = "#b2b2b2"
|
||||
timeout = 10
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_critical]
|
||||
background = "#282828"
|
||||
foreground = "#fabd2f"
|
||||
background = "#000000"
|
||||
foreground = "#ffff54"
|
||||
timeout = 0
|
||||
# Icon for notifications with critical urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
@ -28,37 +28,14 @@ set $w8 8
|
||||
## Cosmetcs
|
||||
###################
|
||||
|
||||
# Set up our colors
|
||||
# Note: fallbacks are copied from gruvbox-dark
|
||||
# Source: https://github.com/morhetz/gruvbox-generalized
|
||||
set_from_resource $bg background #282828
|
||||
set_from_resource $bgm bg2 #3c3836
|
||||
set_from_resource $bg_soft bg3 #32302f
|
||||
set_from_resource $black color0 #282828
|
||||
set_from_resource $red color1 #cc241d
|
||||
set_from_resource $green color2 #98971a
|
||||
set_from_resource $yellow color3 #d79921
|
||||
set_from_resource $blue color4 #458588
|
||||
set_from_resource $purple color5 #b16286
|
||||
set_from_resource $cyan color6 #689d6a
|
||||
set_from_resource $gray color7 #a89984
|
||||
set_from_resource $gray2 color8 #928374
|
||||
set_from_resource $red2 color9 #fb4934
|
||||
set_from_resource $green2 color10 #b8bb26
|
||||
set_from_resource $yellow2 color11 #fabd2f
|
||||
set_from_resource $blue2 color12 #83a598
|
||||
set_from_resource $purple2 color13 #d3869b
|
||||
set_from_resource $cyan2 color14 #8ec07c
|
||||
set_from_resource $fg color15 #ebdbb2
|
||||
|
||||
# Set up titlebar and i3bar fonts
|
||||
font pango:Roboto 10
|
||||
|
||||
# Titlebar and borders
|
||||
hide_edge_borders smart
|
||||
new_window pixel 2
|
||||
for_window [class=".*"] border pixel 2
|
||||
for_window [class="konsole"] border normal 2
|
||||
new_window pixel 1
|
||||
for_window [class=".*"] border pixel 1
|
||||
for_window [class="konsole"] border normal 1
|
||||
for_window [class=".*"] title_format "%title"
|
||||
|
||||
# Miscellaneous window rules
|
||||
@ -78,15 +55,6 @@ no_focus [class="plasmashell"]
|
||||
|
||||
focus_on_window_activation none
|
||||
|
||||
# Apply colors to i3
|
||||
# <colorclass> <border> <backgrd> <text> <indicator> <child_border>
|
||||
client.focused $blue2 $blue2 $bg $bgm $blue2
|
||||
client.focused_inactive $bgm $bgm $blue $bgm $bgm
|
||||
client.unfocused $bgm $bgm $fg $bgm $bgm
|
||||
client.urgent $yellow2 $bgm $yellow2 $yellow $bgm
|
||||
client.placeholder $purple2 $bgm $purple2 $purple $purple2
|
||||
client.background $bg
|
||||
|
||||
###################
|
||||
## Keybindings
|
||||
###################
|
||||
@ -219,26 +187,14 @@ bindsym $mod+r mode "resize"
|
||||
## Bars
|
||||
###################
|
||||
|
||||
#bar {
|
||||
# id bar-primary
|
||||
# position bottom
|
||||
# status_command i3status
|
||||
# tray_output primary
|
||||
#
|
||||
# font pango:Inconsolata 10
|
||||
# # This looks dumb, but it makes the separators one character wide
|
||||
# separator_symbol "|"
|
||||
#
|
||||
# colors {
|
||||
# background $bg
|
||||
# statusline $fg
|
||||
# separator $bgm
|
||||
#
|
||||
# focused_workspace $bg $bg $blue
|
||||
# active_workspace $bg $bg $bgm
|
||||
# inactive_workspace $bg $bg $fg
|
||||
# urgent_workspace $bg $bg $yellow
|
||||
# binding_mode $bg $bg $fg
|
||||
# }
|
||||
#}
|
||||
bar {
|
||||
id bar-primary
|
||||
position bottom
|
||||
status_command i3status
|
||||
tray_output primary
|
||||
|
||||
font pango:Inconsolata 10
|
||||
# This looks dumb, but it makes the separators one character wide
|
||||
separator_symbol "|"
|
||||
}
|
||||
|
||||
|
@ -1,8 +1,5 @@
|
||||
general {
|
||||
colors = true
|
||||
color_good = "#b8bb26"
|
||||
color_degraded = "#fabd2f"
|
||||
color_bad = "#fb4934"
|
||||
interval = 1
|
||||
}
|
||||
|
||||
|
24
.config/xrdb/00-colors-linux.xresources
Normal file
24
.config/xrdb/00-colors-linux.xresources
Normal file
@ -0,0 +1,24 @@
|
||||
*background: #000000
|
||||
*bg2: #181818
|
||||
*bg3: #686868
|
||||
*foreground: #b2b2b2
|
||||
|
||||
! Black Red Green Yellow Blue Magenta Cyan Grey
|
||||
! Dim
|
||||
*color0: #000000
|
||||
*color1: #b21818
|
||||
*color2: #18b218
|
||||
*color3: #b26818
|
||||
*color4: #1818b2
|
||||
*color5: #b218b2
|
||||
*color6: #18b2b2
|
||||
*color7: #b2b2b2
|
||||
! Intense
|
||||
*color8: #686868
|
||||
*color9: #ff5454
|
||||
*color10: #54ff54
|
||||
*color11: #ffff54
|
||||
*color12: #5454ff
|
||||
*color13: #ff54ff
|
||||
*color14: #54ffff
|
||||
*color15: #ffffff
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,9 +1,6 @@
|
||||
[submodule ".vim/bundle/vim-closetag"]
|
||||
path = .vim/bundle/vim-closetag
|
||||
url = https://github.com/alvan/vim-closetag.git
|
||||
[submodule ".vim/bundle/gruvbox"]
|
||||
path = .vim/bundle/gruvbox
|
||||
url = https://github.com/morhetz/gruvbox.git
|
||||
[submodule ".vim/bundle/SimpylFold"]
|
||||
path = .vim/bundle/SimpylFold
|
||||
url = https://github.com/tmhedberg/SimpylFold.git
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Appearance]
|
||||
ColorScheme=Gruvbox_dark
|
||||
ColorScheme=Linux
|
||||
Font=Inconsolata,10,-1,5,50,0,0,0,0,0,Regular
|
||||
|
||||
[General]
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit cb4e7a5643f7d2dd40e694bcbd28c4b89b185e86
|
Loading…
Reference in New Issue
Block a user