From 16214686c555db16aaff83b3fd828c7a65b7f6d9 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Mon, 22 Mar 2021 16:02:35 +0100 Subject: [PATCH] initial commit --- .Xresources | 6 + .bashrc | 9 + .config/autorandr/docked_2560_extended/config | 18 + .config/autorandr/docked_2560_extended/setup | 2 + .../autorandr/docked_tv_oled_extended/config | 17 + .../autorandr/docked_tv_oled_extended/setup | 2 + .config/autorandr/docked_tv_oled_only/config | 14 + .../autorandr/docked_tv_oled_only/postswitch | 5 + .config/autorandr/docked_tv_oled_only/setup | 2 + .config/autorandr/mobile/config | 14 + .config/autorandr/mobile/postswitch | 3 + .config/autorandr/mobile/setup | 1 + .config/polybar/bars.ini | 605 + .config/polybar/colors.ini | 254 + .config/polybar/config.ini | 335 + .config/polybar/fonts/Ubuntu-C.ttf | Bin 0 -> 350444 bytes .config/polybar/fonts/icomoon-feather.ttf | Bin 0 -> 65208 bytes .config/polybar/fonts/waffle-10.bdf | 11566 ++++++++++++++++ .config/polybar/launch.sh | 17 + .config/polybar/modules.ini | 1131 ++ .config/polybar/scripts/check-network | 20 + .config/polybar/scripts/checkupdates | 117 + .config/polybar/scripts/color-switch.sh | 50 + .config/polybar/scripts/colors-dark.sh | 225 + .config/polybar/scripts/colors-light.sh | 225 + .config/polybar/scripts/get_mic_status | 7 + .config/polybar/scripts/launcher | 5 + .config/polybar/scripts/launcher-alt | 5 + .config/polybar/scripts/launcher-full | 5 + .config/polybar/scripts/lupdates | 3 + .config/polybar/scripts/powermenu | 12 + .config/polybar/scripts/powermenu-alt | 13 + .config/polybar/scripts/runner | 3 + .config/polybar/scripts/styles.sh | 101 + .config/polybar/scripts/themes/colors.rasi | 13 + .config/polybar/scripts/themes/launcher.rasi | 152 + .config/polybar/scripts/themes/powermenu.rasi | 152 + .config/polybar/scripts/themes/runner.rasi | 164 + .config/polybar/scripts/updates.sh | 46 + .config/polybar/scripts/windows | 5 + .config/polybar/spotify.ini | 38 + .config/polybar/tester-file-1.ini | 335 + .config/polybar/tester-file-2.ini | 334 + .config/polybar/tester-file-3.ini | 335 + .config/polybar/tester.ini | 342 + .config/polybar/tester.sh | 14 + .config/polybar/user_modules.ini | 316 + .config/polybar/wallpapers/bg_1.jpg | Bin 0 -> 677257 bytes .config/polybar/wallpapers/bg_2.jpg | Bin 0 -> 2445623 bytes .config/powerkit/powerkit.conf | 27 + .config/powerline/colors.json | 124 + .config/powerline/colorschemes/default.json | 56 + .../colorschemes/ipython/__main__.json | 6 + .../powerline/colorschemes/pdb/__main__.json | 8 + .../powerline/colorschemes/pdb/default.json | 5 + .../powerline/colorschemes/pdb/solarized.json | 5 + .../colorschemes/shell/__main__.json | 10 + .../powerline/colorschemes/shell/default.json | 16 + .../colorschemes/shell/solarized.json | 13 + .config/powerline/colorschemes/solarized.json | 40 + .../powerline/colorschemes/tmux/default.json | 14 + .../colorschemes/tmux/solarized.json | 14 + .../powerline/colorschemes/vim/__main__.json | 51 + .../powerline/colorschemes/vim/default.json | 154 + .../powerline/colorschemes/vim/solarized.json | 121 + .../colorschemes/vim/solarizedlight.json | 122 + .config/powerline/config.json | 53 + .config/powerline/themes/ascii.json | 153 + .config/powerline/themes/ipython/in.json | 25 + .config/powerline/themes/ipython/in2.json | 12 + .config/powerline/themes/ipython/out.json | 24 + .config/powerline/themes/ipython/rewrite.json | 23 + .config/powerline/themes/pdb/default.json | 27 + .config/powerline/themes/powerline.json | 151 + .../powerline/themes/powerline_terminus.json | 151 + .../powerline/themes/powerline_unicode7.json | 165 + .config/powerline/themes/shell/__main__.json | 14 + .../powerline/themes/shell/continuation.json | 12 + .config/powerline/themes/shell/default.json | 43 + .../themes/shell/default_leftonly.json | 34 + .config/powerline/themes/shell/select.json | 13 + .config/powerline/themes/tmux/default.json | 36 + .config/powerline/themes/unicode.json | 151 + .../powerline/themes/unicode_terminus.json | 151 + .../themes/unicode_terminus_condensed.json | 151 + .config/powerline/themes/vim/__main__.json | 10 + .config/powerline/themes/vim/cmdwin.json | 18 + .config/powerline/themes/vim/default.json | 128 + .config/powerline/themes/vim/help.json | 36 + .../powerline/themes/vim/plugin_commandt.json | 26 + .../themes/vim/plugin_gundo-preview.json | 18 + .../powerline/themes/vim/plugin_gundo.json | 18 + .../powerline/themes/vim/plugin_nerdtree.json | 17 + .config/powerline/themes/vim/quickfix.json | 40 + .config/powerline/themes/vim/tabline.json | 93 + .config/powerline/themes/wm/default.json | 29 + .config/redshift/redshift.conf | 45 + .config/rofi/breeze-dark.rasi | 134 + .config/rofi/config | 2 + .config/rofi/config.rasi | 4 + .config/st/FUNDING.yml | 5 + .config/st/LICENSE | 34 + .config/st/Makefile | 64 + .config/st/PKGBUILD | 45 + .config/st/README.md | 82 + .config/st/arg.h | 50 + .config/st/boxdraw.c | 194 + .config/st/boxdraw.o | Bin 0 -> 7728 bytes .config/st/boxdraw_data.h | 214 + .config/st/config.h | 562 + .config/st/config.mk | 39 + .config/st/st | Bin 0 -> 116008 bytes .config/st/st-copyout | 13 + .config/st/st-urlhandler | 15 + .config/st/st.1 | 194 + .config/st/st.c | 2780 ++++ .config/st/st.h | 153 + .config/st/st.info | 222 + .config/st/st.o | Bin 0 -> 79456 bytes .config/st/win.h | 40 + .config/st/x.c | 2208 +++ .config/st/x.o | Bin 0 -> 87648 bytes .config/termite/config | 88 + .config/xmobar/launch.sh | 4 + .config/xmobar/xmobarrc | 96 + .terminal_aliases | 2 + .tmux.conf | 185 + .tmux.conf.local | 68 + .vim/colors/deus.vim | 1221 ++ .vimrc | 273 + .xmonad/xmonad-x86_64-linux | Bin 0 -> 162344 bytes .xmonad/xmonad.errors | 14 + .xmonad/xmonad.hi | Bin 0 -> 4181 bytes .xmonad/xmonad.hs | 556 + .xmonad/xmonad.o | Bin 0 -> 186176 bytes .xprofile | 12 + .zshrc | 151 + 137 files changed, 29415 insertions(+) create mode 100644 .Xresources create mode 100644 .bashrc create mode 100644 .config/autorandr/docked_2560_extended/config create mode 100644 .config/autorandr/docked_2560_extended/setup create mode 100644 .config/autorandr/docked_tv_oled_extended/config create mode 100644 .config/autorandr/docked_tv_oled_extended/setup create mode 100644 .config/autorandr/docked_tv_oled_only/config create mode 100755 .config/autorandr/docked_tv_oled_only/postswitch create mode 100644 .config/autorandr/docked_tv_oled_only/setup create mode 100644 .config/autorandr/mobile/config create mode 100755 .config/autorandr/mobile/postswitch create mode 100644 .config/autorandr/mobile/setup create mode 100644 .config/polybar/bars.ini create mode 100644 .config/polybar/colors.ini create mode 100644 .config/polybar/config.ini create mode 100644 .config/polybar/fonts/Ubuntu-C.ttf create mode 100644 .config/polybar/fonts/icomoon-feather.ttf create mode 100644 .config/polybar/fonts/waffle-10.bdf create mode 100755 .config/polybar/launch.sh create mode 100644 .config/polybar/modules.ini create mode 100755 .config/polybar/scripts/check-network create mode 100755 .config/polybar/scripts/checkupdates create mode 100755 .config/polybar/scripts/color-switch.sh create mode 100755 .config/polybar/scripts/colors-dark.sh create mode 100755 .config/polybar/scripts/colors-light.sh create mode 100755 .config/polybar/scripts/get_mic_status create mode 100755 .config/polybar/scripts/launcher create mode 100755 .config/polybar/scripts/launcher-alt create mode 100755 .config/polybar/scripts/launcher-full create mode 100755 .config/polybar/scripts/lupdates create mode 100755 .config/polybar/scripts/powermenu create mode 100755 .config/polybar/scripts/powermenu-alt create mode 100755 .config/polybar/scripts/runner create mode 100755 .config/polybar/scripts/styles.sh create mode 100644 .config/polybar/scripts/themes/colors.rasi create mode 100644 .config/polybar/scripts/themes/launcher.rasi create mode 100644 .config/polybar/scripts/themes/powermenu.rasi create mode 100644 .config/polybar/scripts/themes/runner.rasi create mode 100755 .config/polybar/scripts/updates.sh create mode 100755 .config/polybar/scripts/windows create mode 100644 .config/polybar/spotify.ini create mode 100644 .config/polybar/tester-file-1.ini create mode 100644 .config/polybar/tester-file-2.ini create mode 100644 .config/polybar/tester-file-3.ini create mode 100644 .config/polybar/tester.ini create mode 100755 .config/polybar/tester.sh create mode 100644 .config/polybar/user_modules.ini create mode 100644 .config/polybar/wallpapers/bg_1.jpg create mode 100644 .config/polybar/wallpapers/bg_2.jpg create mode 100644 .config/powerkit/powerkit.conf create mode 100644 .config/powerline/colors.json create mode 100644 .config/powerline/colorschemes/default.json create mode 100644 .config/powerline/colorschemes/ipython/__main__.json create mode 100644 .config/powerline/colorschemes/pdb/__main__.json create mode 100644 .config/powerline/colorschemes/pdb/default.json create mode 100644 .config/powerline/colorschemes/pdb/solarized.json create mode 100644 .config/powerline/colorschemes/shell/__main__.json create mode 100644 .config/powerline/colorschemes/shell/default.json create mode 100644 .config/powerline/colorschemes/shell/solarized.json create mode 100644 .config/powerline/colorschemes/solarized.json create mode 100644 .config/powerline/colorschemes/tmux/default.json create mode 100644 .config/powerline/colorschemes/tmux/solarized.json create mode 100644 .config/powerline/colorschemes/vim/__main__.json create mode 100644 .config/powerline/colorschemes/vim/default.json create mode 100644 .config/powerline/colorschemes/vim/solarized.json create mode 100644 .config/powerline/colorschemes/vim/solarizedlight.json create mode 100644 .config/powerline/config.json create mode 100644 .config/powerline/themes/ascii.json create mode 100644 .config/powerline/themes/ipython/in.json create mode 100644 .config/powerline/themes/ipython/in2.json create mode 100644 .config/powerline/themes/ipython/out.json create mode 100644 .config/powerline/themes/ipython/rewrite.json create mode 100644 .config/powerline/themes/pdb/default.json create mode 100644 .config/powerline/themes/powerline.json create mode 100644 .config/powerline/themes/powerline_terminus.json create mode 100644 .config/powerline/themes/powerline_unicode7.json create mode 100644 .config/powerline/themes/shell/__main__.json create mode 100644 .config/powerline/themes/shell/continuation.json create mode 100644 .config/powerline/themes/shell/default.json create mode 100644 .config/powerline/themes/shell/default_leftonly.json create mode 100644 .config/powerline/themes/shell/select.json create mode 100644 .config/powerline/themes/tmux/default.json create mode 100644 .config/powerline/themes/unicode.json create mode 100644 .config/powerline/themes/unicode_terminus.json create mode 100644 .config/powerline/themes/unicode_terminus_condensed.json create mode 100644 .config/powerline/themes/vim/__main__.json create mode 100644 .config/powerline/themes/vim/cmdwin.json create mode 100644 .config/powerline/themes/vim/default.json create mode 100644 .config/powerline/themes/vim/help.json create mode 100644 .config/powerline/themes/vim/plugin_commandt.json create mode 100644 .config/powerline/themes/vim/plugin_gundo-preview.json create mode 100644 .config/powerline/themes/vim/plugin_gundo.json create mode 100644 .config/powerline/themes/vim/plugin_nerdtree.json create mode 100644 .config/powerline/themes/vim/quickfix.json create mode 100644 .config/powerline/themes/vim/tabline.json create mode 100644 .config/powerline/themes/wm/default.json create mode 100644 .config/redshift/redshift.conf create mode 100644 .config/rofi/breeze-dark.rasi create mode 100644 .config/rofi/config create mode 100644 .config/rofi/config.rasi create mode 100644 .config/st/FUNDING.yml create mode 100644 .config/st/LICENSE create mode 100644 .config/st/Makefile create mode 100644 .config/st/PKGBUILD create mode 100644 .config/st/README.md create mode 100644 .config/st/arg.h create mode 100644 .config/st/boxdraw.c create mode 100644 .config/st/boxdraw.o create mode 100644 .config/st/boxdraw_data.h create mode 100644 .config/st/config.h create mode 100644 .config/st/config.mk create mode 100755 .config/st/st create mode 100755 .config/st/st-copyout create mode 100755 .config/st/st-urlhandler create mode 100644 .config/st/st.1 create mode 100644 .config/st/st.c create mode 100644 .config/st/st.h create mode 100644 .config/st/st.info create mode 100644 .config/st/st.o create mode 100644 .config/st/win.h create mode 100644 .config/st/x.c create mode 100644 .config/st/x.o create mode 100644 .config/termite/config create mode 100755 .config/xmobar/launch.sh create mode 100644 .config/xmobar/xmobarrc create mode 100644 .terminal_aliases create mode 100644 .tmux.conf create mode 100644 .tmux.conf.local create mode 100644 .vim/colors/deus.vim create mode 100644 .vimrc create mode 100755 .xmonad/xmonad-x86_64-linux create mode 100644 .xmonad/xmonad.errors create mode 100644 .xmonad/xmonad.hi create mode 100644 .xmonad/xmonad.hs create mode 100644 .xmonad/xmonad.o create mode 100644 .xprofile create mode 100644 .zshrc diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..db246da --- /dev/null +++ b/.Xresources @@ -0,0 +1,6 @@ +xterm*faceName: MesloLGS NF +xterm*faceSize: 13 + +Xft.dpi: 192 + +xscreensaver.newLoginCommand: lxdm -c USER_SWITCH diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..a355b0c --- /dev/null +++ b/.bashrc @@ -0,0 +1,9 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' diff --git a/.config/autorandr/docked_2560_extended/config b/.config/autorandr/docked_2560_extended/config new file mode 100644 index 0000000..879208d --- /dev/null +++ b/.config/autorandr/docked_2560_extended/config @@ -0,0 +1,18 @@ +output DP-2 +off +output DP-3 +off +output eDP-1 +crtc 0 +gamma 0.909:0.833:0.769 +mode 3840x2400 +pos 0x0 +primary +rate 59.99 +output DP-1 +crtc 1 +gamma 0.909:0.833:0.769 +mode 2560x1600 +pos 3840x0 +rate 59.97 +transform 1.500000,0.000000,0.000000,0.000000,1.500000,0.000000,0.000000,0.000000,1.000000 diff --git a/.config/autorandr/docked_2560_extended/setup b/.config/autorandr/docked_2560_extended/setup new file mode 100644 index 0000000..f005312 --- /dev/null +++ b/.config/autorandr/docked_2560_extended/setup @@ -0,0 +1,2 @@ +DP-1 00ffffffffffff0022f06c280101010127150104b5402878e28d85ad4f35b1250e505400000001010101010101010101010101010101e26800a0a0402e603020360081902100001abc1b00a0502017303020360081902100001a000000fc004850205a523330770a20202020000000ff00434e34313339304254420a20200028 +eDP-1 00ffffffffffff004d10d01400000000031e0104b52215780adf0eaa5233b8250d4f550000000101010101010101010101010101010172e700a0f06045903020360050d21000001828b900a0f06045903020360050d210000018000000fe003930543032804c513135365231000000000002410332011200000b010a202001d802030f00e3058000e606050160602800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000aa diff --git a/.config/autorandr/docked_tv_oled_extended/config b/.config/autorandr/docked_tv_oled_extended/config new file mode 100644 index 0000000..58f494d --- /dev/null +++ b/.config/autorandr/docked_tv_oled_extended/config @@ -0,0 +1,17 @@ +output DP-1 +off +output DP-3 +off +output eDP-1 +crtc 0 +gamma 0.909:0.833:0.769 +mode 3840x2400 +pos 0x0 +primary +rate 59.99 +output DP-2 +crtc 1 +gamma 0.909:0.833:0.769 +mode 3840x2160 +pos 3840x0 +rate 60.00 diff --git a/.config/autorandr/docked_tv_oled_extended/setup b/.config/autorandr/docked_tv_oled_extended/setup new file mode 100644 index 0000000..0741621 --- /dev/null +++ b/.config/autorandr/docked_tv_oled_extended/setup @@ -0,0 +1,2 @@ +DP-2 00ffffffffffff001e6da0c001010101011d010380a05a780aee91a3544c99260f5054a1080031404540614071408180d1c00101010108e80030f2705a80b0588a0040846300001e662150b051001b304070360040846300001e000000fd0018781eff77000a202020202020000000fc004c472054560a20202020202020018e02036af15e616076756665dbda101f0413051403021220212215015d5e5f6263643f40320f57071507505707016704033d1ec05f7e016e030c003000b83c200080010203046ad85dc401788063222878e200cfe305c000e3060d01e20f33eb0146d0002a1803515999aa6fc200a0a0a055503020350040846300001e000000a0 +eDP-1 00ffffffffffff004d10d01400000000031e0104b52215780adf0eaa5233b8250d4f550000000101010101010101010101010101010172e700a0f06045903020360050d21000001828b900a0f06045903020360050d210000018000000fe003930543032804c513135365231000000000002410332011200000b010a202001d802030f00e3058000e606050160602800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000aa diff --git a/.config/autorandr/docked_tv_oled_only/config b/.config/autorandr/docked_tv_oled_only/config new file mode 100644 index 0000000..2763213 --- /dev/null +++ b/.config/autorandr/docked_tv_oled_only/config @@ -0,0 +1,14 @@ +output DP-1 +off +output DP-3 +off +output eDP-1 +off +output DP-2 +crtc 1 +gamma 0.909:0.833:0.769 +mode 3840x2160 +pos 0x0 +rate 60.00 +scale 1.7x1.7 +transform 1.699997,0.000000,0.000000,0.000000,1.699997,0.000000,0.000000,0.000000,1.000000 diff --git a/.config/autorandr/docked_tv_oled_only/postswitch b/.config/autorandr/docked_tv_oled_only/postswitch new file mode 100755 index 0000000..db5ff2c --- /dev/null +++ b/.config/autorandr/docked_tv_oled_only/postswitch @@ -0,0 +1,5 @@ +# /bin/bash +xset s noblank +xset s 300 +xset -dpms +xset s on diff --git a/.config/autorandr/docked_tv_oled_only/setup b/.config/autorandr/docked_tv_oled_only/setup new file mode 100644 index 0000000..0741621 --- /dev/null +++ b/.config/autorandr/docked_tv_oled_only/setup @@ -0,0 +1,2 @@ +DP-2 00ffffffffffff001e6da0c001010101011d010380a05a780aee91a3544c99260f5054a1080031404540614071408180d1c00101010108e80030f2705a80b0588a0040846300001e662150b051001b304070360040846300001e000000fd0018781eff77000a202020202020000000fc004c472054560a20202020202020018e02036af15e616076756665dbda101f0413051403021220212215015d5e5f6263643f40320f57071507505707016704033d1ec05f7e016e030c003000b83c200080010203046ad85dc401788063222878e200cfe305c000e3060d01e20f33eb0146d0002a1803515999aa6fc200a0a0a055503020350040846300001e000000a0 +eDP-1 00ffffffffffff004d10d01400000000031e0104b52215780adf0eaa5233b8250d4f550000000101010101010101010101010101010172e700a0f06045903020360050d21000001828b900a0f06045903020360050d210000018000000fe003930543032804c513135365231000000000002410332011200000b010a202001d802030f00e3058000e606050160602800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000aa diff --git a/.config/autorandr/mobile/config b/.config/autorandr/mobile/config new file mode 100644 index 0000000..6c34fe1 --- /dev/null +++ b/.config/autorandr/mobile/config @@ -0,0 +1,14 @@ +output DP-1 +off +output DP-2 +off +output DP-3 +off +output eDP-1 +crtc 0 +gamma 0.909:0.833:0.769 +mode 3840x2400 +scale 1x1 +pos 0x0 +primary +rate 59.99 diff --git a/.config/autorandr/mobile/postswitch b/.config/autorandr/mobile/postswitch new file mode 100755 index 0000000..7bd6290 --- /dev/null +++ b/.config/autorandr/mobile/postswitch @@ -0,0 +1,3 @@ +# /bin/bash +xset s off +xset +dpms diff --git a/.config/autorandr/mobile/setup b/.config/autorandr/mobile/setup new file mode 100644 index 0000000..dbfc89f --- /dev/null +++ b/.config/autorandr/mobile/setup @@ -0,0 +1 @@ +eDP-1 00ffffffffffff004d10d01400000000031e0104b52215780adf0eaa5233b8250d4f550000000101010101010101010101010101010172e700a0f06045903020360050d21000001828b900a0f06045903020360050d210000018000000fe003930543032804c513135365231000000000002410332011200000b010a202001d802030f00e3058000e606050160602800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000aa diff --git a/.config/polybar/bars.ini b/.config/polybar/bars.ini new file mode 100644 index 0000000..ed05856 --- /dev/null +++ b/.config/polybar/bars.ini @@ -0,0 +1,605 @@ +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ +;; +;; ____ +;; / __ )____ ___________ +;; / __ / __ `/ ___/ ___/ +;; / /_/ / /_/ / / (__ ) +;; /_____/\__,_/_/ /____/ +;; +;; Created By Aditya Shakya @adi1090x +;; +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ + +[module/volume] +type = internal/alsa + +; Soundcard to be used +; Usually in the format hw:# where # is the card number +; You can find the different card numbers in `/proc/asound/cards` +;;master-soundcard = default +;;speaker-soundcard = default +;;headphone-soundcard = default + +; Name of the master, speaker and headphone mixers +; Use the following command to list available mixer controls: +; $ amixer scontrols | sed -nr "s/.*'([[:alnum:]]+)'.*/\1/p" +; If master, speaker or headphone-soundcard isn't the default, +; use `amixer -c # scontrols` instead where # is the number +; of the master, speaker or headphone soundcard respectively +; +; Default: Master +;;master-mixer = Master + +; Optionally define speaker and headphone mixers +; Default: none +;;speaker-mixer = Speaker +; Default: none +;;headphone-mixer = Headphone + +; NOTE: This is required if headphone_mixer is defined +; Use the following command to list available device controls +; $ amixer controls | sed -r "/CARD/\!d; s/.*=([0-9]+).*name='([^']+)'.*/printf '%3.0f: %s\n' '\1' '\2'/e" | sort +; You may also need to use `amixer -c # controls` as above for the mixer names +; Default: none +;;headphone-id = 9 + +; Use volume mapping (similar to amixer -M and alsamixer), where the increase in volume is linear to the ear +; Default: false +;;mapped = true + +; Interval for volume increase/decrease (in percent points) +; Default: 5 +;;interval = 5 + +; Available tags: +; (default) +; +; +format-volume = + +; Available tags: +; (default) +; +; +format-muted = + +; Available tokens: +; %percentage% (default) +label-volume = %percentage%% + +; Available tokens: +; %percentage% (default +format-muted-prefix =  +label-muted = " Muted" +label-muted-foreground = ${color.ac} + +; Only applies if is used +ramp-volume-0 =  +ramp-volume-1 =  +ramp-volume-2 =  +ramp-volume-3 =  +ramp-volume-4 =  + +; Only applies if is used +bar-volume-width = 10 +bar-volume-gradient = false + +bar-volume-indicator = +bar-volume-indicator-foreground = ${color.bi} +bar-volume-indicator-font = 2 + +bar-volume-fill = ━ +bar-volume-foreground-0 = ${color.bn} +bar-volume-foreground-1 = ${color.bn} +bar-volume-foreground-2 = ${color.bn} +bar-volume-foreground-3 = ${color.bn} +bar-volume-foreground-4 = ${color.bm} +bar-volume-foreground-5 = ${color.bm} +bar-volume-foreground-6 = ${color.bm} +bar-volume-foreground-7 = ${color.bd} +bar-volume-foreground-8 = ${color.bd} +bar-volume-fill-font = 2 + +bar-volume-empty = ┉ +bar-volume-empty-foreground = ${color.be} +bar-volume-empty-font = 2 + +; If defined, it will replace when +; headphones are plugged in to `headphone_control_numid` +; If undefined, will be used for both +; Only applies if is used +ramp-headphones-0 =  +ramp-headphones-1 =  + +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ + +[module/brightness] +type = internal/xbacklight + +; Use the following command to list available cards: +; $ ls -1 /sys/class/backlight/ +card = intel_backlight + +; Available tags: +;