Compare commits

..

No commits in common. "44e50eabb1f0310ae3cfd4ec11293a02f35fd8f2" and "c8008bc611b3883aa667e6542d922a7fbefaccfe" have entirely different histories.

6 changed files with 34 additions and 67 deletions

View file

@ -114,7 +114,6 @@ bspc rule -a 'Thunderbird:Mail' desktop='messenger' locked='true'
feh --bg-fill "$XDG_PICTURES_DIR/wallpaper/active_wallpaper" feh --bg-fill "$XDG_PICTURES_DIR/wallpaper/active_wallpaper"
killall conky killall conky
sleep 0.1;
conky --daemonize --config="$HOME/.config/conky/clock.conf" conky --daemonize --config="$HOME/.config/conky/clock.conf"
conky --daemonize --config="$HOME/.config/conky/system.conf" conky --daemonize --config="$HOME/.config/conky/system.conf"
conky --daemonize --config="$HOME/.config/conky/archlinux-updates.conf" conky --daemonize --config="$HOME/.config/conky/archlinux-updates.conf"

View file

@ -51,7 +51,7 @@
inherit = bar/base inherit = bar/base
modules-left = bspwm modules-left = bspwm
modules-center = mpd player-mpris-simple modules-center = mpd
modules-right = openweather memory cpu temperature eth check-arch-updates date modules-right = openweather memory cpu temperature eth check-arch-updates date
eth-interface = enp0s31f6 eth-interface = enp0s31f6

View file

@ -53,14 +53,3 @@
format-prefix-foreground = ${colors.foreground} format-prefix-foreground = ${colors.foreground}
format-underline = ${colors.green} format-underline = ${colors.green}
[module/player-mpris-simple]
type = custom/script
exec = $HOME/.config/polybar/scripts/player-mpris-simple.sh
interval = 3
click-left = playerctl previous &
click-right = playerctl next &
click-middle = playerctl play-pause &
format-prefix-foreground = ${colors.foreground}
format-underline = ${colors.green}

View file

@ -1,13 +0,0 @@
#!/bin/sh
alias playerctl="playerctl -p spotifyd"
player_status=$(playerctl status 2> /dev/null)
if [ "$player_status" = "Playing" ]; then
echo "$(playerctl metadata -f '{{title}} - {{artist}} | {{duration(position)}}/{{duration(mpris:length)}}')"
elif [ "$player_status" = "Paused" ]; then
echo "$(playerctl metadata -f '{{title}} - {{artist}} | {{duration(position)}}/{{duration(mpris:length)}}')"
else
echo ""
fi

View file

