diff --git a/.wallpaper.png b/.wallpaper.png index 5d34079..637af85 100644 Binary files a/.wallpaper.png and b/.wallpaper.png differ diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index d8e2e86..3d31a55 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -3,7 +3,7 @@ env: TERM: xterm-256color window: - opacity: 1.0 + opacity: 1.0 padding: x: 8 y: 8 @@ -30,7 +30,7 @@ font: family: Fira Code # The `style` can be specified to pick a specific face. - style: Regular + style: Bold # Bold font face bold: @@ -54,7 +54,7 @@ font: style: Bold Italic # Point size - size: 7 + size: 10 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. @@ -68,8 +68,8 @@ draw_bold_text_with_bright_colors: true colors: # Default colors primary: - background: '0x21242b' - foreground: '0xbbc2cf' + background: '0x18191c' + foreground: '0xafafaf' # Normal colors normal: diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 287f278..370f82d 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -64,7 +64,7 @@ frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#272a34" + frame_color = "#282c34" # Define a color for the separator. # possible values are: @@ -275,7 +275,7 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#272a34" + background = "#282c34" foreground = "#ffffff" frame_color = "#272727" timeout = 10 @@ -283,7 +283,7 @@ #icon = /path/to/icon [urgency_normal] - background = "#272a34" + background = "#282c34" foreground = "#ffffff" frame_color = "#272727" timeout = 10 @@ -291,7 +291,7 @@ #icon = /path/to/icon [urgency_critical] - background = "#272a34" + background = "#282c34" foreground = "#ffffff" frame_color = "#272727" timeout = 0 diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index 689e5e9..24f04c8 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -34,6 +34,7 @@ call plug#begin('~/.config/nvim/plugged') " Plug 'vim-airline/vim-airline' " Plug 'vim-airline/vim-airline-themes' Plug 'projekt0n/github-nvim-theme' + Plug 'pantharshit00/vim-prisma' Plug 'axelf4/vim-haskell' "Plug 'neovimhaskell/haskell-vim' call plug#end() diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 99ec0cc..ee73456 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -145,9 +145,12 @@ inactive-dim = 0.2 # Parameters for background blurring, see the *BLUR* section for more information. + # blur-method = "dual_kawase"; -blur-strength = 8; +# blur-strength = 8; # blur-size = 2; + + # # blur-deviation = false # @@ -184,6 +187,7 @@ blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"; blur-background-exclude = [ #"window_type = 'dock'", "window_type = 'desktop'", + "window_type = 'alacritty'", "_GTK_FRAME_EXTENTS@:c" ]; @@ -408,7 +412,7 @@ rounded-corners-exclude = [ "class_g = 'Polybar'", # "class_g = 'code-oss'", # "class_g = 'TelegramDesktop'", -# "class_g = 'firefox'", + "class_g = 'firefox'", # "class_g = 'Thunderbird'" ]; round-borders = 1; diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index eda8d4c..8228192 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -2,8 +2,8 @@ #compositing-foreground = over [colors] -background = #21242b -foreground = #fefefe +background = #00141414 +foreground = #efefef foreground2 = #77fefefe line = #bbb border = #bbb @@ -34,7 +34,7 @@ white = #787c99 # margin-bottom = 0 [bar/top] -font-0 = "IBM Plex Mono:pixelsize=11;1" +font-0 = "Fira Code:pixelsize=9:weight=medium;1" font-1 = "siji:pixelsize=12;1" font-2 = "Font Awesome 5 Free Regular:size=12;1" font-3 = "Font Awesome 5 Free Solid:size=12;1" @@ -46,28 +46,46 @@ monitor = ${env:MONITOR} # override-redirect = true width = 100% -height = 36 +height = 28 # bottom = 1 background = ${colors.background} -foreground = ${colors.foreground} +foreground = ${colors.foreground2} -padding-left = 2 -padding-right = 2 +padding-left = 1 +padding-right = 1 module-margin = 1 -modules-left = dwm -modules-center = title -modules-right = cmus pulseaudio wlan battery time date +#modules-left = dwm +#modules-center = title +#modules-right = cmus pulseaudio wlan battery time date +modules-left = date time pulseaudio dwm-layout dwm-floating cmus +modules-center = dwm-tags +modules-right = -################################################# -# MODULES # -################################################# +[module/dwm-layout] +type = internal/dwm +format = + +# Symbol of current layout +# Available tokens: +# %symbol% +label-layout = %symbol% +label-layout-padding = 0 +label-layout-foreground = ${colors.foreground2} +label-layout-background = ${colors.background} + +[module/dwm-floating] +type = internal/dwm +format = + +# Text to show when currently focused window is floating +label-floating = ~ -[module/dwm] +[module/dwm-tags] type = internal/dwm -format = +format = [] # Path to dwm socket (default: /tmp/dwm.sock) # socket-path = /tmp/dwm.sock @@ -104,17 +122,6 @@ label-title-padding = 1 label-title-foreground = ${colors.primary} label-title-maxlen = 50 -# Symbol of current layout -# Available tokens: -# %symbol% -label-layout = %symbol% -label-layout-padding = 1 -label-layout-foreground = ${colors.foreground} -label-layout-background = ${colors.background} - -# Text to show when currently focused window is floating -label-floating = ~ - # States: focused, unfocused, visible, urgent, empty # Available tokens: # %name% @@ -133,22 +140,22 @@ label-unfocused-padding = 1 # visible = Unselected tag, but occupied tag on any monitor label-visible = %name% label-visible-background = ${self.label-focused-background} -label-visible-foreground = ${colors.foreground} +label-visible-foreground = ${colors.foreground2} label-visible-underline = ${self.label-focused-underline} label-visible-padding = ${self.label-focused-padding} # urgent = Unselected tag with window that has urgency hint set -label-urgent = %name% -label-urgent-background = ${colors.selected} -label-urgent-foreground = ${colors.foreground} +label-urgent = [%name%] +label-urgent-background = ${colors.background} +label-urgent-foreground = ${colors.red} label-urgent-padding = 1 # empty = Unselected and unoccupied tag # This can be set to an empty string to hide empty tags -label-empty = %name% +label-empty = label-empty-background = ${colors.background} label-empty-foreground = ${colors.foreground2} -label-empty-padding = 1 +label-empty-padding = 0 [module/cmus] type = custom/script @@ -166,7 +173,8 @@ scroll-down = cmus-remote --volume -5% label-font = 1 format =