Compare commits

...

37 Commits
coc ... master

Author SHA1 Message Date
Danila Fedorin e6eb69e31b Merge remote-tracking branch 'origin/master' 2024-02-10 14:33:40 -08:00
Danila Fedorin 4bf96b1296 Add more vim config changes
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
2024-02-10 14:32:07 -08:00
Danila Fedorin 3e6a62b798 Configure CLS and chplcheck
Signed-off-by: Danila Fedorin <daniel.fedorin@hpe.com>
2024-02-10 14:30:42 -08:00
Danila Fedorin 7747bb47e2 Pull some changes from the work machine 2023-08-30 09:11:18 -07:00
Danila Fedorin 14e15062ac Add some Chapel-specific changes 2023-02-14 09:23:00 -08:00
Danila Fedorin 934920a052 Reduce the gaps. I really don't need that much space. 2022-06-03 15:53:46 -07:00
Danila Fedorin 771f79cde4 Comment out deprecated property 2022-06-03 15:49:07 -07:00
Danila Fedorin edc3ccce17 Update snippet lists 2022-06-03 15:48:35 -07:00
Danila Fedorin cedb3a802a Update vim plug 2022-06-03 15:48:13 -07:00
Danila Fedorin 6c8524d0e7 Update configuration to use neovim's internal language server support 2022-06-03 15:47:59 -07:00
Danila Fedorin b356636de7 Add more languages and plugins 2021-08-16 13:20:03 -07:00
Danila Fedorin cf230f8463 Add border colors and switch them on launch. 2021-05-26 18:38:45 -07:00
Danila Fedorin 4f0cd11643 Merge branch 'master' of https://dev.danilafe.com/DanilaFe/dotfiles 2021-04-06 23:16:50 -07:00
Danila Fedorin 740a680f58 Remove extraneous wa in script. 2021-04-06 23:11:48 -07:00
Danila Fedorin 852f588bd3 Add weather module (not part of dotfiles) 2021-04-06 23:10:45 -07:00
Danila Fedorin 933542d9d7 Add background image loading code to i3. 2021-04-06 23:10:14 -07:00
Danila Fedorin ec1fc6e932 Add background images and scripts. 2021-04-06 23:09:06 -07:00
Danila Fedorin 8a628c0aeb Change font in Alacritty 2021-04-06 23:07:13 -07:00
Danila Fedorin af4450ae69 Update Neovim dotfile. 2021-04-06 23:06:59 -07:00
Danila Fedorin da07321ca1 Update vim-plug version. 2021-04-06 23:06:07 -07:00
Danila Fedorin e42f384432 Add updated settings. 2020-09-04 23:01:51 -07:00
Danila Fedorin aa132119c7 Add background image to configuration. 2020-07-13 21:43:26 -07:00
Danila Fedorin dbd151e0d6 Merge branch 'master' of https://dev.danilafe.com/DanilaFe/dotfiles 2020-06-01 15:21:32 -07:00
Danila Fedorin 94afdd3eae Update dotfiles with local settings. 2020-06-01 15:20:27 -07:00
Danila Fedorin 6d20f5dae5 Fix dotfiles with new DPI settings. 2020-06-01 15:18:36 -07:00
Danila Fedorin 7282a1aa83 Merge branch 'master' of https://dev.danilafe.com/DanilaFe/dotfiles 2020-05-06 00:42:41 -07:00
Danila Fedorin 68252cdab9 Add new Markdown plugins 2020-05-06 00:41:32 -07:00
Danila Fedorin 027413e926 Merge branch 'master' of https://dev.danilafe.com/DanilaFe/dotfiles 2020-05-06 00:39:17 -07:00
Danila Fedorin 989af2f685 Add snippets to repo 2020-05-06 00:38:40 -07:00
Danila Fedorin 30a7caa7b2 Add UltiSnips. 2020-05-06 00:34:55 -07:00
Danila Fedorin 88fb180f44 Update vim configuration 2019-08-13 18:59:33 -07:00
Danila Fedorin 10039a83e1 Additional tweaks to configuration 2019-07-27 22:08:28 -07:00
Danila Fedorin 5430ebf93a Hopefully configure polybar to be less dependent on pixel sizes 2019-07-27 21:54:17 -07:00
Danila Fedorin 2eb62fb72b Add python language server and use the LanguageClient shortcuts 2019-07-27 21:53:56 -07:00
Danila Fedorin 6541f6bb4b Try out the ligature vim plugin. 2019-07-07 14:52:17 -07:00
Danila Fedorin 65a870fe98 Fix deprecated alacritty option 2019-06-24 20:15:27 -07:00
Danila Fedorin 20f8e92ab4 Delete CoC settings from non-CoC branch. 2019-06-20 20:57:22 -07:00
15 changed files with 782 additions and 229 deletions

