Playing with flavours

This commit is contained in:
Harri Lahtinen 2021-10-27 20:56:26 +03:00
parent f1c214ac58
commit ade164717f
11 changed files with 165 additions and 181 deletions

View File

@ -1,6 +1,6 @@
# vim:fileencoding=utf-8:ft=conf # vim:fileencoding=utf-8:ft=conf
include ~/.cache/wal/colors-kitty.conf include ~/.config/kitty/colors.conf
# Font family. You can also specify different fonts for the # Font family. You can also specify different fonts for the
# bold/italic/bold-italic variants. By default they are derived automatically, # bold/italic/bold-italic variants. By default they are derived automatically,
@ -27,10 +27,10 @@ box_drawing_scale 0.001, 1, 1.5, 2
#background #202020 #background #202020
# The foreground for selections # The foreground for selections
selection_foreground #2f2f2f #selection_foreground #2f2f2f
# The background for selections # The background for selections
selection_background #d75f5f #selection_background #d75f5f
# The cursor color # The cursor color
#cursor #8fee96 #cursor #8fee96

View File

@ -15,7 +15,7 @@ dmenu_command = rofi -dmenu -theme-str '@import "network.rasi"'
# m = number of monitor to display on # m = number of monitor to display on
# p = Custom Prompt for the networks menu # p = Custom Prompt for the networks menu
pinentry = /usr/bin/pinentry pinentry = /usr/bin/pinentry
rofi_highlight = False rofi_highlight = True
compact = True compact = True
# wifi_chars = <string of 4 unicode characters representing 1-4 bars strength> # wifi_chars = <string of 4 unicode characters representing 1-4 bars strength>
wifi_chars = ▂▄▆█ wifi_chars = ▂▄▆█

View File

@ -11,13 +11,16 @@
" Enable true colors support. Do not use this option if your terminal does not " Enable true colors support. Do not use this option if your terminal does not
" support true colors! For a comprehensive list of terminals supporting true " support true colors! For a comprehensive list of terminals supporting true
" colors, see https://github.com/termstandard/colors and https://bit.ly/2InF97t. " colors, see https://github.com/termstandard/colors and https://bit.ly/2InF97t.
set termguicolors
" Use dark background " Use dark background
set background=dark set background=dark
" Enable syntax highlighting
syntax on
" Colorscheme " Colorscheme
colorscheme nord colorscheme base16
set termguicolors
augroup specify_filetype augroup specify_filetype
autocmd! autocmd!
@ -68,9 +71,6 @@ set autoindent
set smartindent set smartindent
set shiftround set shiftround
" Enable syntax highlighting
syntax on
" Print syntax highlighting. " Print syntax highlighting.
set printoptions+=syntax:y set printoptions+=syntax:y

View File

@ -98,7 +98,7 @@ let g:NERDTreeIndicatorMapCustom = {
"Airline " "Airline "
"""""""""""" """"""""""""
"main settings "main settings
let g:airline_theme='nord' let g:airline_theme='base16'
let g:airline_powerline_fonts = 1 let g:airline_powerline_fonts = 1
let g:airline_symbols = {} let g:airline_symbols = {}
let g:airline_skip_empty_sections = 1 let g:airline_skip_empty_sections = 1

View File

@ -0,0 +1,18 @@
[colors]
background = #00000000
base00 = ee2E3440
base01 = 3B4252
base02 = 434C5E
base03 = 4C566A
base04 = D8DEE9
base05 = E5E9F0
base06 = ECEFF4
base07 = 8FBCBB
base08 = BF616A
base09 = D08770
base0A = EBCB8B
base0B = A3BE8C
base0C = 88C0D0
base0D = 81A1C1
base0E = B48EAD
base0F = 5E81AC

View File

@ -4,7 +4,7 @@
; | \_/|_| |_)/--\| \ ; | \_/|_| |_)/--\| \
; ;
[colors] [colors]
include-file = ~/.config/polybar/colors include-file = ~/.config/polybar/colors.ini
[bar/top] [bar/top]
monitor = ${env:MONITOR:eDP-1} monitor = ${env:MONITOR:eDP-1}
@ -28,93 +28,93 @@ modules-right = arrowb1 openweather
[module/arrowb01] [module/arrowb01]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color9} content-foreground = ${colors.base0C}
content-background = #00000000 content-background = ${background}
[module/arrowb1] [module/arrowb1]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color5} content-foreground = ${colors.base0B}
content-background = #00000000 content-background = ${background}
[module/arrowb2] [module/arrowb2]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color6} content-foreground = ${colors.base09}
content-background = #00000000 content-background = ${background}
[module/arrow01] [module/arrow01]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color8} content-foreground = ${colors.base03}
content-background = ${colors.color4} content-background = ${colors.base0A}
[module/arrow0] [module/arrow0]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color4} content-foreground = ${colors.base0A}
content-background = #00000000 content-background = ${background}
[module/arrow1] [module/arrow1]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color15} content-foreground = ${colors.base07}
content-background = ${colors.color4} content-background = ${colors.base0A}
[module/arrow2] [module/arrow2]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color4} content-foreground = ${colors.base0A}
content-background = ${colors.color3} content-background = ${colors.base0F}
[module/arrow3] [module/arrow3]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color3} content-foreground = ${colors.base0F}
content-background = ${colors.color2} content-background = ${colors.base08}
[module/arrow4] [module/arrow4]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color2} content-foreground = ${colors.base08}
content-background = ${colors.color6} content-background = ${colors.base09}
[module/arrow5] [module/arrow5]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color6} content-foreground = ${colors.base09}
content-background = ${colors.color9} content-background = ${colors.base0C}
[module/arrow6] [module/arrow6]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color9} content-foreground = ${colors.base0C}
content-background = ${colors.color5} content-background = ${colors.base0B}
[module/arrow7] [module/arrow7]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color5} content-foreground = ${colors.base0B}
content-background = ${colors.color3} content-background = ${colors.base0F}
[module/arrow8] [module/arrow8]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color3} content-foreground = ${colors.base0F}
content-background = ${colors.color4} content-background = ${colors.base0A}
[module/arrow9] [module/arrow9]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color4} content-foreground = ${colors.base0A}
content-background = ${colors.color6} content-background = ${colors.base09}
[module/arrow10] [module/arrow10]
type = custom/text type = custom/text
content = "" content = ""
content-foreground = ${colors.color6} content-foreground = ${colors.base09}
content-background = #00000000 content-background = ${background}
[module/bluetoothctl] [module/bluetoothctl]
type = custom/script type = custom/script
@ -122,16 +122,16 @@ exec = ~/.config/polybar/scripts/bluetoothctl.sh
tail = true tail = true
click-left = ~/.config/polybar/scripts/bluetoothctl.sh --toggle click-left = ~/.config/polybar/scripts/bluetoothctl.sh --toggle
label = " %output% " label = " %output% "
label-foreground = ${colors.color0} label-foreground = ${colors.base00}
label-background = ${colors.color6} label-background = ${colors.base09}
;[module/vpn-nordvpn-status] ;[module/vpn-nordvpn-status]
;type = custom/script ;type = custom/script
;exec = ~/.config/polybar/scripts/nordvpn/vpn-nordvpn-status.sh ;exec = ~/.config/polybar/scripts/nordvpn/vpn-nordvpn-status.sh
;interval = 5 ;interval = 5
;label = " %output% " ;label = " %output% "
;label-foreground = ${colors.color0} ;label-foreground = ${colors.base00}
;label-background = ${colors.color3} ;label-background = ${colors.base0F}
[module/vpn] [module/vpn]
type = custom/script type = custom/script
@ -141,7 +141,7 @@ click-right = ~/.config/polybar/scripts/nordvpn/vpn_module.sh --location-menu
click-middle = ~/.config/polybar/scripts/nordvpn/vpn_module.sh --ip_address click-middle = ~/.config/polybar/scripts/nordvpn/vpn_module.sh --ip_address
interval = 5 interval = 5
format = "  <label> " format = "  <label> "
format-background = ${colors.color3} format-background = ${colors.base0F}
[module/pavolume] [module/pavolume]
@ -153,8 +153,8 @@ click-right = exec pavucontrol
click-left = ~/.config/polybar/scripts/pavolume.sh --togmute click-left = ~/.config/polybar/scripts/pavolume.sh --togmute
scroll-up = ~/.config/polybar/scripts/pavolume.sh --up scroll-up = ~/.config/polybar/scripts/pavolume.sh --up
scroll-down = ~/.config/polybar/scripts/pavolume.sh --down scroll-down = ~/.config/polybar/scripts/pavolume.sh --down
format-foreground = ${colors.color0} format-foreground = ${colors.base00}
format-background = ${colors.color6} format-background = ${colors.base09}
[module/filesystem] [module/filesystem]
type = internal/fs type = internal/fs
@ -165,10 +165,10 @@ spacing = 4
format-mounted = <label-mounted> format-mounted = <label-mounted>
format-unmounted = <label-unmounted> format-unmounted = <label-unmounted>
label-mounted = "  %percentage_used%%" label-mounted = "  %percentage_used%%"
label-mounted-foreground = ${colors.foreground} label-mounted-foreground = ${colors.base09}
label-mounted-background = ${colors.background} label-mounted-background = ${colors.background}
label-unmounted = %mountpoint%: not mounted label-unmounted = %mountpoint%: not mounted
label-unmounted-foreground = ${colors.foreground-alt} label-unmounted-foreground = ${colors.base0D}
[module/redshift] [module/redshift]
type = custom/script type = custom/script
@ -178,8 +178,8 @@ click-left = source ~/.config/polybar/scripts/redshift/env.sh && ~/.config/polyb
scroll-up = source ~/.config/polybar/scripts/redshift/env.sh && ~/.config/polybar/scripts/redshift/redshift.sh increase scroll-up = source ~/.config/polybar/scripts/redshift/env.sh && ~/.config/polybar/scripts/redshift/redshift.sh increase
scroll-down = source ~/.config/polybar/scripts/redshift/env.sh && ~/.config/polybar/scripts/redshift/redshift.sh decrease scroll-down = source ~/.config/polybar/scripts/redshift/env.sh && ~/.config/polybar/scripts/redshift/redshift.sh decrease
interval=0.5 interval=0.5
format-foreground = ${colors.color0} format-foreground = ${colors.base00}
format-background = ${colors.color6} format-background = ${colors.base09}
[module/backlight] [module/backlight]
type = custom/script type = custom/script
@ -188,11 +188,11 @@ exec = ~/.config/polybar/scripts/backlight.sh
scroll-up = exec light -A 5 scroll-up = exec light -A 5
scroll-down = exec light -U 5 scroll-down = exec light -U 5
format-prefix = "  " format-prefix = "  "
format-prefix-foreground = ${colors.color0} format-prefix-foreground = ${colors.base00}
format-prefix-background = ${colors.color3} format-prefix-background = ${colors.base0F}
label = "%output%% " label = "%output%% "
label-foreground = ${colors.color0} label-foreground = ${colors.base00}
label-background = ${colors.color3} label-background = ${colors.base0F}
[module/popup-calendar] [module/popup-calendar]
type = custom/script type = custom/script
@ -200,11 +200,11 @@ exec = ~/.config/polybar/scripts/popup-calendar.sh
interval = 5 interval = 5
click-left = ~/.config/polybar/scripts/popup-calendar.sh --popup click-left = ~/.config/polybar/scripts/popup-calendar.sh --popup
format-prefix = "  " format-prefix = "  "
format-prefix-foreground = ${colors.color0} format-prefix-foreground = ${colors.base0}
format-prefix-background = ${colors.color15} format-prefix-background = ${colors.base07}
label = "%output% " label = "%output% "
format-foreground = ${colors.color0} format-foreground = ${colors.base00}
format-background = ${colors.color15} format-background = ${colors.base07}
[module/vpncheck] [module/vpncheck]
type = custom/script type = custom/script
@ -212,10 +212,10 @@ exec = pgrep openvpn
interval = 5 interval = 5
label = "VPN " label = "VPN "
format-prefix = "  " format-prefix = "  "
format-prefix-foreground = ${colors.color0} format-prefix-foreground = ${colors.base00}
format-prefix-background = ${colors.color6} format-prefix-background = ${colors.base09}
label-foreground = ${colors.color0} label-foreground = ${colors.base00}
label-background = ${colors.color6} label-background = ${colors.base09}
[module/hostname] [module/hostname]
type = custom/script type = custom/script
@ -224,19 +224,19 @@ format = "<label>"
format-prefix = "  " format-prefix = "  "
;format-prefix = "" ;format-prefix = ""
exec = echo "$(uname -nr)" exec = echo "$(uname -nr)"
format-prefix-foreground = ${colors.color0} format-prefix-foreground = ${colors.base00}
format-prefix-background = ${colors.color9} format-prefix-background = ${colors.base0C}
label = "%output% " label = "%output% "
label-foreground = ${colors.color0} label-foreground = ${colors.base00}
label-background = ${colors.color9} label-background = ${colors.base0C}
[module/vpn-wireguard-wg] [module/vpn-wireguard-wg]
type = custom/script type = custom/script
exec = ~/.config/polybar/scripts/wireguard/vpn-wireguard-wg.sh exec = ~/.config/polybar/scripts/wireguard/vpn-wireguard-wg.sh
interval = 5 interval = 5
click-left = ~/.config/polybar/scripts/wireguard/vpn-wireguard-wg.sh --toggle & click-left = ~/.config/polybar/scripts/wireguard/vpn-wireguard-wg.sh --toggle &
label-foreground = ${colors.color0} label-foreground = ${colors.base00}
label-background = ${colors.color4} label-background = ${colors.base0A}
[module/temperature] [module/temperature]
type = internal/temperature type = internal/temperature
@ -245,18 +245,18 @@ thermal-zone = 6
hwmon-path = ${env:HWMON_PATH} hwmon-path = ${env:HWMON_PATH}
warn-temperature = 65 warn-temperature = 65
format = <ramp> <label> format = <ramp> <label>
format-underline = ${colors.foreground} format-underline = ${colors.base09}
format-warn = <ramp> <label-warn> format-warn = <ramp> <label-warn>
format-warn-underline = ${self.format-underline} format-warn-underline = ${self.format-underline}
label = "%temperature-c% " label = "%temperature-c% "
label-warn = " %temperature-c% " label-warn = " %temperature-c% "
label-warn-foreground = ${colors.alert} label-warn-foreground = ${colors.base0C}
ramp-0 = " " ramp-0 = " "
ramp-1 = " " ramp-1 = " "
ramp-2 = " " ramp-2 = " "
ramp-3 = " " ramp-3 = " "
ramp-4 = " " ramp-4 = " "
ramp-foreground = ${colors.foreground} ramp-foreground = ${colors.base09}
[module/pkg] [module/pkg]
type = custom/script type = custom/script
@ -265,9 +265,9 @@ tail = true
format = "<label> " format = "<label> "
#format-prefix = "  " #format-prefix = "  "
format-prefix = "  " format-prefix = "  "
format-prefix-foreground = ${colors.color0} format-prefix-foreground = ${colors.base00}
format-foreground = ${colors.color0} format-foreground = ${colors.base00}
format-background = ${colors.color9} format-background = ${colors.base0C}
click-left = kitty -e yay --noconfirm -Syu click-left = kitty -e yay --noconfirm -Syu
click-right = "~/.config/polybar/scripts/arch/arch-updates.sh -c&" click-right = "~/.config/polybar/scripts/arch/arch-updates.sh -c&"
click-middle = "~/.config/polybar/scripts/arch/arch-updates.sh -n" click-middle = "~/.config/polybar/scripts/arch/arch-updates.sh -n"
@ -279,8 +279,8 @@ tail = true
interval = 600 interval = 600
click-left = ~/.config/polybar/scripts/wttr.sh click-left = ~/.config/polybar/scripts/wttr.sh
format = <label> format = <label>
format-foreground = ${colors.color0} format-foreground = ${colors.base00}
format-background = ${colors.color5} format-background = ${colors.base0B}
[module/i3] [module/i3]
type = internal/i3 type = internal/i3
@ -300,61 +300,61 @@ ws-icon-7 = 8:;
ws-icon-8 = 9:; ws-icon-8 = 9:;
ws-icon-9 = 10:; ws-icon-9 = 10:;
label-mode-padding = 1 label-mode-padding = 1
label-mode-foreground = ${colors.foreground} label-mode-foreground = ${colors.base09}
label-mode-background = ${colors.color8} label-mode-background = ${colors.base03}
; focused = Active workspace on focused monitor ; focused = Active workspace on focused monitor
label-focused = %icon% label-focused = %icon%
label-focused-foreground = ${colors.foreground-alt} label-focused-foreground = ${colors.base0D}
label-focused-background = ${colors.color8} label-focused-background = ${colors.base03}
label-focused-padding = 1 label-focused-padding = 1
; unfocused = Inactive workspace on any monitor ; unfocused = Inactive workspace on any monitor
label-unfocused = %icon% label-unfocused = %icon%
label-unfocused-foreground = ${colors.foreground} label-unfocused-foreground = ${colors.base09}
label-unfocused-background = ${colors.color8} label-unfocused-background = ${colors.base03}
label-unfocused-padding = 1 label-unfocused-padding = 1
; urgent = Workspace with urgency hint set ; urgent = Workspace with urgency hint set
label-urgent = %icon% label-urgent = %icon%
label-urgent-background = ${colors.alert} label-urgent-background = ${colors.base0C}
label-urgent-padding = 1 label-urgent-padding = 1
[module/fm] [module/fm]
type = custom/text type = custom/text
content = " " content = " "
content-foreground = ${colors.foreground} content-foreground = ${colors.base09}
click-left = st -e ranger & click-left = st -e ranger &
click-right = pcmanfm & click-right = pcmanfm &
[module/term] [module/term]
type = custom/text type = custom/text
content = " " content = " "
content-foreground = ${colors.foreground} content-foreground = ${colors.base09}
click-left = st & click-left = st &
click-right = st -e tmux new -s tmux1 & click-right = st -e tmux new -s tmux1 &
[module/vpn1] [module/vpn1]
type = custom/text type = custom/text
content = " " content = " "
content-foreground = ${colors.foreground} content-foreground = ${colors.base09}
click-left = "exec nordvpn connect" click-left = "exec nordvpn connect"
click-right = "exec nordvpn disconnect" click-right = "exec nordvpn disconnect"
[module/editor] [module/editor]
type = custom/text type = custom/text
content = " " content = " "
content-foreground = ${colors.foreground} content-foreground = ${colors.base09}
click-left = st -e nvim & click-left = st -e nvim &
click-right = leafpad & click-right = leafpad &
[module/chrome] [module/chrome]
type = custom/text type = custom/text
content = " " content = " "
content-foreground = ${colors.foreground} content-foreground = ${colors.base09}
click-left = google-chrome-stable & click-left = google-chrome-stable &
[module/music] [module/music]
type = custom/text type = custom/text
content = " " content = " "
content-foreground = ${colors.foreground} content-foreground = ${colors.base09}
click-left = st -e ncmpcpp & click-left = st -e ncmpcpp &
click-right = gpmdp & click-right = gpmdp &
@ -365,9 +365,9 @@ label = %{A4:wmctrl -s "$(($(xprop -root _NET_CURRENT_DESKTOP | cut -d '=' -f 2
exec = echo "$(($(xprop -root _NET_CURRENT_DESKTOP | cut -d '=' -f 2 | cut -d ' ' -f 2)+1))" exec = echo "$(($(xprop -root _NET_CURRENT_DESKTOP | cut -d '=' -f 2 | cut -d ' ' -f 2)+1))"
format = <label> format = <label>
format-prefix = "  " format-prefix = "  "
format-prefix-foreground = ${colors.color0} format-prefix-foreground = ${colors.base00}
format-prefix-background = ${colors.color2} format-prefix-background = ${colors.base08}
format-background = ${colors.color2} format-background = ${colors.base08}
[module/window_count] [module/window_count]
type = custom/script type = custom/script
@ -376,7 +376,7 @@ label = %{A1:rofi -width 30 -location 1 -xoffset 3 -show window:}%output% %{A
exec = echo "$(($(lsw | wc -l)-1))" exec = echo "$(($(lsw | wc -l)-1))"
format = <label> format = <label>
format-prefix = " " format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt} format-prefix-foreground = ${colors.base0D}
[module/xtitle] [module/xtitle]
type = custom/script type = custom/script
@ -385,9 +385,9 @@ label = %output%
label-maxlen = 40 label-maxlen = 40
exec = echo "$(xtitle)" exec = echo "$(xtitle)"
format = <label> format = <label>
format-background = ${colors.background-alt} format-background = ${colors.base01}
format-prefix = " " format-prefix = " "
format-prefix-foreground = ${colors.foreground} format-prefix-foreground = ${colors.base09}
format-padding = 1 format-padding = 1
[module/xwindow] [module/xwindow]
@ -397,16 +397,16 @@ type = internal/xwindow
;label = "%title%" ;label = "%title%"
label = " %title:0:30:...%" label = " %title:0:30:...%"
label-maxlen = 150 label-maxlen = 150
label-foreground = ${colors.color0} label-foreground = ${colors.base00}
label-background = ${colors.color4} label-background = ${colors.base0A}
[module/mpd] [module/mpd]
type = internal/mpd type = internal/mpd
format-online = <icon-prev> <icon-stop> <toggle> <icon-next> <label-song> format-online = <icon-prev> <icon-stop> <toggle> <icon-next> <label-song>
format-online-prefix = " " format-online-prefix = " "
format-online-prefix-foreground = ${colors.foreground-alt} format-online-prefix-foreground = ${colors.base0D}
fomat-online-foreground = ${colors.color9} fomat-online-foreground = ${colors.base0C}
format-online-background = ${colors.background-alt} format-online-background = ${colors.base01}
format-online-padding = 1 format-online-padding = 1
icon-play =  icon-play = 
icon-pause =  icon-pause = 
@ -417,18 +417,18 @@ icon-random = 
label-song = %title% label-song = %title%
label-song-maxlen = 25 label-song-maxlen = 25
label-song-ellipsis = true label-song-ellipsis = true
toggle-on-foreground = ${colors.foreground} toggle-on-foreground = ${colors.base09}
toggle-off-foreground = ${colors.foreground-alt} toggle-off-foreground = ${colors.base0D}
[module/xkeyboard] [module/xkeyboard]
type = internal/xkeyboard type = internal/xkeyboard
color0list-0 = num lock color0list-0 = num lock
format-prefix = " " format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt} format-prefix-foreground = ${colors.base0D}
label-layout = %layout% label-layout = %layout%
label-indicator-padding = 1 label-indicator-padding = 1
label-indicator-margin = 1 label-indicator-margin = 1
label-indicator-foreground = ${colors.color2} label-indicator-foreground = ${colors.base08}
label-indicator-background = ${colors.background} label-indicator-background = ${colors.background}
[module/cpu] [module/cpu]
@ -437,20 +437,20 @@ format = <label>
type = internal/cpu type = internal/cpu
interval = 2 interval = 2
label = " %percentage%% " label = " %percentage%% "
format-foreground = ${colors.foreground} format-foreground = ${colors.base09}
[module/memory] [module/memory]
type = internal/memory type = internal/memory
interval = 2 interval = 2
label = " %percentage_used%%" label = " %percentage_used%%"
format-foreground = ${colors.foreground} format-foreground = ${colors.base09}
[module/cputemp] [module/cputemp]
type = custom/script type = custom/script
exec = sensors | grep --max-count=1 "temp1" | awk '{print substr($0,16,2)}' exec = sensors | grep --max-count=1 "temp1" | awk '{print substr($0,16,2)}'
interval = 10 interval = 10
label = " %output%°C" label = " %output%°C"
format-foreground = ${colors.foreground-alt} format-foreground = ${colors.base0D}
[module/clock] [module/clock]
type = custom/script type = custom/script
@ -458,7 +458,7 @@ interval = 5
exec = echo "$(date +%R)" exec = echo "$(date +%R)"
format = <label> format = <label>
;format-prefix = " " ;format-prefix = " "
format-foreground = ${colors.foreground-alt} format-foreground = ${colors.base0D}
label = %{A1:gsimplecal &:}%output%%{A} label = %{A1:gsimplecal &:}%output%%{A}
[module/alsa] [module/alsa]
@ -474,13 +474,13 @@ mapped = true
interval = 5 interval = 5
format-volume = <ramp-volume> <label-volume> format-volume = <ramp-volume> <label-volume>
label-volume = %percentage%% label-volume = %percentage%%
label-volume-foreground = ${colors.foreground} label-volume-foreground = ${colors.base09}
format-muted = <label-muted> format-muted = <label-muted>
format-muted-foreground = ${colors.alert} format-muted-foreground = ${colors.base0C}
label-muted =  muted label-muted =  muted
ramp-volume-0 =  ramp-volume-0 = 
ramp-volume-1 =  ramp-volume-1 = 
ramp-volume-foreground = ${colors.foreground} ramp-volume-foreground = ${colors.base09}
ramp-headphones-0 =  ramp-headphones-0 = 
ramp-headphones-1 =  ramp-headphones-1 = 
@ -495,27 +495,27 @@ label-charging = " %percentage%% "
label-discharging = " %percentage%% " label-discharging = " %percentage%% "
format-charging = <animation-charging><label-charging> format-charging = <animation-charging><label-charging>
format-discharging = <animation-discharging><label-discharging> format-discharging = <animation-discharging><label-discharging>
format-charging-foreground = ${colors.color0} format-charging-foreground = ${colors.base00}
format-charging-background = ${colors.color2} format-charging-background = ${colors.base08}
label-charging-foreground = ${colors.color0} label-charging-foreground = ${colors.base00}
label-charging-background = ${colors.color2} label-charging-background = ${colors.base08}
format-discharging-foreground = ${colors.color0} format-discharging-foreground = ${colors.base00}
format-discharging-background = ${colors.color2} format-discharging-background = ${colors.base08}
label-discharging-foreground = ${colors.color0} label-discharging-foreground = ${colors.base00}
label-discharging-background = ${colors.color2} label-discharging-background = ${colors.base08}
format-full-prefix = "  " format-full-prefix = "  "
format-full-prefix-foreground = ${colors.color0} format-full-prefix-foreground = ${colors.base00}
format-full-prefix-background = ${colors.color2} format-full-prefix-background = ${colors.base08}
format-low = ${colors.color0} format-low = ${colors.base00}
label-full-foreground = ${colors.color0} label-full-foreground = ${colors.base00}
label-full-background = ${colors.color2} label-full-background = ${colors.base08}
animation-charging-0 = " " animation-charging-0 = " "
animation-charging-1 = " " animation-charging-1 = " "
animation-charging-2 = " " animation-charging-2 = " "
animation-charging-3 = " " animation-charging-3 = " "
animation-charging-4 = " " animation-charging-4 = " "
animation-charging-foreground = ${colors.color0} animation-charging-foreground = ${colors.base00}
animation-charging-background = ${colors.color2} animation-charging-background = ${colors.base08}
animation-charging-framerate = 500 animation-charging-framerate = 500
animation-discharging-0 = " " animation-discharging-0 = " "
animation-discharging-1 = " " animation-discharging-1 = " "
@ -523,14 +523,14 @@ animation-discharging-2 = " "
animation-discharging-3 = " " animation-discharging-3 = " "
animation-discharging-4 = " " animation-discharging-4 = " "
animation-discharging-framerate = 1000 animation-discharging-framerate = 1000
animation-discharging-foreground = ${colors.color0} animation-discharging-foreground = ${colors.base00}
animation-discharging-background = ${colors.color2} animation-discharging-background = ${colors.base08}
[module/networkmanager] [module/networkmanager]
type = custom/text type = custom/text
content = " net  " content = " net  "
content-foreground = ${colors.color0} content-foreground = ${colors.base00}
content-background = ${colors.color4} content-background = ${colors.base0A}
click-left = networkmanager_dmenu click-left = networkmanager_dmenu
[module/eth] [module/eth]
@ -539,10 +539,10 @@ interface = enp0s25
interval = 3.0 interval = 3.0
format-connected = <label-connected> format-connected = <label-connected>
format-connected-prefix = " " format-connected-prefix = " "
format-connected-prefix-foreground = ${colors.foreground-alt} format-connected-prefix-foreground = ${colors.base0D}
format-disconnected = <label-disconnected> format-disconnected = <label-disconnected>
label-connected = %{A1:networkmanager_dmenu:}%downspeed%%{A} label-connected = %{A1:networkmanager_dmenu:}%downspeed%%{A}
label-connected-foreground = ${colors.foreground} label-connected-foreground = ${colors.base09}
label-disconnected = label-disconnected =
[module/wlan] [module/wlan]
@ -551,34 +551,34 @@ interface = wlan0
interval = 3.0 interval = 3.0
format-connected = <label-connected> format-connected = <label-connected>
label-connected = "  %essid%  %signal%  %upspeed:7%  %downspeed:7% " label-connected = "  %essid%  %signal%  %upspeed:7%  %downspeed:7% "
format-connected-foreground = ${colors.color0} format-connected-foreground = ${colors.base00}
format-connected-background = ${colors.color5} format-connected-background = ${colors.base0B}
format-disconnected = <label-disconnected> format-disconnected = <label-disconnected>
label-disconnected = "%{A1:connman-gtk &:}%{A}" label-disconnected = "%{A1:connman-gtk &:}%{A}"
format-disconnected-foreground = ${colors.color0} format-disconnected-foreground = ${colors.base00}
format-disconnected-background = ${colors.color2} format-disconnected-background = ${colors.base08}
ramp-signal-0 =  ramp-signal-0 = 
ramp-signal-1 =  ramp-signal-1 = 
ramp-signal-2 =  ramp-signal-2 = 
ramp-signal-3 =  ramp-signal-3 = 
ramp-signal-4 =  ramp-signal-4 = 
ramp-signal-foreground = ${colors.color0} ramp-signal-foreground = ${colors.base00}
[module/powermenu] [module/powermenu]
type = custom/menu type = custom/menu
format-spacing = 1 format-spacing = 1
label-open =  label-open = 
label-open-font = 2 label-open-font = 2
label-open-foreground = ${colors.color2} label-open-foreground = ${colors.base08}
label-close =  label-close = 
label-close-foreground = ${colors.foreground} label-close-foreground = ${colors.base09}
label-separator = | label-separator = |
label-separator-foreground = ${colors.foreground-alt} label-separator-foreground = ${colors.base0D}
menu-0-0 =  menu-0-0 = 
menu-0-0-foreground = ${colors.color9} menu-0-0-foreground = ${colors.base0C}
menu-0-0-exec = menu-open-1 menu-0-0-exec = menu-open-1
menu-0-1 =  menu-0-1 = 
menu-0-1-foreground = ${colors.color2} menu-0-1-foreground = ${colors.base08}
menu-0-1-exec = menu-open-2 menu-0-1-exec = menu-open-2
menu-1-0 = reboot? menu-1-0 = reboot?
menu-1-0-exec = /sbin/reboot menu-1-0-exec = /sbin/reboot

