lightmode
Elias Almqvist 2 years ago
commit 2f760482dd
  1. BIN
      .wallpaper.png
  2. 8
      alacritty/.config/alacritty/alacritty.yml
  3. 8
      dunst/.config/dunst/dunstrc
  4. 1
      nvim/.config/nvim/init.vim
  5. 8
      picom/.config/picom/picom.conf
  6. 95
      polybar/.config/polybar/config
  7. BIN
      preview.png
  8. 6
      rofi/.config/rofi/doomsidebar.rasi

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 KiB

After

Width:  |  Height:  |  Size: 2.4 MiB

@ -30,7 +30,7 @@ font:
family: Fira Code family: Fira Code
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Regular style: Bold
# Bold font face # Bold font face
bold: bold:
@ -54,7 +54,7 @@ font:
style: Bold Italic style: Bold Italic
# Point size # Point size
size: 7 size: 10
# Offset is the extra space around each character. `offset.y` can be thought of # 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. # 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: colors:
# Default colors # Default colors
primary: primary:
background: '0x21242b' background: '0x18191c'
foreground: '0xbbc2cf' foreground: '0xafafaf'
# Normal colors # Normal colors
normal: normal:

@ -64,7 +64,7 @@
frame_width = 1 frame_width = 1
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
frame_color = "#272a34" frame_color = "#282c34"
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are:
@ -275,7 +275,7 @@
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#272a34" background = "#282c34"
foreground = "#ffffff" foreground = "#ffffff"
frame_color = "#272727" frame_color = "#272727"
timeout = 10 timeout = 10
@ -283,7 +283,7 @@
#icon = /path/to/icon #icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#272a34" background = "#282c34"
foreground = "#ffffff" foreground = "#ffffff"
frame_color = "#272727" frame_color = "#272727"
timeout = 10 timeout = 10
@ -291,7 +291,7 @@
#icon = /path/to/icon #icon = /path/to/icon
[urgency_critical] [urgency_critical]
background = "#272a34" background = "#282c34"
foreground = "#ffffff" foreground = "#ffffff"
frame_color = "#272727" frame_color = "#272727"
timeout = 0 timeout = 0

@ -34,6 +34,7 @@ call plug#begin('~/.config/nvim/plugged')
" Plug 'vim-airline/vim-airline' " Plug 'vim-airline/vim-airline'
" Plug 'vim-airline/vim-airline-themes' " Plug 'vim-airline/vim-airline-themes'
Plug 'projekt0n/github-nvim-theme' Plug 'projekt0n/github-nvim-theme'
Plug 'pantharshit00/vim-prisma'
Plug 'axelf4/vim-haskell' Plug 'axelf4/vim-haskell'
"Plug 'neovimhaskell/haskell-vim' "Plug 'neovimhaskell/haskell-vim'
call plug#end() call plug#end()

@ -145,9 +145,12 @@ inactive-dim = 0.2
# Parameters for background blurring, see the *BLUR* section for more information. # Parameters for background blurring, see the *BLUR* section for more information.
# blur-method = "dual_kawase"; # blur-method = "dual_kawase";
blur-strength = 8; # blur-strength = 8;
# blur-size = 2; # blur-size = 2;
# #
# blur-deviation = false # 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 = [ blur-background-exclude = [
#"window_type = 'dock'", #"window_type = 'dock'",
"window_type = 'desktop'", "window_type = 'desktop'",
"window_type = 'alacritty'",
"_GTK_FRAME_EXTENTS@:c" "_GTK_FRAME_EXTENTS@:c"
]; ];
@ -408,7 +412,7 @@ rounded-corners-exclude = [
"class_g = 'Polybar'", "class_g = 'Polybar'",
# "class_g = 'code-oss'", # "class_g = 'code-oss'",
# "class_g = 'TelegramDesktop'", # "class_g = 'TelegramDesktop'",
# "class_g = 'firefox'", "class_g = 'firefox'",
# "class_g = 'Thunderbird'" # "class_g = 'Thunderbird'"
]; ];
round-borders = 1; round-borders = 1;

