From 19126b976d95579944370aa95ad04f241cae7381 Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Tue, 9 Nov 2021 00:59:34 -0800 Subject: [PATCH] update polybar colors --- doom/config.el | 10 ++++++++-- doom/init.el | 2 +- i3-wm/config-desktop | 7 +++++-- mpv/mpv.conf | 3 ++- polybar-modules/bluetooth2.ini | 2 +- polybar-modules/color-picker.ini | 2 +- polybar-modules/music-controls.ini | 4 ++-- polybar-modules/package-updates.ini | 2 +- polybar-modules/powermenu.ini | 2 +- polybar-modules/volume.ini | 4 ++-- polybar-modules/workspaces.ini | 4 ++-- polybar/config.desktop.ini | 8 +++++--- scripts/dunst_volume/dunst_volume.py | 2 +- 13 files changed, 32 insertions(+), 20 deletions(-) diff --git a/doom/config.el b/doom/config.el index 2d86cf1..d6469c8 100644 --- a/doom/config.el +++ b/doom/config.el @@ -117,7 +117,7 @@ (add-load-path! (expand-file-name "~/Downloads/all-the-icons-dired")) (load "all-the-icons-dired.el") -(use-package all-the-icons-dired +(use-package! all-the-icons-dired :hook (dired-mode . all-the-icons-dired-mode) :config (add-to-list 'all-the-icons-icon-alist @@ -144,7 +144,6 @@ ;;; company tabnine - (use-package! company-tabnine) (after! company @@ -273,6 +272,9 @@ (require 'mozc) (setq default-input-method "japanese-mozc") +(after! flyspell + (setq flyspell-lazy-idle-seconds 2)) + ;;; VARIABLES ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'. @@ -345,3 +347,7 @@ (map! :leader :desc "Open link under cursor in browser" "o l" #'eaf-open-url-at-point) + +(map! :leader + :desc "Toggle hlline for current buffer" + "t h" #'display-fill-column-indicator-mode) diff --git a/doom/init.el b/doom/init.el index c056faf..f2bc177 100644 --- a/doom/init.el +++ b/doom/init.el @@ -80,7 +80,7 @@ :checkers syntax ; tasing you for every semicolon you forget - ;;(spell +flyspell) ; tasing you for misspelling mispelling + (spell +flyspell) ; tasing you for misspelling mispelling ;;grammar ; tasing grammar mistake every you make :tools diff --git a/i3-wm/config-desktop b/i3-wm/config-desktop index 0cc448c..33bc8b7 100644 --- a/i3-wm/config-desktop +++ b/i3-wm/config-desktop @@ -275,7 +275,7 @@ set $blue #2C4762 # client.focused #56a7b5 #282c34 #ffffff #2e9ef4 #56a7b5 # client.focused #a8d385 #282c34 #ffffff #50b62c #a8d385 # client.focused #2878af #282c34 #ffffff #2e9ef4 #2878af -client.focused #2C4762 #282c34 #ffffff #2e9ef4 #2878af +client.focused #46d9ff #282c34 #ffffff #2e9ef4 #51afef client.unfocused #3d4450 #282c34 #ffffff #1e90ff #3d4450 # ------------------------------------------------------------------------------ @@ -298,9 +298,10 @@ for_window [class="Plasmoidviewer"] floating enable; border none for_window [class="(?i)*nextcloud*"] floating disable for_window [window_role="pop-up"] floating enable for_window [window_role="task_dialog"] floating enable + + no_focus [class="plasmashell" window_type="notification"] # for_window [class="plasmashell" window_type="notification"] floating enable, move position 4060 100, resize set 400 150; - for_window [class="Microsoft Teams - Preview"] border none for_window [class="Steam"] floating enable; border none for_window [class="plasmawindowed"] border none @@ -314,6 +315,7 @@ for_window [class="Yad" instance="yad"] floating enable for_window [class="Galculator" instance="galculator"] floating enable for_window [title="System Tray"] floating enable, border none for_window [title="System Tray" window_type="normal"] move scratchpad +for_window [class="mpv"] floating enable, border none; # ------------------------------------------------------------------------------ @@ -604,3 +606,4 @@ bindsym $mod+Shift+v exec --no-startup-id emacsclient -n -c -e '(+vterm/here nil bindsym $mod+Shift+Return exec --no-startup-id emacsclient -n -c -e '(+vterm/here nil)' bindsym Control+Shift+a exec --no-startup-id ~/SudacodeRice/scripts/emc ~/Projects/Scripts/aniwrapper bindsym Control+e exec --no-startup-id ~/SudacodeRice/scripts/emc ~/.config +bindsym Control+h exec --no-startup-id emacsclient -n -c ~/org/help/links.org diff --git a/mpv/mpv.conf b/mpv/mpv.conf index ebc061f..7de38c6 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -138,7 +138,8 @@ cache=yes #sharpen=5 ytdl-format=best -ytdl_path=/usr/locla/bin/yt-dlp + +geometry=50% volume=50 audio-spdif=ac3,eac3,dts-hd,truehd diff --git a/polybar-modules/bluetooth2.ini b/polybar-modules/bluetooth2.ini index 255bbf1..9165d02 100644 --- a/polybar-modules/bluetooth2.ini +++ b/polybar-modules/bluetooth2.ini @@ -5,5 +5,5 @@ interval = 2 click-left = ~/SudacodeRice/scripts/rofi-bluetooth click-right = blueman-manager # format-foreground = #fc8353 -format-foreground = #A8D385 +format-foreground = #98be65 format-padding = 1 diff --git a/polybar-modules/color-picker.ini b/polybar-modules/color-picker.ini index b2678a1..6b8d598 100644 --- a/polybar-modules/color-picker.ini +++ b/polybar-modules/color-picker.ini @@ -2,5 +2,5 @@ type = custom/text content =  content-padding = 1 -content-foreground = #d19a66 +content-foreground = #ecbe7b click-left = kcolorchooser diff --git a/polybar-modules/music-controls.ini b/polybar-modules/music-controls.ini index cf394cf..a6f25c2 100644 --- a/polybar-modules/music-controls.ini +++ b/polybar-modules/music-controls.ini @@ -7,7 +7,7 @@ click-left = mpc prev format-padding = 1 format-underline = #1DB954 # format-foreground = #1DB954 -format-foreground = #55AEBB +format-foreground = #51afef [module/music-toggle] type = custom/script @@ -22,5 +22,5 @@ format =