mirror of https://github.com/WolfeCub/dotfiles.git
4 changed files with 38 additions and 19 deletions
@ -1,8 +1,13 @@
@@ -1,8 +1,13 @@
|
||||
! ------------------------------------------------------------------------------ |
||||
! ROFI Color theme |
||||
! ------------------------------------------------------------------------------ |
||||
! rofi.color-enabled: true |
||||
! rofi.color-window: #000000, #000000, #000000 |
||||
! rofi.color-normal: #000000, #c1c1c1, #000000, #394249, #ffffff |
||||
! rofi.color-active: #000000, #80cbc4, #000000, #394249, #80cbc4 |
||||
! rofi.color-urgent: #000000, #ff1844, #000000, #394249, #ff1844 |
||||
rofi.color-enabled: true |
||||
rofi.color-window: #000000, #000000, #000000 |
||||
rofi.color-normal: #000000, #c1c1c1, #000000, #394249, #ffffff |
||||
rofi.color-active: #000000, #80cbc4, #000000, #394249, #80cbc4 |
||||
rofi.color-urgent: #000000, #ff1844, #000000, #394249, #ff1844 |
||||
rofi.color-window: #040404, #b25242, #b25242 |
||||
rofi.color-normal: #040404, #b25242, #040404, #b25242, #bcddc6 |
||||
rofi.color-active: #040404, #ffffff, #040404, #b25242, #ffffff |
||||
rofi.color-urgent: #040404, #b25242, #040404, #b25242, #bcddc6 |
||||
|
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh |
||||
LEVEL=$(cat /sys/class/leds/asus::kbd_backlight/brightness) |
||||
echo -n $(($LEVEL + $1)) > /sys/class/leds/asus::kbd_backlight/brightness |
Loading…
Reference in new issue