View File

@ -25,4 +25,4 @@ element-text,
element-icon { element-icon {
background-color: transparent; background-color: transparent;
} }
@import "~/.cache/wal/colors-rofi-dark" @import "colors"

View File

@ -1 +0,0 @@
/home/hate/.config/twmn/twmn.conf

View File

@ -1,34 +0,0 @@
[gui]
absolute_position=
always_on_top=true
background_color={color0}
bounce=true
bounce_duration=500
font=UbuntuMono Nerd Font
font_size=12
font_variant=medium
foreground_color=#999999
height=16
in_animation=38
in_animation_duration=2000
max_length=-1
offset_x=0
offset_y=0
opacity=100
out_animation=13
out_animation_duration=1000
position=top_right
screen=
[icons]
critical_icon=
info_icon=
warning_icon=
[main]
activate_command=
duration=6000
enable_shortcuts=true
host=127.0.0.1
port=9797
sound_command=

2
.zshrc
View File

@ -82,7 +82,7 @@ source $ZSH/oh-my-zsh.sh
PATH=/home/hate/go/bin:/usr/local/bin:/home/hate/.local/bin:/home/hate/.config/Scripts:$PATH PATH=/home/hate/go/bin:/usr/local/bin:/home/hate/.local/bin:/home/hate/.config/Scripts:$PATH
# Wpg restore on terminals # Wpg restore on terminals
(cat ~/.config/wpg/sequences &) #(cat ~/.config/wpg/sequences &)
#FASD #FASD
eval "$(fasd --init auto)" eval "$(fasd --init auto)"

View File

@ -11,6 +11,7 @@ dell-bios-fan-control-git
downgrade downgrade
duf-bin duf-bin
fasd-git fasd-git
flavours
google-chrome google-chrome
googler googler
gtk-theme-arc-gruvbox-git gtk-theme-arc-gruvbox-git