Compare commits
No commits in common. "beb82491cbac38b0d2c1f57613d3e235045e49ef" and "32c8859c456a3acd6b8daee90e2eb3c6ea6f7b9d" have entirely different histories.
beb82491cb
...
32c8859c45
|
@ -119,9 +119,7 @@ return require('packer').startup({ function(use)
|
|||
require('dressing').setup({
|
||||
input = {
|
||||
default_prompt = '❯',
|
||||
win_options = {
|
||||
winhighlight = 'NormalFloat:Normal',
|
||||
},
|
||||
winhighlight = 'NormalFloat:Normal',
|
||||
},
|
||||
})
|
||||
vim.cmd [[highlight link FloatTitle NonText]]
|
||||
|
|
|
@ -264,7 +264,7 @@ label = %percentage_used%%
|
|||
|
||||
[module/wlan]
|
||||
type = internal/network
|
||||
interface = wlo1
|
||||
interface = wlp45s0
|
||||
interval = 3.0
|
||||
|
||||
format-connected = <ramp-signal> <label-connected>
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
oled-brightness "$@"
|
|
@ -1,32 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
BR_DIR="/sys/class/backlight/intel_backlight/"
|
||||
|
||||
|
||||
test -d "$BR_DIR" || exit 0
|
||||
|
||||
MIN=0
|
||||
MAX=$(cat "$BR_DIR/max_brightness")
|
||||
VAL=$(cat "$BR_DIR/brightness")
|
||||
|
||||
if [ "$1" = down ]; then
|
||||
VAL=$((VAL-4096))
|
||||
else
|
||||
VAL=$((VAL+4096))
|
||||
fi
|
||||
|
||||
if [ "$VAL" -lt $MIN ]; then
|
||||
VAL=$MIN
|
||||
elif [ "$VAL" -gt $MAX ]; then
|
||||
VAL=$MAX
|
||||
fi
|
||||
|
||||
PERCENT=`echo "$VAL / $MAX" | bc -l`
|
||||
|
||||
export XAUTHORITY=$HOME/.Xauthority # CHANGE "ivo" TO YOUR USER
|
||||
export DISPLAY=:0
|
||||
|
||||
echo "xrandr --output eDP-1 --brightness $PERCENT" > /tmp/oled-brightness.log
|
||||
xrandr --output eDP-1 --brightness $PERCENT
|
||||
|
||||
echo $VAL | sudo tee "$BR_DIR/brightness"
|
|
@ -70,10 +70,10 @@ XF86AudioPrev
|
|||
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
|
||||
|
||||
XF86MonBrightnessUp
|
||||
ctl-brightness up
|
||||
brightnessctl s 16+
|
||||
|
||||
XF86MonBrightnessDown
|
||||
ctl-brightness down
|
||||
brightnessctl s 16-
|
||||
|
||||
# spotify
|
||||
super + ctrl + alt + Up
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
\RequirePackage{graphicx}
|
||||
\RequirePackage[usenames,dvipsnames]{xcolor}
|
||||
\RequirePackage{bm}
|
||||
\RequirePackage{siunitx}[=v2]
|
||||
\RequirePackage{siunitx}
|
||||
\RequirePackage{physics}
|
||||
\RenewCommandCopy\qty\SI%
|
||||
\let\qty\SI%
|
||||
\RequirePackage{etoolbox}
|
||||
\RequirePackage{xifthen}
|
||||
\RequirePackage{import}
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
\RequirePackage{graphicx}
|
||||
\RequirePackage[usenames,dvipsnames]{xcolor}
|
||||
\RequirePackage{bm}
|
||||
\RequirePackage{siunitx}[=v2]
|
||||
\RequirePackage{siunitx}
|
||||
\RequirePackage{physics}
|
||||
\RenewCommandCopy\qty\SI%
|
||||
\let\qty\SI%
|
||||
\RequirePackage{etoolbox}
|
||||
\RequirePackage{xifthen}
|
||||
\RequirePackage{import}
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
\RequirePackage{geometry}
|
||||
\RequirePackage{graphicx}
|
||||
\RequirePackage[usenames,dvipsnames]{xcolor}
|
||||
\RequirePackage{siunitx}[=v2]
|
||||
\RequirePackage{siunitx}
|
||||
\RequirePackage{physics}
|
||||
\RenewCommandCopy\qty\SI%
|
||||
\let\qty\SI%
|
||||
\RequirePackage{bm}
|
||||
\RequirePackage{pgfplots}
|
||||
\pgfplotsset{
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
\RequirePackage{graphicx}
|
||||
\RequirePackage[usenames,dvipsnames]{xcolor}
|
||||
\RequirePackage{bm}
|
||||
\RequirePackage{siunitx}[=v2]
|
||||
\RequirePackage{siunitx}
|
||||
\RequirePackage{physics}
|
||||
\RenewCommandCopy\qty\SI%
|
||||
\let\qty\SI%
|
||||
\RequirePackage{etoolbox}
|
||||
\RequirePackage{xifthen}
|
||||
\RequirePackage{import}
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
\RequirePackage{graphicx}
|
||||
\RequirePackage[usenames,dvipsnames]{xcolor}
|
||||
\RequirePackage{bm}
|
||||
\RequirePackage{siunitx}[=v2]
|
||||
\RequirePackage{siunitx}
|
||||
\RequirePackage{physics}
|
||||
\RenewCommandCopy\qty\SI%
|
||||
\let\qty\SI%
|
||||
\RequirePackage{etoolbox}
|
||||
\RequirePackage{xifthen}
|
||||
\RequirePackage{import}
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
\RequirePackage{graphicx}
|
||||
\RequirePackage[usenames,dvipsnames]{xcolor}
|
||||
\RequirePackage{bm}
|
||||
\RequirePackage{siunitx}[=v2]
|
||||
\RequirePackage{siunitx}
|
||||
\RequirePackage{physics}
|
||||
\RenewCommandCopy\qty\SI%
|
||||
\let\qty\SI%
|
||||
\RequirePackage{etoolbox}
|
||||
\RequirePackage{xifthen}
|
||||
\RequirePackage{import}
|
||||
|
|
Loading…
Reference in New Issue
Block a user