Laptop config changes
This commit is contained in:
parent
2e81ad001f
commit
705a2aaaa7
6 changed files with 878 additions and 421 deletions
|
@ -19,7 +19,7 @@ class Config(BaseConfig):
|
|||
app_launcher = "/home/kevin/bin/dmenu_wal.sh"
|
||||
web_browser = "firefox-developer-edition"
|
||||
file_manager = "thunar"
|
||||
app_chat = "franz"
|
||||
app_chat = "/home/kevin/bin/ramboxpro"
|
||||
app_irc = "quasselclient"
|
||||
app_mail = "thunderbird"
|
||||
cmd_brightness_up = "sudo /usr/bin/xbacklight -inc 10"
|
||||
|
@ -27,6 +27,7 @@ class Config(BaseConfig):
|
|||
lock_command = "bash /home/kevin/bin/lock.sh"
|
||||
visualizer_app = "glava"
|
||||
cmd_screenshot = "xfce4-screenshooter -r -c -d 1"
|
||||
cmd_alt_screenshot = "xfce4-screenshooter -w -c -d 0"
|
||||
|
||||
# Commands
|
||||
wallpaper_config_command = "/home/kevin/bin/wal-nitrogen-noupdate"
|
||||
|
@ -71,7 +72,7 @@ class Config(BaseConfig):
|
|||
bar_hover_opacity = 1
|
||||
|
||||
# Groupbox variables
|
||||
font_groupbox = "FontAwesome"
|
||||
font_groupbox = "Font Awesome 5 Pro"
|
||||
fontsize_groupbox = 15
|
||||
width_groupbox_border = 1
|
||||
height_groupbox = 24
|
||||
|
@ -119,10 +120,8 @@ class Config(BaseConfig):
|
|||
volume_font = "Noto Sans"
|
||||
volume_fontsize = 11
|
||||
volume_theme_path = "/home/kevin/.config/qtile/kuro/resources/volume"
|
||||
volume_get_command = "pamixer --get-volume".split()
|
||||
volume_mute_command = "pamixer -t".split()
|
||||
volume_up_command = "pamixer -i 2".split()
|
||||
volume_down_command = "pamixer -d 2".split()
|
||||
volume_pulse_sink = "alsa_output.pci-0000_00_1f.3.analog-stereo"
|
||||
|
||||
volume_is_bluetooth_icon = False
|
||||
volume_update_interval = 0.2
|
||||
|
||||
|
@ -143,8 +142,8 @@ class Config(BaseConfig):
|
|||
updates_colour_available = '#f4d742'
|
||||
|
||||
# Screen organization
|
||||
laptop_screen_nvidia = "DP-2"
|
||||
laptop_screen_intel = "DP-2"
|
||||
laptop_screen_nvidia = "eDP-1-1"
|
||||
laptop_screen_intel = "eDP1"
|
||||
|
||||
# Keyboard colors
|
||||
do_keyboard_updates = False
|
||||
|
@ -155,3 +154,7 @@ class Config(BaseConfig):
|
|||
|
||||
# Show thermal widget
|
||||
show_temperature = True
|
||||
|
||||
# Audio control applications
|
||||
# apps_audio = ["pavucontrol"]
|
||||
apps_audio_afterstart = "/home/kevin/bin/start_jack_audio_chain.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue