diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index e8c2f9d..358dcd1 100755 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -308,31 +308,31 @@ schemes: # Default colors primary: # hard contrast: background = '0x1d2021' - background: '0x282828' + background: '#282828' # soft contrast: background = '0x32302f' - foreground: '0xebdbb2' + foreground: '#ebdbb2' # Normal colors normal: - black: '0x282828' - red: '0xcc241d' - green: '0x98971a' - yellow: '0xd79921' - blue: '0x458588' - magenta: '0xb16286' - cyan: '0x689d6a' - white: '0xa89984' + black: '#282828' + red: '#cc241d' + green: '#98971a' + yellow: '#d79921' + blue: '#458588' + magenta: '#b16286' + cyan: '#689d6a' + white: '#a89984' # Bright colors bright: - black: '0x928374' - red: '0xfb4934' - green: '0xb8bb26' - yellow: '0xfabd2f' - blue: '0x83a598' - magenta: '0xd3869b' - cyan: '0x8ec07c' - white: '0xebdbb2' + black: '#928374' + red: '#fb4934' + green: '#b8bb26' + yellow: '#fabd2f' + blue: '#83a598' + magenta: '#d3869b' + cyan: '#8ec07c' + white: '#ebdbb2' ### Monokai ### monokai-pro: &monokai-pro @@ -367,30 +367,30 @@ schemes: nord: &nord # Default colors primary: - background: '0x2E3440' - foreground: '0xD8DEE9' + background: '#2E3440' + foreground: '#D8DEE9' # Normal colors normal: - black: '0x3B4252' - red: '0xBF616A' - green: '0xA3BE8C' - yellow: '0xEBCB8B' - blue: '0x81A1C1' - magenta: '0xB48EAD' - cyan: '0x88C0D0' - white: '0xE5E9F0' + black: '#3B4252' + red: '#BF616A' + green: '#A3BE8C' + yellow: '#EBCB8B' + blue: '#81A1C1' + magenta: '#B48EAD' + cyan: '#88C0D0' + white: '#E5E9F0' # Bright colors bright: - black: '0x4C566A' - red: '0xBF616A' - green: '0xA3BE8C' - yellow: '0xEBCB8B' - blue: '0x81A1C1' - magenta: '0xB48EAD' - cyan: '0x8FBCBB' - white: '0xECEFF4' + black: '#4C566A' + red: '#BF616A' + green: '#A3BE8C' + yellow: '#EBCB8B' + blue: '#81A1C1' + magenta: '#B48EAD' + cyan: '#8FBCBB' + white: '#ECEFF4' ### Oceanic Next ### oceanic-next: &oceanic-next @@ -498,35 +498,35 @@ schemes: tomorrow-night: &tomorrow-night # Default colors primary: - background: '0x1d1f21' - foreground: '0xc5c8c6' + background: '#1d1f21' + foreground: '#c5c8c6' # Colors the cursor will use if `custom_cursor_colors` is true cursor: - text: '0x1d1f21' - cursor: '0xffffff' + text: '#1d1f21' + cursor: '#ffffff' # Normal colors normal: - black: '0x1d1f21' - red: '0xcc6666' - green: '0xb5bd68' - yellow: '0xe6c547' - blue: '0x81a2be' - magenta: '0xb294bb' - cyan: '0x70c0ba' - white: '0x373b41' + black: '#1d1f21' + red: '#cc6666' + green: '#b5bd68' + yellow: '#e6c547' + blue: '#81a2be' + magenta: '#b294bb' + cyan: '#70c0ba' + white: '#373b41' # Bright colors bright: - black: '0x666666' - red: '0xff3334' - green: '0x9ec400' - yellow: '0xf0c674' - blue: '0x81a2be' - magenta: '0xb77ee0' - cyan: '0x54ced6' - white: '0x282a2e' + black: '#666666' + red: '#ff3334' + green: '#9ec400' + yellow: '#f0c674' + blue: '#81a2be' + magenta: '#b77ee0' + cyan: '#54ced6' + white: '#282a2e' ###################################################################### ## SET THEME: Choose ONE color scheme from those in the above list. ## diff --git a/.config/conky/doomone-qtile.conkyrc b/.config/conky/doomone-qtile.conkyrc deleted file mode 100644 index a5a838d..0000000 --- a/.config/conky/doomone-qtile.conkyrc +++ /dev/null @@ -1,128 +0,0 @@ ---[[ -######################## -## DoomOne-Qtile ## -######################## -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum height of window - maximum_width = 260, -- maximum height of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- font for complete conky unless in code defined - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#282c34', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'qtile_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Doom One) - color0 = '#c678dd', - color1 = '#bbc2cf', - color2 = '#51afef', - color3 = '#98be65', -}; - -conky.text = [[ -${alignc}${color0}${font Ubuntu:size=30}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font Ubuntu:size=14}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}QTILE KEYBINDINGS${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+hjkl${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[CTRL]+e, e${alignr}${color2}launch emacs${color} -${color1}[CTRL]+e, b${alignr}${color2}ibuffer${color} -${color1}[CTRL]+e, d${alignr}${color2}dired${color} -${color1}[CTRL]+e, n${alignr}${color2}elfeed${color} -${color1}[CTRL]+e, s${alignr}${color2}eshell${color} -${color1}[CTRL]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart xmonad${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit xmonad${color} -]]; diff --git a/.config/conky/doomone-xmonad.conkyrc b/.config/conky/doomone-xmonad.conkyrc deleted file mode 100644 index ce668f3..0000000 --- a/.config/conky/doomone-xmonad.conkyrc +++ /dev/null @@ -1,128 +0,0 @@ ---[[ -######################## -## DoomOne-XMonad ## -######################## -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum height of window - maximum_width = 260, -- maximum height of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- font for complete conky unless in code defined - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#282c34', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'desktop', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Doom One) - color0 = '#c678dd', - color1 = '#bbc2cf', - color2 = '#51afef', - color3 = '#98be65', -}; - -conky.text = [[ -${alignc}${color0}${font Ubuntu:size=30}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font Ubuntu:size=14}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}XMONAD KEYBINDINGS${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+hjkl${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[CTRL]+e, e${alignr}${color2}launch emacs${color} -${color1}[CTRL]+e, b${alignr}${color2}ibuffer${color} -${color1}[CTRL]+e, d${alignr}${color2}dired${color} -${color1}[CTRL]+e, n${alignr}${color2}elfeed${color} -${color1}[CTRL]+e, s${alignr}${color2}eshell${color} -${color1}[CTRL]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart xmonad${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit xmonad${color} -]]; diff --git a/.config/nitrogen/bg-saved.cfg b/.config/nitrogen/bg-saved.cfg index 9c3253d..8f18fad 100644 --- a/.config/nitrogen/bg-saved.cfg +++ b/.config/nitrogen/bg-saved.cfg @@ -1,4 +1,14 @@ -[xin_-1] -file=/home/dt/wallpapers/0004.jpg +[xin_1] +file=/home/dt/wallpapers/0127.jpg +mode=0 +bgcolor=#000000 + +[xin_0] +file=/home/dt/wallpapers/0127.jpg +mode=0 +bgcolor=#000000 + +[xin_2] +file=/home/dt/wallpapers/0127.jpg mode=0 bgcolor=#000000 diff --git a/.xmonad/README.org b/.xmonad/README.org index bc20e04..f2a8300 100644 --- a/.xmonad/README.org +++ b/.xmonad/README.org @@ -152,7 +152,7 @@ myStartupHook = do spawnOnce "picom &" spawnOnce "nm-applet &" spawnOnce "volumeicon &" - spawnOnce "conky -c $HOME/.config/conky/doomone-xmonad.conkyrc" + spawnOnce "conky -c $HOME/.config/conky/xmonad/doom-one-01.conkyrc" spawnOnce "trayer --edge top --align right --widthtype request --padding 6 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x282c34 --height 22 &" spawnOnce "/usr/bin/emacs --daemon &" -- emacs daemon for the emacsclient spawnOnce "xargs xwallpaper --stretch < ~/.cache/wall" @@ -166,7 +166,7 @@ myStartupHook = do #+END_SRC * Gridselect -GridSelect displays items (programs, open windows, etc.) in a 2D grid and lets the user selectfrom it with the cursor/hjkl keys or the mouse. +GridSelect displays items (programs, open windows, etc.) in a 2D grid and lets the user select from it with the cursor/hjkl keys or the mouse. #+BEGIN_SRC haskell myColorizer :: Window -> Bool -> X (String, String) diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index d00e8aa..bcc3036 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -103,7 +103,7 @@ myStartupHook = do spawnOnce "picom &" spawnOnce "nm-applet &" spawnOnce "volumeicon &" - spawnOnce "conky -c $HOME/.config/conky/doomone-xmonad.conkyrc" + spawnOnce "conky -c $HOME/.config/conky/xmonad/doom-one-01.conkyrc" spawnOnce "trayer --edge top --align right --widthtype request --padding 6 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x282c34 --height 22 &" spawnOnce "/usr/bin/emacs --daemon &" -- emacs daemon for the emacsclient spawnOnce "xargs xwallpaper --stretch < ~/.cache/wall"