This commit is contained in:
2021-02-28 00:43:32 +01:00
parent 9dc7f70596
commit 3991184cda
7 changed files with 57 additions and 18 deletions

View File

@@ -1,15 +1,20 @@
[Settings]
gtk-theme-name=Arc
gtk-font-name=Liberation Sans 11
gtk-icon-theme-name=Arc
gtk-application-prefer-dark-theme=true
gtk-button-images=true
gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-cursor-theme-size=24
gtk-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=true
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-font-name=Noto Sans, 10
gtk-icon-theme-name=breeze-dark
gtk-menu-images=true
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
gtk-primary-button-warps-slider=false
gtk-theme-name=Breeze
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-toolbar-style=3
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull

View File

@@ -289,7 +289,6 @@ exec --no-startup-id nm-applet
exec libinput-gestures-setup start
exec --no-startup-id clipit
exec insync start
# auto started by browser
#exec keepassxc
exec keepassxc
exec google-chrome-stable
exec synclient TouchpadOff=1

View File

@@ -1,11 +1,11 @@
#!/bin/sh
player_status=$(playerctl status 2> /dev/null)
player_status=$(playerctl --player=spotify status 2> /dev/null)
if [ "$player_status" = "Playing" ]; then
echo "$(playerctl metadata artist) - $(playerctl metadata title) %{A1:playerctl previous:}玲%{A} %{A1:playerctl play-pause:} %{A} %{A1:playerctl next:}怜%{A}"
echo "$(playerctl --player=spotify metadata artist) - $(playerctl --player=spotify metadata title) %{A1:playerctl --player=spotify previous:}玲%{A} %{A1:playerctl --player=spotify play-pause:} %{A} %{A1:playerctl --player=spotify next:}怜%{A}"
elif [ "$player_status" = "Paused" ]; then
echo "$(playerctl metadata artist) - $(playerctl metadata title) %{A1:playerctl previous:}玲%{A} %{A1:playerctl play-pause:} 契%{A} %{A1:playerctl next:}怜%{A}"
echo "$(playerctl --player=spotify metadata artist) - $(playerctl --player=spotify metadata title) %{A1:playerctl --player=spotify previous:}玲%{A} %{A1:playerctl --player=spotify play-pause:} 契%{A} %{A1:playerctl --player=spotify next:}怜%{A}"
else
echo ""
fi

29
.config/terminator/config Normal file
View File

@@ -0,0 +1,29 @@
[global_config]
window_state = fullscreen
borderless = True
extra_styling = False
broadcast_default = off
title_hide_sizetext = True
title_transmit_bg_color = "#888a85"
enabled_plugins = LaunchpadBugURLHandler,
smart_copy = False
[keybindings]
[profiles]
[[default]]
background_color = "#282828"
background_darkness = 0.9
cursor_color = "#aaaaaa"
foreground_color = "#ebdbb2"
show_titlebar = False
scrollbar_position = hidden
scrollback_lines = 10000
palette = "#282828:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2"
[layouts]
[[default]]
[[[child1]]]
parent = window0
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]