@ -2,8 +2,8 @@
#compositing-foreground = over #compositing-foreground = over
[colors] [colors]
background = #21242b background = #00141414
foreground = #fefefe foreground = #efefef
foreground2 = #77fefefe foreground2 = #77fefefe
line = #bbb line = #bbb
border = #bbb border = #bbb
@ -34,7 +34,7 @@ white = #787c99
# margin-bottom = 0 # margin-bottom = 0
[bar/top] [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-1 = "siji:pixelsize=12;1"
font-2 = "Font Awesome 5 Free Regular:size=12;1" font-2 = "Font Awesome 5 Free Regular:size=12;1"
font-3 = "Font Awesome 5 Free Solid:size=12;1" font-3 = "Font Awesome 5 Free Solid:size=12;1"
@ -46,28 +46,46 @@ monitor = ${env:MONITOR}
# override-redirect = true # override-redirect = true
width = 100% width = 100%
height = 36 height = 28
# bottom = 1 # bottom = 1
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground2}
padding-left = 2 padding-left = 1
padding-right = 2 padding-right = 1
module-margin = 1 module-margin = 1
modules-left = dwm #modules-left = dwm
modules-center = title #modules-center = title
modules-right = cmus pulseaudio wlan battery time date #modules-right = cmus pulseaudio wlan battery time date
modules-left = date time pulseaudio dwm-layout dwm-floating cmus
modules-center = dwm-tags
modules-right =
################################################# [module/dwm-layout]
# MODULES # type = internal/dwm
################################################# format = <label-layout>
# 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 = <label-floating>
# Text to show when currently focused window is floating
label-floating = ~
[module/dwm] [module/dwm-tags]
type = internal/dwm type = internal/dwm
format = <label-tags> <label-layout> <label-floating> format = [<label-tags>]
# Path to dwm socket (default: /tmp/dwm.sock) # Path to dwm socket (default: /tmp/dwm.sock)
# socket-path = /tmp/dwm.sock # socket-path = /tmp/dwm.sock
@ -104,17 +122,6 @@ label-title-padding = 1
label-title-foreground = ${colors.primary} label-title-foreground = ${colors.primary}
label-title-maxlen = 50 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 # States: focused, unfocused, visible, urgent, empty
# Available tokens: # Available tokens:
# %name% # %name%
@ -133,22 +140,22 @@ label-unfocused-padding = 1
# visible = Unselected tag, but occupied tag on any monitor # visible = Unselected tag, but occupied tag on any monitor
label-visible = %name% label-visible = %name%
label-visible-background = ${self.label-focused-background} 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-underline = ${self.label-focused-underline}
label-visible-padding = ${self.label-focused-padding} label-visible-padding = ${self.label-focused-padding}
# urgent = Unselected tag with window that has urgency hint set # urgent = Unselected tag with window that has urgency hint set
label-urgent = %name% label-urgent = [%name%]
label-urgent-background = ${colors.selected} label-urgent-background = ${colors.background}
label-urgent-foreground = ${colors.foreground} label-urgent-foreground = ${colors.red}
label-urgent-padding = 1 label-urgent-padding = 1
# empty = Unselected and unoccupied tag # empty = Unselected and unoccupied tag
# This can be set to an empty string to hide empty tags # This can be set to an empty string to hide empty tags
label-empty = %name% label-empty =
label-empty-background = ${colors.background} label-empty-background = ${colors.background}
label-empty-foreground = ${colors.foreground2} label-empty-foreground = ${colors.foreground2}
label-empty-padding = 1 label-empty-padding = 0
[module/cmus] [module/cmus]
type = custom/script type = custom/script
@ -166,7 +173,8 @@ scroll-down = cmus-remote --volume -5%
label-font = 1 label-font = 1
format = <label> format = <label>
format-underline = ${colors.line} format-underline = ${colors.line}
label = %output% #label = %output%
label = Playing: %output%
label-maxlen = 80 label-maxlen = 80
[module/spotify] [module/spotify]
@ -233,7 +241,8 @@ format-disconnected =
[module/date] [module/date]
type = internal/date type = internal/date
label = %date% #label = %date%
label = %date%
date = %Y-%m-%d date = %Y-%m-%d
time = %H:%M:%S time = %H:%M:%S
interval = 1 interval = 1
@ -241,7 +250,7 @@ interval = 1
[module/time] [module/time]
type = internal/date type = internal/date
label = %time% label = %time%
time = %H:%M:%S time = %H%M.%S
interval = 1 interval = 1
[module/filesystem] [module/filesystem]
@ -263,12 +272,16 @@ label = %output%
[module/pulseaudio] [module/pulseaudio]
type = internal/pulseaudio type = internal/pulseaudio
format-volume = <label-volume> <bar-volume> #format-volume = <label-volume> <bar-volume>
label-volume = %percentage%% format-volume = <label-volume>
#label-volume = %percentage%%
label-volume = %percentage%%
label-volume-foreground = ${root.foreground} label-volume-foreground = ${root.foreground}
format-muted = <label-muted> <bar-volume> #format-muted = <label-muted> <bar-volume>
label-muted = %percentage%% format-muted = <label-muted>
#label-muted = %percentage%%
label-muted = %percentage%%
label-muted-foreground = ${colors.red} label-muted-foreground = ${colors.red}
bar-volume-width = 10 bar-volume-width = 10
@ -280,7 +293,7 @@ bar-volume-foreground-4 = ${colors.yellow}
bar-volume-foreground-5 = ${colors.yellow} bar-volume-foreground-5 = ${colors.yellow}
bar-volume-foreground-6 = ${colors.red} bar-volume-foreground-6 = ${colors.red}
bar-volume-gradient = false bar-volume-gradient = false
bar-volume-indicator = > bar-volume-indicator =
bar-volume-indicator-font = 0 bar-volume-indicator-font = 0
bar-volume-fill = ─ bar-volume-fill = ─
bar-volume-fill-font = 0 bar-volume-fill-font = 0
@ -294,7 +307,7 @@ type = internal/xwindow
format-background = ${colors.background} format-background = ${colors.background}
format-foreground = #f0c674 format-foreground = #f0c674
format-padding = 1 format-padding = 1
label-maxlen = 50 label-maxlen = 100
[module/battery] [module/battery]
type = internal/battery type = internal/battery

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 2.1 MiB

@ -4,9 +4,9 @@
dark: #282c34; dark: #282c34;
border-color: #1d1f21; border-color: #1d1f21;
// Black // Black
black: #21242b; black: #282c34;
blackop: #21242bef; blackop: #282c34ef;
lightblack: #21242b; lightblack: #282c34;
// //
// Red // Red
red: #ff6c6b; red: #ff6c6b;

Loading…
Cancel
Save