@ -73,7 +73,7 @@ ZSH_CUSTOM=$ZDOTDIR/custom
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=( plugins=(
'colored-man-pages' 'colored-man-pages'
'copypath' 'copydir'
'copyfile' 'copyfile'
'cp' 'cp'
'docker' 'docker'

View file

@ -16,14 +16,18 @@ bind "d" "+moveright"
bind "e" "+use" bind "e" "+use"
bind "f" "+lookatweapon" bind "f" "+lookatweapon"
bind "g" "drop" bind "g" "drop"
bind "k" "playerchatwheel deathcry Moan" bind "i" "playerradio deathcry fix"
bind "k" "playerradio deathcry Moan"
bind "l" "toggleconsole" bind "l" "toggleconsole"
bind "m" "teammenu" bind "m" "teammenu"
bind "n" "+cl_show_team_equipment" bind "n" "+cl_show_team_equipment"
bind "o" "playerradio deathcry please"
bind "p" "playerradio deathcry Valve"
bind "q" "lastinv" bind "q" "lastinv"
bind "r" "+reload" bind "r" "+reload"
bind "s" "+back" bind "s" "+back"
bind "t" "+spray_menu" bind "t" "+spray_menu"
bind "u" "messagemode2"
bind "w" "+forward" bind "w" "+forward"
bind "x" "slot12" bind "x" "slot12"
bind "z" "radio" bind "z" "radio"
@ -53,7 +57,8 @@ bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2" bind "MOUSE2" "+attack2"
bind "MOUSE3" "player_ping" bind "MOUSE3" "player_ping"
bind "MOUSE5" "+voicerecord" bind "MOUSE5" "+voicerecord"
bind "MWHEELUP" "+left" bind "MWHEELUP" "invprev"
bind "MWHEELDOWN" "invnext"
bind "JOY1" "+jump" bind "JOY1" "+jump"
bind "JOY2" "+reload" bind "JOY2" "+reload"
bind "JOY3" "+use" bind "JOY3" "+use"
@ -62,6 +67,7 @@ bind "JOY5" "invnextitem"
bind "JOY6" "+lookspin" bind "JOY6" "+lookspin"
bind "JOY7" "togglescores" bind "JOY7" "togglescores"
bind "JOY8" "gameui_activate" bind "JOY8" "gameui_activate"
bind "JOY10" "+attack2"
bind "Y AXIS NEG" "xmove" bind "Y AXIS NEG" "xmove"
bind "Z AXIS POS" "+duck" bind "Z AXIS POS" "+duck"
bind "Z AXIS NEG" "+attack" bind "Z AXIS NEG" "+attack"
@ -77,7 +83,6 @@ aim_flickstick_crank_tightness "40.0"
aim_flickstick_enable "0" aim_flickstick_enable "0"
aim_flickstick_flick_snap_mode "2" aim_flickstick_flick_snap_mode "2"
aim_flickstick_flick_tightness "0.6" aim_flickstick_flick_tightness "0.6"
aim_flickstick_max_depression_speed "5.0f"
aim_gyro_circular_deadzone_min "0.0" aim_gyro_circular_deadzone_min "0.0"
aim_gyro_invert_pitch "1" aim_gyro_invert_pitch "1"
aim_gyro_invert_yaw "0" aim_gyro_invert_yaw "0"
@ -85,7 +90,6 @@ aim_gyro_sensitivity_pitch "1.0"
aim_gyro_sensitivity_yaw "1.0" aim_gyro_sensitivity_yaw "1.0"
aim_gyro_square_deadzone_pitch "0.0" aim_gyro_square_deadzone_pitch "0.0"
aim_gyro_square_deadzone_yaw "0.0" aim_gyro_square_deadzone_yaw "0.0"
aim_gyro_zoom_dampening "0.5"
aim_stick_circular_deadzone_max "0.94" aim_stick_circular_deadzone_max "0.94"
aim_stick_circular_deadzone_min "0.17" aim_stick_circular_deadzone_min "0.17"
aim_stick_extra_pitch "50.0" aim_stick_extra_pitch "50.0"
@ -99,7 +103,6 @@ aim_stick_rate_yaw "165.0"
aim_stick_response_curve "1.6" aim_stick_response_curve "1.6"
aim_stick_square_deadzone_pitch "0.0" aim_stick_square_deadzone_pitch "0.0"
aim_stick_square_deadzone_yaw "0.0" aim_stick_square_deadzone_yaw "0.0"
aim_stick_zoom_dampening "0.5"
aim_touchpad_circular_deadzone_min "0.0" aim_touchpad_circular_deadzone_min "0.0"
aim_touchpad_invert_pitch "" aim_touchpad_invert_pitch ""
aim_touchpad_invert_yaw "" aim_touchpad_invert_yaw ""
@ -107,7 +110,6 @@ aim_touchpad_sensitivity_pitch "20.0"
aim_touchpad_sensitivity_yaw "21.0" aim_touchpad_sensitivity_yaw "21.0"
aim_touchpad_square_deadzone_pitch "0.0" aim_touchpad_square_deadzone_pitch "0.0"
aim_touchpad_square_deadzone_yaw "0.0" aim_touchpad_square_deadzone_yaw "0.0"
aim_touchpad_zoom_dampening "0.5"
budget_averages_window "30" budget_averages_window "30"
budget_background_alpha "128" budget_background_alpha "128"
budget_bargraph_background_alpha "128" budget_bargraph_background_alpha "128"
@ -138,8 +140,8 @@ c_thirdpersonshoulderaimdist "120.0"
c_thirdpersonshoulderdist "40.0" c_thirdpersonshoulderdist "40.0"
c_thirdpersonshoulderheight "5.0" c_thirdpersonshoulderheight "5.0"
c_thirdpersonshoulderoffset "20.0" c_thirdpersonshoulderoffset "20.0"
cachedvalue_count_partybrowser "1646250258" cachedvalue_count_partybrowser "1643227662"
cachedvalue_count_teammates "1646486285" cachedvalue_count_teammates "1643673354"
cam_collision "1" cam_collision "1"
cam_idealdelta "4.0" cam_idealdelta "4.0"
cam_idealdist "150" cam_idealdist "150"
@ -177,7 +179,7 @@ cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.3" cl_crosshair_dynamic_splitalpha_outermod "0.3"
cl_crosshair_dynamic_splitdist "0.000000" cl_crosshair_dynamic_splitdist "0.000000"
cl_crosshair_friendly_warning "2" cl_crosshair_friendly_warning "2"
cl_crosshair_outlinethickness "0.997257" cl_crosshair_outlinethickness "1.020585"
cl_crosshair_sniper_show_normal_inaccuracy "0" cl_crosshair_sniper_show_normal_inaccuracy "0"
cl_crosshair_sniper_width "1" cl_crosshair_sniper_width "1"
cl_crosshair_t "0" cl_crosshair_t "0"
@ -187,11 +189,11 @@ cl_crosshaircolor_b "0.000000"
cl_crosshaircolor_g "255.000000" cl_crosshaircolor_g "255.000000"
cl_crosshaircolor_r "0.000000" cl_crosshaircolor_r "0.000000"
cl_crosshairdot "0" cl_crosshairdot "0"
cl_crosshairgap "-0.995412" cl_crosshairgap "0.027166"
cl_crosshairgap_useweaponvalue "0" cl_crosshairgap_useweaponvalue "0"
cl_crosshairsize "0.485989" cl_crosshairsize "1.524270"
cl_crosshairstyle "4" cl_crosshairstyle "4"
cl_crosshairthickness "0.971678" cl_crosshairthickness "0.100000"
cl_crosshairusealpha "1" cl_crosshairusealpha "1"
cl_debugrumble "0" cl_debugrumble "0"
cl_detail_avoid_force "0.4" cl_detail_avoid_force "0.4"
@ -213,13 +215,11 @@ cl_hide_avatar_images ""
cl_hud_background_alpha "0.5" cl_hud_background_alpha "0.5"
cl_hud_bomb_under_radar "1" cl_hud_bomb_under_radar "1"
cl_hud_color "0" cl_hud_color "0"
cl_hud_healthammo_style "1" cl_hud_healthammo_style "0"
cl_hud_playercount_pos "0" cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "0" cl_hud_playercount_showcount "0"
cl_hud_radar_scale "1.103031" cl_hud_radar_scale "1.103031"
cl_idealpitchscale "0.8" cl_idealpitchscale "0.8"
cl_inventory_radial_immediate_select "1"
cl_inventory_radial_tap_to_cycle "1"
cl_inventory_saved_filter2 "all" cl_inventory_saved_filter2 "all"
cl_inventory_saved_sort2 "inv_sort_age" cl_inventory_saved_sort2 "inv_sort_age"
cl_invites_only_friends "0" cl_invites_only_friends "0"
@ -239,7 +239,6 @@ cl_ping_fade_distance "300"
cl_player_ping_mute "0" cl_player_ping_mute "0"
cl_playerspray_auto_apply "1" cl_playerspray_auto_apply "1"
cl_promoted_settings_acknowledged "1:1608594010318" cl_promoted_settings_acknowledged "1:1608594010318"
cl_quickinventory_filename "radial_quickinventory.txt"
cl_quickinventory_lastinv "0" cl_quickinventory_lastinv "0"
cl_quickinventory_line_update_speed "65.0f" cl_quickinventory_line_update_speed "65.0f"
cl_radar_always_centered "0" cl_radar_always_centered "0"
@ -271,8 +270,8 @@ cl_radial_radio_tab_2_text_5 "#Chatwheel_cheer"
cl_radial_radio_tab_2_text_6 "#Chatwheel_peptalk" cl_radial_radio_tab_2_text_6 "#Chatwheel_peptalk"
cl_radial_radio_tab_2_text_7 "#Chatwheel_sorry" cl_radial_radio_tab_2_text_7 "#Chatwheel_sorry"
cl_radial_radio_tab_2_text_8 "#Chatwheel_sectorclear" cl_radial_radio_tab_2_text_8 "#Chatwheel_sectorclear"
cl_radial_radio_tap_to_ping "1"
cl_radial_radio_version_reset "12" cl_radial_radio_version_reset "12"
cl_radialmenu_deadzone_size "0.04"
cl_radialmenu_deadzone_size_joystick "0.17" cl_radialmenu_deadzone_size_joystick "0.17"
cl_righthand "1" cl_righthand "1"
cl_rumblescale "1.0" cl_rumblescale "1.0"
@ -286,7 +285,7 @@ cl_showloadout "0"
cl_showpluginmessages2 "0" cl_showpluginmessages2 "0"
cl_sniper_delay_unscope "0" cl_sniper_delay_unscope "0"
cl_spec_follow_grenade_key "0" cl_spec_follow_grenade_key "0"
cl_spec_mode "4" cl_spec_mode "5"
cl_tablet_mapmode "2" cl_tablet_mapmode "2"
cl_teamid_overhead_mode "2" cl_teamid_overhead_mode "2"
cl_teammate_colors_show "1" cl_teammate_colors_show "1"
@ -312,7 +311,7 @@ func_break_max_pieces "15"
g15_update_msec "250" g15_update_msec "250"
gameinstructor_enable "0" gameinstructor_enable "0"
hud_scaling "0.850000" hud_scaling "0.850000"
hud_showtargetid "1" hud_showtargetid "0"
hud_takesshots "0" hud_takesshots "0"
joy_accelmax "1.0" joy_accelmax "1.0"
joy_accelscale "4.0" joy_accelscale "4.0"
@ -396,18 +395,11 @@ mc_max_yawrate "230.0"
mm_csgo_community_search_players_min "3" mm_csgo_community_search_players_min "3"
mm_dedicated_search_maxping "75.448570" mm_dedicated_search_maxping "75.448570"
mm_server_search_lan_ports "27015,27016,27017,27018,27019,27020" mm_server_search_lan_ports "27015,27016,27017,27018,27019,27020"
move_stick_aggression_strength "60.0"
move_stick_aggressive "1"
move_stick_circular_deadzone_max "0.98" move_stick_circular_deadzone_max "0.98"
move_stick_circular_deadzone_min "0.17" move_stick_circular_deadzone_min "0.17"
move_stick_response_curve "2.0" move_stick_response_curve "2.0"
move_stick_square_deadzone_forward "0.0" move_stick_square_deadzone_forward "0.0"
move_stick_square_deadzone_strafe "0.0" move_stick_square_deadzone_strafe "0.0"
move_touchpad_circular_deadzone_min "0.1"
move_touchpad_sensitivity_forward "1.0"
move_touchpad_sensitivity_strafe "1.0"
move_touchpad_square_deadzone_forward "0.2"
move_touchpad_square_deadzone_strafe "0.2"
muzzleflash_light "1" muzzleflash_light "1"
name "Serguzim" name "Serguzim"
net_allow_multicast "1" net_allow_multicast "1"
@ -432,12 +424,12 @@ option_speed_method "0"
password "CB1FED3C80B40C63D23DEEC81651D4029AACBFE621D3565F509895038A9BB2FB" password "CB1FED3C80B40C63D23DEEC81651D4029AACBFE621D3565F509895038A9BB2FB"
play_distance "1" play_distance "1"
player_botdifflast_s "2" player_botdifflast_s "2"
player_competitive_maplist_2v2_10_0_F88E9A71 "mg_de_train,mg_de_lake,mg_de_inferno,mg_de_shortnuke,mg_de_vertigo,mg_de_shortdust,mg_de_crete,mg_de_hive,mg_de_overpass,mg_de_cbble" player_competitive_maplist_2v2_10_1_8B1DA40F "mg_de_extraction"
player_competitive_maplist_8_10_0_A1BE4499 "mg_lobby_mapveto,mg_de_mirage,mg_de_inferno,mg_de_overpass,mg_de_vertigo,mg_de_nuke,mg_de_ancient,mg_de_dust2,mg_de_train,mg_de_cache,mg_cs_agency,mg_cs_office,mg_de_iris,mg_cs_climb" player_competitive_maplist_8_10_1_62D24D31 "mg_de_mirage,mg_de_inferno,mg_de_nuke,mg_de_dust2,mg_de_train"
player_nevershow_communityservermessage "0" player_nevershow_communityservermessage "0"
player_survival_list_10_0_303 "mg_dz_blacksite,mg_dz_sirocco,mg_dz_vineyard,mg_dz_ember" player_survival_list_10_1_13 "mg_dz_blacksite,mg_dz_sirocco,mg_dz_county"
player_teamplayedlast "3" player_teamplayedlast "3"
player_wargames_list2_10_0_E04 "mg_skirmish_flyingscoutsman,mg_skirmish_armsrace,mg_skirmish_demolition,mg_skirmish_retakes" player_wargames_list2_10_1_E04 "mg_skirmish_armsrace"
r_drawmodelstatsoverlaymax "1.5" r_drawmodelstatsoverlaymax "1.5"
r_drawmodelstatsoverlaymin "0.1" r_drawmodelstatsoverlaymin "0.1"
r_drawtracers_firstperson "1" r_drawtracers_firstperson "1"
@ -469,12 +461,12 @@ snd_dzmusic_volume "0.150988"
snd_hrtf_distance_behind "100" snd_hrtf_distance_behind "100"
snd_hrtf_voice_delay "0.1" snd_hrtf_voice_delay "0.1"
snd_hwcompat "0" snd_hwcompat "0"
snd_mapobjective_volume "0.000000" snd_mapobjective_volume "0.029189"
snd_menumusic_volume "0.031492" snd_menumusic_volume "0.031492"
snd_mix_async "1" snd_mix_async "1"
snd_mix_async_onetime_reset "1" snd_mix_async_onetime_reset "1"
snd_mixahead "0.025" snd_mixahead "0.025"
snd_music_selection "2" snd_music_selection "1"
snd_music_volume_onetime_reset_2 "1" snd_music_volume_onetime_reset_2 "1"
snd_musicvolume_multiplier_inoverlay "0.100000" snd_musicvolume_multiplier_inoverlay "0.100000"
snd_mute_losefocus "0" snd_mute_losefocus "0"
@ -484,7 +476,7 @@ snd_pitchquality "1"
snd_roundend_volume "0.017697" snd_roundend_volume "0.017697"
snd_roundstart_volume "0.015688" snd_roundstart_volume "0.015688"
snd_surround_speakers "-1" snd_surround_speakers "-1"
snd_tensecondwarning_volume "0.121377" snd_tensecondwarning_volume "0.088718"
sound_device_override "" sound_device_override ""
spec_replay_autostart "1" spec_replay_autostart "1"
spec_show_xray "1" spec_show_xray "1"
@ -505,7 +497,7 @@ sv_logsdir "logs"
sv_noclipaccelerate "5" sv_noclipaccelerate "5"
sv_noclipspeed "5" sv_noclipspeed "5"
sv_pvsskipanimation "1" sv_pvsskipanimation "1"
sv_skyname "sky_cs15_daylight03_hdr" sv_skyname "sky_hr_aztec"
sv_specaccelerate "5" sv_specaccelerate "5"
sv_specnoclip "1" sv_specnoclip "1"
sv_specspeed "3" sv_specspeed "3"
@ -529,10 +521,10 @@ ui_deepstats_radio_heat_tab "0"
ui_deepstats_radio_heat_team "0" ui_deepstats_radio_heat_team "0"
ui_deepstats_toplevel_mode "0" ui_deepstats_toplevel_mode "0"
ui_inventorysettings_recently_acknowledged "" ui_inventorysettings_recently_acknowledged ""
ui_mainmenu_bkgnd_movie_EB8697C1 "ancient" ui_mainmenu_bkgnd_movie_53A07E69 "county"
ui_nearbylobbies_filter3 "competitive" ui_nearbylobbies_filter3 "competitive"
ui_news_last_read_link "https://blog.counter-strike.net/index.php/2022/02/37199/" ui_news_last_read_link "https://blog.counter-strike.net/index.php/2022/01/36745/"
ui_playsettings_custom_preset "mg_de_mirage,mg_de_inferno,mg_de_overpass,mg_de_nuke,mg_de_ancient,mg_de_train,mg_de_cache" ui_playsettings_custom_preset "mg_skirmish_armsrace"
ui_playsettings_directchallengekey "" ui_playsettings_directchallengekey ""
ui_playsettings_flags_listen_casual "0" ui_playsettings_flags_listen_casual "0"
ui_playsettings_flags_listen_competitive "48" ui_playsettings_flags_listen_competitive "48"
@ -549,15 +541,15 @@ ui_playsettings_flags_official_scrimcomp2v2 "0"
ui_playsettings_flags_official_skirmish "0" ui_playsettings_flags_official_skirmish "0"
ui_playsettings_flags_official_survival "0" ui_playsettings_flags_official_survival "0"
ui_playsettings_maps_listen_casual "mg_de_mirage" ui_playsettings_maps_listen_casual "mg_de_mirage"
ui_playsettings_maps_listen_competitive "mg_de_iris" ui_playsettings_maps_listen_competitive "mg_de_mirage"
ui_playsettings_maps_listen_deathmatch "random_classic" ui_playsettings_maps_listen_deathmatch "random_classic"
ui_playsettings_maps_listen_scrimcomp2v2 "mg_de_inferno" ui_playsettings_maps_listen_scrimcomp2v2 "mg_de_inferno"
ui_playsettings_maps_listen_skirmish "mg_skirmish_flyingscoutsman" ui_playsettings_maps_listen_skirmish "mg_skirmish_flyingscoutsman"
ui_playsettings_maps_official_casual "mg_casualdelta" ui_playsettings_maps_official_casual "mg_casualdelta"
ui_playsettings_maps_official_deathmatch "mg_casualdelta" ui_playsettings_maps_official_deathmatch "mg_casualdelta"
ui_playsettings_maps_workshop "@workshop/308490450/xhair_v3" ui_playsettings_maps_workshop "@workshop/308490450/xhair_v3"
ui_playsettings_mode_listen "competitive" ui_playsettings_mode_listen "casual"
ui_playsettings_mode_official_v20 "competitive" ui_playsettings_mode_official_v20 "skirmish"
ui_playsettings_prime "1" ui_playsettings_prime "1"
ui_playsettings_survival_solo "0" ui_playsettings_survival_solo "0"
ui_playsettings_warmup_map_name "de_mirage" ui_playsettings_warmup_map_name "de_mirage"