View File

@ -27,9 +27,6 @@ window:
x: 10
y: 20
# Display tabs using this many cells (changes require restart)
tabspaces: 8
# When true, bold text is drawn using the bright variant of colors.
draw_bold_text_with_bright_colors: true
@ -54,7 +51,7 @@ font:
# style: Italic
# Point size of the font
size: 10.0
size: 12.0
# Offset is the extra space around each character. offset.y can be thought of
# as modifying the linespacing, and offset.x as modifying the letter spacing.
@ -75,7 +72,7 @@ font:
use_thin_strokes: true
# Should display the render timer
render_timer: false
# render_timer: false
# Colors (Pencil Dark)
# colors:
@ -182,12 +179,12 @@ colors:
#
# To completely disable the visual bell, set its duration to 0.
#
visual_bell:
bell:
animation: EaseOutExpo
duration: 0
# Background opacity
background_opacity: 1.0
# background_opacity: 1.0
# Mouse bindings
#

View File

@ -30,7 +30,7 @@ font pango:Source Code Pro 8
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Return exec alacritty
# kill focused window
bindsym $mod+Shift+q kill
@ -134,7 +134,8 @@ bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
# bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
bindsym $mod+Shift+e exec i3-msg exit
# resize window (you can also use the mouse for that)
mode "resize" {
@ -170,13 +171,16 @@ bindsym $mod+r mode "resize"
# mode hide
# }
# Polybar
# Polybar and Wallpaper
exec_always --no-startup-id ~/.polybar.sh
# Compton
exec_always --no-startup-id compton
# Autorandr
# exec_always autorandr --change
# Remove window borders
for_window [class="^.*"] border pixel 0
for_window [class="^.*"] border pixel 2
# Set up gaps
gaps inner 20
gaps inner 5
# Browser shortcut
bindsym $mod+Shift+b exec firefox
# Compton shortcut
@ -185,3 +189,9 @@ bindsym $mod+Shift+p exec compton
bindsym $mod+Shift+u exec ~/.software/abacus-fx/bin/fx
# Screenshot
bindsym $mod+Shift+s exec scrot
bindsym $mod+Shift+f exec scrot -s
bindsym $mod+Shift+o exec alacritty --command ~/projects/ppl-cli/script/open_float.sh
client.focused #428df5 #428df5 #428df5 #428df5 #428df5
client.focused_inactive #2e3440 #2e3440 #2e3440 #2e3440 #2e3440
client.unfocused #2e3440 #2e3440 #2e3440 #2e3440 #2e3440

BIN
i3/background/428df5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 KiB

BIN
i3/background/436394.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 851 KiB

BIN
i3/background/82a86b.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 944 KiB

9
i3/background/background.sh Executable file
View File

@ -0,0 +1,9 @@
export BG_PATH=~/background
cd $BG_PATH
FILENAME=$(basename $(ls *.jpg | sort -R | head -n 1) .jpg)
SUB="s/^primary = #[a-z0-9]*/primary = #${FILENAME}/"
echo $FILENAME > color
sed -i "$SUB" ~/.config/polybar/config
SUB="s/^client.focused .*/client.focused #${FILENAME} #${FILENAME} #${FILENAME} #${FILENAME} #${FILENAME}/"
sed -i "$SUB" ~/.config/i3/config
${0%/*}/refresh.sh

BIN
i3/background/cf5fb4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

1
i3/background/color Normal file
View File

@ -0,0 +1 @@
436394

2
i3/background/refresh.sh Executable file
View File

@ -0,0 +1,2 @@
PT=${BG_PATH:-~/background}
cat $PT/color | xargs -I {} feh --bg-scale "$PT/{}.jpg"

View File

@ -0,0 +1,37 @@
snippet md "map with do" w
map do |${1:e}|
$2
end
$0
endsnippet
snippet m{ "map with {" w
map({ |${1:e}| $2 })
endsnippet
snippet ed "each with do" w
each do |${1:e}|
$2
end
$0
endsnippet
snippet e{ "each with {" w
each({ |${1:e}| $2 })
endsnippet
snippet b "apply block" w
${1:min_by}({|${2:e}| $3 })
endsnippet
snippet set "create set" w
Set(${1:Int32}).new
endsnippet
snippet ha "create hash" w
Hash($1).new
endsnippet
snippet in "includes?" w
includes?($1)
endsnippet

View File

@ -0,0 +1,69 @@
snippet eq
\begin{equation*}
$1
\end{equation*}
endsnippet
snippet al
\begin{aligned}
$1
\end{aligned}
endsnippet
snippet fr
\frac{$1}{$2}
endsnippet
snippet sec
\section*{$1}
endsnippet
snippet ssec
\subsection*{$1}
endsnippet
snippet ol
\begin{itemize}
$1
\end{itemize}
endsnippet
snippet alist
\begin{enumerate}[label=\alph*)]
$1
\end{enumerate}
endsnippet
snippet li
\item
endsnippet
snippet sum
\sum_{$1}^{$2} $3
endsnippet
snippet rel
\text{Rel}($1)
endsnippet
snippet a
\alpha
endsnippet
snippet e
\epsilon
endsnippet
snippet hs
\begin{lstlisting}[language=Haskell]
$1
\end{lstlisting}
endsnippet
snippet ns
\needscite{}
endsnippet
snippet todo
\TODO{$1}
endsnippet

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +0,0 @@
{
"languageserver": {
"clangd": {
"command": "clangd",
"filetypes": ["c", "cpp"],
"rootPatterns": ["compile_flags.txt", "compile_commands.json" ]
},
"haskell": {
"command": "hie-wrapper",
"filetypes": ["haskell"],
"rootPatterns": [".stack.yaml", "cabal.config", "package.yaml"]
},
"scry": {
"command": "scry",
"filetypes": ["crystal"],
"rootPatterns": ["shard.yml"]
}
}
}

View File

@ -1,19 +1,53 @@
call plug#begin('~/.config/nvim/plugged')
Plug 'roxma/nvim-yarp'
Plug 'ncm2/ncm2'
Plug 'autozimu/LanguageClient-neovim', {'branch': 'next', 'do': 'bash install.sh' }
" Language Tools
Plug 'hrsh7th/nvim-compe'
Plug 'neovim/nvim-lspconfig'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --bin' }
Plug 'junegunn/fzf.vim'
Plug 'SirVer/ultisnips'
Plug 'luochen1990/rainbow'
" Plug 'enomsg/vim-haskellConcealPlus' " This one isn't always good.
" Languages
Plug 'evanleck/vim-svelte'
Plug 'LnL7/vim-nix'
Plug 'whonore/Coqtail'
Plug 'wlangstroth/vim-racket'
Plug 'lervag/vimtex'
Plug 'idris-hackers/idris-vim'
Plug 'rhysd/vim-crystal'
Plug 'elmcast/elm-vim'
Plug 'ap/vim-css-color'
Plug 'vim-scripts/avrasm.vim'
Plug 'idris-hackers/idris-vim'
Plug 'elixir-editors/vim-elixir'
Plug 'guersam/vim-j'
Plug 'wlangstroth/vim-racket'
Plug 'derekelkins/agda-vim'
Plug 'ftorres16/spice.vim'
Plug 'vmware/differential-datalog', {'rtp': 'tools/vim'}
Plug 'FStarLang/VimFStar', {'for': 'fstar'}
Plug 'purescript-contrib/purescript-vim'
" Plug '~/Documents/software/chapel/highlight/vim'
" Plug 'ashinkarov/nvim-agda'
" Themes
Plug 'arcticicestudio/nord-vim'
" Editing Tools
Plug 'junegunn/goyo.vim'
Plug 'iamcco/markdown-preview.vim'
Plug 'junegunn/limelight.vim'
Plug 'luochen1990/rainbow'
Plug 'simrat39/symbols-outline.nvim'
Plug 'folke/todo-comments.nvim'
" Misc
Plug 'uga-rosa/utf8.nvim'
Plug 'nvim-lua/plenary.nvim'
Plug 'airblade/vim-gitgutter'
Plug 'f-person/git-blame.nvim'
Plug 'wakatime/vim-wakatime'
call plug#end()
set exrc " Execute local vimscripts
@ -22,30 +56,126 @@ set expandtab " Expand tabs into spaces
set number " Set line numbers
set mouse=a " Allow mouse
set signcolumn=yes " Always show extra column
set guifont=Iosevka:h35 " Use Ioeska in frontends.
set hidden
autocmd BufEnter * call ncm2#enable_for_buffer() " Enable ncm2 for all buffers
autocmd ColorScheme * highlight ExtraWhitespace ctermbg=red guibg=red
autocmd ColorScheme * highlight Comment ctermfg=green
autocmd BufWinEnter * match ExtraWhitespace /\s\+$/ " Highlight trailing whitespace
autocmd BufRead,BufNewFile *.v set filetype=coq " Coq is not Verilog
autocmd BufNewFile,BufRead *.cir set filetype=spice " LTSpice is Spice
autocmd BufRead,BufNewFile *.dl set filetype=dl " Datalog is Datalog
autocmd FileType crystal setlocal shiftwidth=2 " Crystal likes 2-wide indent
autocmd FileType cpp setlocal shiftwidth=2 " Chapel has two-wide indents
autocmd BufRead,BufNewFile *.ast set filetype=ast " AST files are from Chapel.
set completeopt=noinsert,menuone
" Settings for Rainbow
let g:rainbow_active = 1
" Settings for Limelight
let g:limelight_conceal_ctermfg = 8
" Settings for Vim's LaTeX plugin
let g:tex_flavor = 'latex'
let g:vimtex_quickfix_open_on_warning = 0
let g:vimtex_view_general_viewer = 'okular'
let g:vimtex_view_general_options = '--unique file:@pdf\#src:@line@tex'
" Settings for UltiSnips
let g:UltiSnipsExpandTrigger="<tab>"
let g:UltiSnipsJumpForwardTrigger="<c-k>"
let g:UltiSnipsJumpBackwardTrigger="<c-j>"
" Settings for FZF
let g:fzf_action = { 'enter': 'tab drop' }
" Settings for Neovide
let g:neovide_cursor_vfx_mode="ripple"
let g:LanguageClient_serverCommands = {
\ 'haskell': ['hie', '--lsp'],
\ 'rust': ['rustup', 'run', 'stable', 'rls'],
\ 'c': ['clangd'],
\ 'crystal': ['scry'],
\ 'cpp': ['clangd'],
\ 'javascript': ['javascript-typescript-stdio'],
\ 'elm': ['elm-language-server', '--stdio']
\ }
let g:deoplete#enable_at_startup = 1
let g:LanguageClient_diagnosticsDisplay = {
\ 1: {"name": "Error","texthl": "ALEError","signText": ">>","signTexthl": "ALEErrorSign",},
\ 2: {"name": "Warning","texthl": "ALEWarning","signText": ">>","signTexthl": "ALEWarningSign",},
\ 3: {"name": "Information","texthl": "ALEInfo","signText": ">>","signTexthl": "ALEInfoSign",},
\ 4: {"name": "Hint","texthl": "ALEInfo","signText": ">>","signTexthl": "ALEInfoSign",},}
let g:LanguageClient_rootMarkers = {
\ 'haskell': ['.git'],
\ 'elm': ['elm.json'],
\ }
colorscheme nord
lua require('lspconfig').hls.setup{}
lua require('lspconfig').rls.setup{}
lua require('lspconfig').clangd.setup{}
lua require('lspconfig').tsserver.setup{}
lua require('lspconfig').elmls.setup{}
lua require('lspconfig').pylsp.setup{}
lua require('lspconfig').purescriptls.setup{}
lua require('lspconfig').pyright.setup{}
" All these language servers can be used for symbols-outline
lua require("symbols-outline").setup()
" nmap <silent>K <Plug>(lcn-menu)
nmap <silent>M <cmd>lua vim.lsp.diagnostic.show_line_diagnostics()<CR>
nmap <silent>? <cmd>lua vim.lsp.buf.hover()<CR>
nmap <silent>K <cmd>lua vim.lsp.buf.rename()<CR>
nmap <silent><space>d <cmd>lua vim.lsp.buf.definition()<CR>
nmap <silent><space>D <cmd>lua vim.lsp.buf.declaration()<CR>
nmap <silent><space>i <cmd>lua vim.lsp.buf.implementation()<CR>
nmap <silent><space>r <cmd>lua vim.lsp.buf.references()<CR>
" Ctrl-e to open file in new tab (or jump to it)
nmap <c-e> :Files<CR>
" Autocompletion
set completeopt=menuone,noselect
let g:compe = {}
let g:compe.enabled = v:true
let g:compe.source = {
\ 'path': v:true,
\ 'buffer': v:true,
\ 'nvim_lsp': v:true,
\ }
" Highlight 80th column
let &colorcolumn="80,".join(range(120,999),",")
" Racket settings
au BufReadPost *.rkt,*.rktl set filetype=racket
au filetype racket set lisp
au filetype racket set autoindent
" Coq Settings
function! g:CoqtailHighlight()
hi default link CoqtailChecked Visual
hi default link CoqtailSent PmenuSel
endfunction
lua << EOF
require("todo-comments").setup {
search = { command = "ag", },
}
EOF
lua << EOF
local lspconfig = require 'lspconfig'
local configs = require 'lspconfig.configs'
local util = require 'lspconfig.util'
configs.chplcheck = {
default_config = {
cmd = {"chplcheck", "--lsp", "--enable-rule", "UnusedFormal", "--enable-rule", "UnusedLoopIndex"},
filetypes = {'chpl'},
autostart = true,
single_file_support = true,
root_dir = util.find_git_ancestor,
settings = {},
},
}
configs.chpllsp = {
default_config = {
cmd = {"/Users/daniel.fedorin/Documents/software/chapel/tools/chpl-language-server/chpl-language-server", "--resolver"},
filetypes = {'chpl'},
autostart = true,
single_file_support = true,
root_dir = util.find_git_ancestor,
settings = {},
},
}
lspconfig.chplcheck.setup{}
lspconfig.chpllsp.setup{}
vim.cmd("autocmd BufRead,BufNewFile *.chpl set filetype=chpl")
EOF

View File

@ -14,42 +14,48 @@ background-alt = #3b4252
;foreground = ${xrdb:color7:#222}
foreground = #d8dee9
foreground-alt = #e5e9f0
primary = #b48ead
primary = #cf5fb4
secondary = #a3be8c
alert = #bf616a
[bar/example]
dpi-x = 220
dpi-y = 200
;monitor = ${env:MONITOR:HDMI-1}
width = 100%
height = 27
height = 3%
;offset-x = 1%
;offset-y = 1%
radius = 6.0
radius = 20%
fixed-center = false
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3
line-size = 5%
line-color = #f00
border-size = 4
border-color = #00000000
padding-left = 0
padding-left = 2
padding-right = 2
module-margin-left = 1
module-margin-right = 2
font-0 = fixed:pixelsize=10;1
font-1 = Wuncon Siji:pixelsize=12;1
font-0 = Iosevka:pixelsize=9;1
font-1 = Ionicons:pixelsize=9;1
font-2 = Weather Icons:size=7;1
; font-0 = fixed:pixelsize=10;1
; font-1 = Wuncon Siji:pixelsize=12;1
;font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
;font-2 = siji:pixelsize=10;1
modules-left = bspwm i3
modules-center =
modules-right = filesystem volume memory cpu battery temperature date wlan powermenu
modules-right = openweathermap-fullfeatured filesystem volume memory cpu battery temperature date wlan powermenu
tray-position = right
tray-padding = 2
@ -70,6 +76,12 @@ tray-padding = 2
cursor-click = pointer
cursor-scroll = ns-resize
[module/openweathermap-fullfeatured]
type = custom/script
exec = ~/software/polybar-scripts/polybar-scripts/openweathermap-fullfeatured/openweathermap-fullfeatured.sh
interval = 600
label-font = 3
[module/xwindow]
type = internal/xwindow
label = %title:0:30:...%
@ -96,7 +108,7 @@ interval = 25
mount-0 = /
label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
label-mounted = %{F}%mountpoint%%{F-}: %percentage_used%%
label-unmounted = %mountpoint% not mounted
label-unmounted-foreground = ${colors.foreground-alt}
@ -133,7 +145,7 @@ label-mode-foreground = #000
label-mode-background = ${colors.primary}
; focused = Active workspace on focused monitor
label-focused = %index%
label-focused = %index%!
label-focused-background = ${module/bspwm.label-focused-background}
label-focused-underline = ${module/bspwm.label-focused-underline}
label-focused-padding = ${module/bspwm.label-focused-padding}
@ -191,17 +203,17 @@ card = intel_backlight
[module/cpu]
type = internal/cpu
interval = 2
format-prefix = " "
format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt}
format-underline = #f90000
format-underline = ${colors.primary}
label = %percentage:2%%
[module/memory]
type = internal/memory
interval = 2
format-prefix = " "
format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt}
format-underline = #4bffdc
format-underline = ${colors.primary}
label = %percentage_used%%
[module/wlan]
@ -249,12 +261,12 @@ interval = 5
date =
date-alt = " %Y-%m-%d"
time = %H:%M
time = %H:%M
time-alt = %H:%M:%S
format-prefix = 
format-prefix-foreground = ${colors.foreground-alt}
format-underline = #0a6cf5
format-underline = ${colors.primary}
label = %date% %time%
@ -270,13 +282,13 @@ format-muted-foreground = ${colors.foreground-alt}
label-muted = sound muted
bar-volume-width = 10
bar-volume-foreground-0 = #55aa55
bar-volume-foreground-1 = #55aa55
bar-volume-foreground-2 = #55aa55
bar-volume-foreground-3 = #55aa55
bar-volume-foreground-4 = #55aa55
bar-volume-foreground-5 = #f5a70a
bar-volume-foreground-6 = #ff5555
bar-volume-foreground-0 = ${colors.primary}
bar-volume-foreground-1 = ${colors.primary}
bar-volume-foreground-2 = ${colors.primary}
bar-volume-foreground-3 = ${colors.primary}
bar-volume-foreground-4 = ${colors.primary}
bar-volume-foreground-5 = ${colors.primary}
bar-volume-foreground-6 = ${colors.primary}
bar-volume-gradient = false
bar-volume-indicator = |
bar-volume-indicator-font = 2
@ -293,7 +305,7 @@ adapter = ADP1
full-at = 98
format-charging = <animation-charging> <label-charging>
format-charging-underline = #ffb52a
format-charging-underline = ${colors.primary}
format-discharging = <ramp-capacity> <label-discharging>
format-discharging-underline = ${self.format-charging-underline}
@ -302,14 +314,11 @@ format-full-prefix = " "
format-full-prefix-foreground = ${colors.foreground-alt}
format-full-underline = ${self.format-charging-underline}
ramp-capacity-0 = 
ramp-capacity-1 = 
ramp-capacity-2 = 
ramp-capacity-0 = 
ramp-capacity-1 = 
ramp-capacity-foreground = ${colors.foreground-alt}
animation-charging-0 = 
animation-charging-1 = 
animation-charging-2 = 
animation-charging-0 = 
animation-charging-foreground = ${colors.foreground-alt}
animation-charging-framerate = 750
@ -319,7 +328,7 @@ thermal-zone = 0
warn-temperature = 60
format = <ramp> <label>
format-underline = #f50a4d
format-underline = ${colors.primary}
format-warn = <ramp> <label-warn>
format-warn-underline = ${self.format-underline}
@ -327,9 +336,9 @@ label = %temperature%
label-warn = %temperature%
label-warn-foreground = ${colors.secondary}
ramp-0 =
ramp-1 =
ramp-2 =
ramp-0 =
ramp-1 =
ramp-2 =
ramp-foreground = ${colors.foreground-alt}
[module/powermenu]