hidpi 설정
This commit is contained in:
Binary file not shown.
@@ -51,7 +51,7 @@
|
||||
# Draw a line of "separator_height" pixel height between two
|
||||
# notifications.
|
||||
# Set to 0 to disable.
|
||||
separator_height = 4
|
||||
separator_height = 6
|
||||
|
||||
# Padding between text and separator.
|
||||
padding = 16
|
||||
@@ -61,10 +61,10 @@
|
||||
|
||||
# Defines width in pixels of frame around the notification window.
|
||||
# Set to 0 to disable.
|
||||
frame_width = 0
|
||||
frame_width = 6
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
frame_color = "#aaaaaa"
|
||||
frame_color = "#8abeb7"
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
@@ -213,7 +213,7 @@
|
||||
# corners.
|
||||
# The radius will be automatically lowered if it exceeds half of the
|
||||
# notification height to avoid clipping text and/or icons.
|
||||
corner_radius = 20
|
||||
corner_radius = 0
|
||||
|
||||
### Legacy
|
||||
|
||||
@@ -282,8 +282,8 @@
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_normal]
|
||||
background = "#eb564dcc"
|
||||
foreground = "#fff"
|
||||
background = "#ffffffcc"
|
||||
foreground = "#335555cc"
|
||||
timeout = 10
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
@@ -2,10 +2,11 @@ GTK_IM_MODULE DEFAULT=fcitx
|
||||
QT_IM_MODULE DEFAULT=fcitx
|
||||
XMODIFIERS DEFAULT=\@im=fcitx
|
||||
|
||||
GTK_THEME DEFAULT=Numix:dark
|
||||
GTK2_RC_FILES DEFAULT=/usr/share/themes/Numix/gtk-2.0/gtkrc
|
||||
GTK_THEME DEFAULT=Lumiere
|
||||
GTK2_RC_FILES DEFAULT=/usr/share/themes/Lumiere/gtk-2.0/gtkrc
|
||||
|
||||
BROWSER DEFAULT=google-chrome-stable
|
||||
BACKLIGHT DEFAULT=gmux_backlight
|
||||
|
||||
QT_STYLE_OVERRIDE DEFAULT=GTK+
|
||||
QT_QPA_PLATFORMTHEME DEFAULT=gtk2
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Corners #
|
||||
#################################
|
||||
# requires: https://github.com/sdhand/compton
|
||||
corner-radius = 20.0;
|
||||
corner-radius = 0;
|
||||
rounded-corners-exclude = [
|
||||
"class_g = 'Polybar'",
|
||||
"name = 'Polybar tray window'",
|
||||
@@ -19,13 +19,13 @@ round-borders-exclude = [
|
||||
#################################
|
||||
|
||||
# Enabled client-side shadows on windows.
|
||||
shadow = false;
|
||||
shadow = true;
|
||||
# The blur radius for shadows. (default 12)
|
||||
shadow-radius = 18;
|
||||
shadow-radius = 20;
|
||||
# The left offset for shadows. (default -15)
|
||||
shadow-offset-x = -15;
|
||||
shadow-offset-x = -20;
|
||||
# The top offset for shadows. (default -15)
|
||||
shadow-offset-y = -15;
|
||||
shadow-offset-y = -20;
|
||||
# The translucency for shadows. (default .75)
|
||||
shadow-opacity = 0.25;
|
||||
|
||||
@@ -36,7 +36,8 @@ shadow-exclude = [
|
||||
"class_g = 'Cairo-clock'",
|
||||
"class_g = 'slop'",
|
||||
"class_g = 'Polybar'",
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
"_PICOM_ROUNDED@:32c = 0"
|
||||
];
|
||||
|
||||
# Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)
|
||||
|
||||
Reference in New Issue
Block a user